neuron2
2nd January 2002, 01:05
By day I am a VirtualDub filter writer, now I am trying to decode VOBs. I got and installed the following tools: dvd2avi, mpeg2dec.dll, avisynth 1.05, VirtualDub 1.4.8. I loaded my VOB in dvd2avi and saved a d2v project file. Then I made an AVS file that loads the d2v file as follows:
LoadPlugin("d:\don\programming\c++\avisynth\mpeg2dec.dll")
mpeg2source("f:\Tom\test1.d2v")
When I load this AVS file with VirtualDub, I get:
Avisynth open failure:
Unrecognized exception!
(F:\TOM\TEST1.AVS, line 2)
I know Avisynth is working because an Avisource() works fine.
Can anybody please assist me? Thank you.
LoadPlugin("d:\don\programming\c++\avisynth\mpeg2dec.dll")
mpeg2source("f:\Tom\test1.d2v")
When I load this AVS file with VirtualDub, I get:
Avisynth open failure:
Unrecognized exception!
(F:\TOM\TEST1.AVS, line 2)
I know Avisynth is working because an Avisource() works fine.
Can anybody please assist me? Thank you.