open up notepad and type this in it:
- Code: Select all
#ASYNTHER Default (AVISource)
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
but change the "C:/..." to the place on your computer where your file is...
then add
- Code: Select all
fielddeinterlace()
so the whole thing should look like this:
- Code: Select all
#ASYNTHER Default (AVISource)
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
fielddeinterlace()
if there are other things you want to do to clean up the file you can put the other avisynth filters in if you want... theres ones to take out rainbowing, solidify colors ect..
but save the notepad and it should be whatever you name it .txt change the .txt to .avs and then open the avs file in Virtualdub and it should have your filtered video in there...
its like "coding your clean up" but it works better than anything else
and thats how i open files in vdub