lump1
26th May 2003, 19:33
I guess I have a basic problem with frameserving, and I've now spent several fruitless hours trying to fix it.
I've used DVD2AVI to make a .d2v file from 5 VOB's. That file got made correctly. It happily opens in Media Player Classic and plays perfectly.
I'm trying to encode it using VirtualDub, so I tried many different ways of making an .avs file that refers to the .d2v. Gordian Knot will auto-generate one, but VirtualDub refuses to open it. It's not a problem with VirtualDub, though. When I try opening the file in the Media Player, it reads that there is an error on line n, where n says:
AVISource("E:\DVD\video.d2v")
So here is how much I've learned from troubleshooting: My AviSynth appears to be installed correctly. When I play a script with only the line 'Version()' in MPC, the "video" it plays is:
AviSynth 2.51 Beta (avisynth.org) ...
Also, I noticed that when I try to call an ordinary .avi video with "AVISource" it plays fine. So, for example a script called test.avs with this line:
AVISource("E:\DVD\test1.avi")
will just play back the video test1.avi. But as soon as I try to call a .d2v file with the AVISource() line, it tells me there is an error on that line. Remember that this is a d2v which by itself plays just fine in Media Player Classic.
And I've even tried various other ways of generating .avs files just in case I was making some dumb mistake. But every single one of the generated .avs's had the line 'AVISource("E:\DVD\video.d2v")' which returned an error.
So does anyone have any idea what's broken?
I'm using XPsp1/AthlonXP.
I've used DVD2AVI to make a .d2v file from 5 VOB's. That file got made correctly. It happily opens in Media Player Classic and plays perfectly.
I'm trying to encode it using VirtualDub, so I tried many different ways of making an .avs file that refers to the .d2v. Gordian Knot will auto-generate one, but VirtualDub refuses to open it. It's not a problem with VirtualDub, though. When I try opening the file in the Media Player, it reads that there is an error on line n, where n says:
AVISource("E:\DVD\video.d2v")
So here is how much I've learned from troubleshooting: My AviSynth appears to be installed correctly. When I play a script with only the line 'Version()' in MPC, the "video" it plays is:
AviSynth 2.51 Beta (avisynth.org) ...
Also, I noticed that when I try to call an ordinary .avi video with "AVISource" it plays fine. So, for example a script called test.avs with this line:
AVISource("E:\DVD\test1.avi")
will just play back the video test1.avi. But as soon as I try to call a .d2v file with the AVISource() line, it tells me there is an error on that line. Remember that this is a d2v which by itself plays just fine in Media Player Classic.
And I've even tried various other ways of generating .avs files just in case I was making some dumb mistake. But every single one of the generated .avs's had the line 'AVISource("E:\DVD\video.d2v")' which returned an error.
So does anyone have any idea what's broken?
I'm using XPsp1/AthlonXP.