what you'll need:
avisynth 2.5x - get it at http://www.avisynth.org
virtualdub(mod) - http://virtualdubmod.sourceforge.net/
quicktime alternative - http://www.free-codecs.com/download/...lternative.htm
Steps:
1. install all of the above.
2. open up wordpad.
3. type in the following
except replace "C:\my file.mov" with wherever your file is on the hard disk. click 'file', and save it as an avs (eg script.avs) file somewhere on your hard disk.
4. run virtualdubmod, open the avs file. it should go through, and you can now use vdub/mod to encode as usual
should also work with converting to mpeg-2/dvd, just open the avs with something like tmpgenc
enjoy
avisynth 2.5x - get it at http://www.avisynth.org
virtualdub(mod) - http://virtualdubmod.sourceforge.net/
quicktime alternative - http://www.free-codecs.com/download/...lternative.htm
Steps:
1. install all of the above.
2. open up wordpad.
3. type in the following
directshowsource("C:\my file.mov")
4. run virtualdubmod, open the avs file. it should go through, and you can now use vdub/mod to encode as usual
should also work with converting to mpeg-2/dvd, just open the avs with something like tmpgenc
enjoy
Comment