Log in

View Full Version : Newbie needs some help...


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?

Reuf Toc
7th May 2010, 18:35
We can't tell if your captured video need processing (and what kind if needed) without seeing it.
If you want an advice, post a sample of your clip (few seconds should be enough).

About the filters you use, there are quite old (but could be still efficient). For alternatives filters, check here (http://avisynth.org/mediawiki/External_filters).

For your HFYU question, depend of what you intend to do with your video after that. If you want to edit it with a NLE, add special effects... then keep it lossless.