TigerLord
2nd October 2005, 22:14
Hi There !
I'm trying to encode a DVD source into XviD. I wanted to give a try to DGIndex and came up with this avisynth script:
LoadPlugin("Decomb.dll")
LoadPlugin("dgdecode.dll")
MPEG2Source("s219.d2v",cpu=4)
Telecide(guide=1)
Decimate()
Lanczos4resize(640,352,0,0.75)
Unfortunately when trying to open the .avs in Virtualdub (latest stable build) I get the following message:
Avisynth open failure:
MPEG2Source: couldn't open source file, or obsolete D2V file
(C:\s219\s219.avs, line 3)
Any hint?
Thanks !
I'm trying to encode a DVD source into XviD. I wanted to give a try to DGIndex and came up with this avisynth script:
LoadPlugin("Decomb.dll")
LoadPlugin("dgdecode.dll")
MPEG2Source("s219.d2v",cpu=4)
Telecide(guide=1)
Decimate()
Lanczos4resize(640,352,0,0.75)
Unfortunately when trying to open the .avs in Virtualdub (latest stable build) I get the following message:
Avisynth open failure:
MPEG2Source: couldn't open source file, or obsolete D2V file
(C:\s219\s219.avs, line 3)
Any hint?
Thanks !