I'm convinced that TMPGE gives better quality for my taste when converting avi to DVD. I'm also pretty sure that I could achieve the same quality with CCE if I know the correct plugins and scripts to implement when frameserving with avisynth. My goal is to obtain the same quality as TMPGE is less time.
Please help with the instructions on the script and plugins to do the following in CCE:
1. simple color correction
2. noise reduction
3. sharpen edge
4. clip frame
5. ghost reduction
Those are the five filters that i selected from TMPGE's "other settings" prior to encoding. If i can figure out how to write these in avisynth and frame serve them to CCE, I will be able to see if CCE can give the same quality as TMPGE. If you don't know the scripts please direct me to a good avisynth instruction location.
Thanks in advance,
VC
+ Reply to Thread
Results 1 to 7 of 7
-
This is so much fun!
-
for noise reduction you could use:
LoadPlugin("C:\fluxsmooth.dll")
FluxSmooth(temporal_threshold=7, spatial_threshold=7)
for clip frame you could just use crop. Crop(0, 0, 0, 0)His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
i think faerydust also does noise reduction. the script looks like this:
LoadPlugin("C:\dustv4.dll")
faerydust()His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
Are these plugins files that are associated with windows or do I need to download and install them. I don't remember installing them in the past.
Thanks in advance,
VCThis is so much fun! -
you can get a lot here:
http://www.jungleweb.net/~sansgrip/avisynth/
you can get faerydust from here:
http://forum.doom9.org/showthread.php?s=9ff3b13d82e3f4ace2c928d343497290&threadid=4274...0&pagenumber=1His name was MackemX
What kind of a man are you? The guy is unconscious in a coma and you don't have the guts to kiss his girlfriend? -
Go to www.avisynth.org. The docs there are great and they have links to lots of plugins.
-
Thanks guyz, more work to do. I think I'll just watch movies tonight.
This is so much fun!
Similar Threads
-
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
Avisynth Script Help
By jamhat in forum Video ConversionReplies: 2Last Post: 29th Nov 2009, 06:13 -
Avisynth script
By daz2712 in forum Video ConversionReplies: 2Last Post: 19th Aug 2009, 11:08 -
programm which can make frameserving for Avisynth script
By Yury Perschin in forum Capturing and VCRReplies: 0Last Post: 20th Jan 2009, 11:19 -
avisynth script
By magenta2007 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 25th Sep 2007, 11:29