Hi!
I'm trying to convert a DVD to SVCD using Avisynth to frameserve. I ripped DVD using Smartripper and generated D2v using DVD2AVI. I created a .AVS with following lines:
loadplugin("c:\windows\system32\mpeg2dec.dll")
mpeg2source("d:\filmes\nunca mais\nmais.d2v")
When I open that .avs file in VirtualDub or TMPGEnc i receive this message:
Avisynth open failure: Unrecognized Exception! (d:\filmes\Nunca Mais\nmais.d2v, line 2)
It's funny, but when I try to open that .d2v file generated by smartripper, it works, but it seems to have 25 fps in Virtualdub. So, audio and subtitles are out of sync.
Does anybody know what's happening?