im using avisynth ver 2.5, im trying t convert a pal interlaced dvd to ntsc. The scripts are fine (following the guides on here), yet i keep getting this error no matter what i do, and it is refering to the d2v file made with dvd2avi. the location of the file is correct, so i have no idea why its giving this:
"unregonized exception"
the line it refers to is the following
MPEG2Source("c:/spawn/spawn.d2v")
any ideas? i have so far been unable to use avisynth in frame serving my clips, as no matter what pal disc i use, i keep getting this or similar errors. thanks again
+ Reply to Thread
Results 1 to 13 of 13
-
-
Do you have the plugin for reading .d2v files installed?
Are you using LoadPlugin() to load the plugin dll?
Posting your scrip would be helpfulEjoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
yes, ok here is what i got, the top is the avs the bottom is the d2v, i also have tried combos with the two as well, still with no success, i do have the plugins all set and have tried them in various locations too(changing that in the script)
avs file:
LoadPlugin("MPEG2DEC.dll")
LoadPlugin("SmoothDeinterlacer.dll")
MPEG2Source("c:\k2\VTS_04_1.d2v")
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ChangeFPS(59.94) # or ConvertFPS(59.94)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()
the d2v file (not im not copying the billion numbers after this part to post in here)
DVD2AVIProjectFile
5
18 C:\k2\VTS_04_1.VOB
18 C:\k2\VTS_04_2.VOB
18 C:\k2\VTS_04_3.VOB
18 C:\k2\VTS_04_4.VOB
18 C:\k2\VTS_04_5.VOB
Stream_Type=1,0,0
iDCT_Algorithm=5 (1:MMX 2:SSEMMX 3:FPU 4:REF 5:SSE2MMX)
YUVRGB_Scale=0 (0:TVScale 1:PCScale)
Luminance_Filter=0,0 (Gamma, Offset)
Picture_Size=0,0,0,0,0,0 (ClipLeft, ClipRight, ClipTop, ClipBottom)
Field_Operation=0 (0:None 1:ForcedFILM 2:SwapOrder)
Frame_Rate=25000
Location=0,0,4,2C1C7 -
are you using this mpeg2dec?
http://www.avisynth.org/~warpenterprises/files/mpeg2dec_25_dll_20030107.zipEjoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
yes, but for arguements sake i replaced mine with yours, and avisynth tells me its not a 2.5 plugin. So i went to the actual site and dl'ed it (for 2.5) and now it still gives the the same error. maybe i will uninstall and reinstal avisynth 2.5 and see if that fixes anything
-
my main problem with this would easly be solved if i knew what equivelant deinterlace option in tmpg would be the same as the 'smooth deinterlace' in the avisynth script.
the pal i convert is 25 frames interlaced and i would bring it to 29.97 frames so i can re-author it as a dvd . -
-
disturbed1 wrote:
"Also, ONLY use DVD2AVI version 1.76. The other version(s) don't work with mpeg2dec3, nor mpeg2dec."
well that might be causign the problem, i have dvd2avi 1.77, on their website they do not list previous versions. For the record i do have the rest of the mpeg2 plugs for avisynth 2.5, i have tried them all with the same error. i will ook (unless someone has one handy) for dvd2avi 1.76 and see if that fixes things. -
ok i knew i had an older one somewhere, trying dvd2avi 1.76+ now, hopefully that will work (know in a few minutes)
HOOORRRAAYYYY
i just did a very simple test using the mpeg2dec.dll and the d2v file and it played fine!!! Thats a start, now i just have to see if it will work with the script i have for the pal conversion-- (crossing my fingers)
thank you disturbed1 for the tip off about the versions of dvd2avi not working with avisynth properly
while im here let me ask, should i combine my avs script with the d2v file to make it another avs script file, or is it safe just to use that avs script by itself?? thanks -
ok just tried my original pal 2 ntsc script (using the guide on here) with the new d2v file from the 1.76 ver, it played fine in windows media player, so i guess it is safe to say i do not need to copy that d2v with it as well (after it is telling it what file to use in the avs script itself)--thanks again
-
The last question doesn't make sense if you mean to
merge the AVs text file with the D2V text file.
The AVS file READS the D2V file, -
yes i know, but either way everything is working fine. Now i just have to make sure that the sources are truly interlaced and not progressive. tmpg says their interlaced and so does bitrate viewer, but i know another post on here mentioned another way, just want to be sure
Similar Threads
-
Sudden RipBot error (avisynth error)
By Charles314 in forum DVD RippingReplies: 5Last Post: 24th Oct 2010, 01:44 -
AVISynth script error
By rvnwlf in forum Newbie / General discussionsReplies: 0Last Post: 11th Jun 2010, 13:33 -
meGUI - AVISynth Error!
By th3obr0 in forum Video ConversionReplies: 2Last Post: 27th Jan 2009, 21:20 -
Get many error messages, AviSynth error message and meGUI error
By MKVcrazy in forum Video ConversionReplies: 0Last Post: 25th Aug 2007, 16:41 -
AviSynth Error
By koberulz in forum Newbie / General discussionsReplies: 17Last Post: 21st Jun 2007, 19:42