sumotherdude
22nd December 2002, 02:03
I'm trying to to a DVD rip for a friend of WrestleMania XV. Anyways, I've used AVISynth before with no problems but now CCE absolutely refuses to open the AVS file, giving me: AVIFILEINFO: Uknown Error.
Here's my simple AVS:
LoadPlugin("D:\DVDToolz\AVISynth\MPEG2DEC.dll")
mpeg2source("D:\WORK\wmxv.d2v")
LoadPlugin("D:\DVDToolz\AVISynth\Decomb.dll")
mpeg2source("D:\WORK\wmxv.d2v")
FieldDeinterlace()
ReSampleAudio(44100)
I'm using the latest version of AVISynth, DVD2AVI 1.76, and CCE SP 2.5.
I've searched the forums repeatedly and came up with a few suggestions to resolve this problem but have found no solutions. The Stickys and FAQ were full of great information but that could help me.
I can open the AVS file in VirtualDub just fine...Any ideas?
Thanks,
John
Here's my simple AVS:
LoadPlugin("D:\DVDToolz\AVISynth\MPEG2DEC.dll")
mpeg2source("D:\WORK\wmxv.d2v")
LoadPlugin("D:\DVDToolz\AVISynth\Decomb.dll")
mpeg2source("D:\WORK\wmxv.d2v")
FieldDeinterlace()
ReSampleAudio(44100)
I'm using the latest version of AVISynth, DVD2AVI 1.76, and CCE SP 2.5.
I've searched the forums repeatedly and came up with a few suggestions to resolve this problem but have found no solutions. The Stickys and FAQ were full of great information but that could help me.
I can open the AVS file in VirtualDub just fine...Any ideas?
Thanks,
John