PDA

View Full Version : virtualdub mod crashes


neilh
23rd March 2004, 10:21
i cant seem to get vdubmod to run. it crashes when feeding it this script: LoadPlugin("I:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
LoadPlugin("I:\DVD2SVCD\AVISYN~1.5PL\INVERS~1\decomb.dll") mpeg2source("K:\44MINU~1\source\DVD2AV~1.D2V") Telecide(post=false). i installed vdubmod in its own directory. do i need to uninstall vdub? im running avisynth 2.52.the only line i added was telecide (post=false). the load plugin lines and the mpeg2source line3 work being fed to CCE SP. do i need to add "converttoyuy2()". thanx for any help.

timecop
24th March 2004, 09:05
not to nitpick, but

a) you do not need to "loadplugin" stuff that is inside the avisynth plugin directory.
b) related to a), why the hell doyou have various versions of random avisynth plugins all over your system? move them all into avisynth plugin dir, and loading will be automatic.
c) do not use old versions of avisynth (latest is 2.54 as of this moment)
d) If it takes 10 seconds to try, why dont you just "try it"?
e) I'm not rich enough to afford CCE so I can't suggest if adding converttoyuy2() will fix your problem or not, but it should certainly have no effect on virtualdub(mod).

jimmy basushi
24th March 2004, 12:30
when you say it crashs can you explain it more? what error does it give, etc.