angrydragon
23rd March 2004, 04:28
My end goal is to IVTC some telecined footage, but I can't get very far because my simple script yields:
Unrecognized exception!
(C:\temp\PGC_1.avs, line 4)
Here's the script:
#Version()
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\Mpeg2dec.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\InverseTelecine\Decomb.dll")
mpeg2source("C:\temp\PGC_1.d2v")
Why is it failing on the mpeg2source function?? I'm pretty sure that the d2v file I generated using DVD2AVI is fine as I followed http://www.doom9.org/mpg/d2a-mpeg2dec.htm and I've used DVD2AVI project files in the past successfully.
Any help is much appreciated.
Thanks.
Unrecognized exception!
(C:\temp\PGC_1.avs, line 4)
Here's the script:
#Version()
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\Mpeg2dec.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\InverseTelecine\Decomb.dll")
mpeg2source("C:\temp\PGC_1.d2v")
Why is it failing on the mpeg2source function?? I'm pretty sure that the d2v file I generated using DVD2AVI is fine as I followed http://www.doom9.org/mpg/d2a-mpeg2dec.htm and I've used DVD2AVI project files in the past successfully.
Any help is much appreciated.
Thanks.