insanedesio
12th July 2003, 23:55
So I make an AviSynth script and I use it over and over again for different encodes, of course modifying the filename (the process for this script is the same for each, anyway). Note that I'm reading out of d2v files. So off of the next DVD, I use DVD2AVI to save only a part of the vob in the project file - the audio that I get from it works fine; I was able to encode it without a problem and it sounds okay to me. HOWEVER, when I load up the script, I get the following error in VirtualDub:
AviSynth open failure:
Evaluate: Unrecognized exception!
(D:\Encoding\AVISynth Scripts\XTV\04\phase 1\04.avs, line 4)
Here is the script in question:
LoadPlugin("C:\Windows\System32\mpeg2dec3.dll")
LoadPlugin("C:\Archives\Misc\Multimedia\Encoding\Filters\AVISynth Plugins\2.5.2\TelecideXC\telecidexc.dll")
mpeg2source("D:\Encoding\Input\XTV\04\04.d2v")
telecideXC(parity=1, mode=1, vidInfo=true)
Don't worry about the telecideXC() function if you don't know it. Line 4 is, as is seen, mpeg2source("D:\Encoding\Input\XTV\04\04.d2v"). Now remember that this is the EXACT same script that I've used for other encodes.
What's more, I noticed something I had to fix in one of my previous encodes. Even though I had been able to work with it before, I got this error now. If you can't tell this is for the XTV Anime series; I had done episode 0 previously but found that it wouldn't work this time. So, 0 and 4 won't work, but 1-3 will, and the scripts are the exact same scripts except for the different paths/filenames.
If any help could be given, it would be very much appreciated. I'm not sure if this is the right place to put this post but it seemed the best.
Thanks.
AviSynth open failure:
Evaluate: Unrecognized exception!
(D:\Encoding\AVISynth Scripts\XTV\04\phase 1\04.avs, line 4)
Here is the script in question:
LoadPlugin("C:\Windows\System32\mpeg2dec3.dll")
LoadPlugin("C:\Archives\Misc\Multimedia\Encoding\Filters\AVISynth Plugins\2.5.2\TelecideXC\telecidexc.dll")
mpeg2source("D:\Encoding\Input\XTV\04\04.d2v")
telecideXC(parity=1, mode=1, vidInfo=true)
Don't worry about the telecideXC() function if you don't know it. Line 4 is, as is seen, mpeg2source("D:\Encoding\Input\XTV\04\04.d2v"). Now remember that this is the EXACT same script that I've used for other encodes.
What's more, I noticed something I had to fix in one of my previous encodes. Even though I had been able to work with it before, I got this error now. If you can't tell this is for the XTV Anime series; I had done episode 0 previously but found that it wouldn't work this time. So, 0 and 4 won't work, but 1-3 will, and the scripts are the exact same scripts except for the different paths/filenames.
If any help could be given, it would be very much appreciated. I'm not sure if this is the right place to put this post but it seemed the best.
Thanks.