pladeira
7th May 2010, 00:10
After capturing some video to my pc, I'm trying to process it.
I've beem reading the Capture Guide and created the following avisynth script:
LoadPlugin("C:\Program Files\AviSynth 2.5\tmp\LoadPluginEx2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\tmp\dustv5.dll")
AviSource("A-E-I-O-U.avi")
ConvertToYUY2(interlaced=true)
KernelDeint(order=1,sharp=true,threshold=10)
Crop(16,0,-16,-16)
PixieDust(5)
Cnr2()
GuavaComb(Mode = "PAL", Recall = 83, MaxVariation = 25, Activation = 40) # requires YUY2
ChromaShift(U=-6, V=-6)
BicubicResize(768,576)
As this guide is a bit old, I would like to know if there are better plugins to use.
I have another question: When a save a processed file, should I use HFYU again?
What do you think?
I've beem reading the Capture Guide and created the following avisynth script:
LoadPlugin("C:\Program Files\AviSynth 2.5\tmp\LoadPluginEx2.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\tmp\dustv5.dll")
AviSource("A-E-I-O-U.avi")
ConvertToYUY2(interlaced=true)
KernelDeint(order=1,sharp=true,threshold=10)
Crop(16,0,-16,-16)
PixieDust(5)
Cnr2()
GuavaComb(Mode = "PAL", Recall = 83, MaxVariation = 25, Activation = 40) # requires YUY2
ChromaShift(U=-6, V=-6)
BicubicResize(768,576)
As this guide is a bit old, I would like to know if there are better plugins to use.
I have another question: When a save a processed file, should I use HFYU again?
What do you think?