Try commenting out every line except for the very first one. If I misspell a function or use improper syntax, VirtualDubMod will freeze or shut down on me when I load that AVS file. To comment out a line, add a '#' in front of the function. Like this:Osakaisthebomb wrote:My virtualdub is still freezing up when I try to open the .avs file in it.
Code: Select all
MPEG2Source("C:\AMV Project\Secret Project\Goddess01.d2v", cpu=4)
#LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TDeint\TDeint.dll")
#TDeint(mode=1,order=1).BlendBob()
#Crop(6, 0, -2, 0)
#LanczosResize(848, 480)