VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I have made a avs script using a modified version of fitcd I got and when I process the avs through tmpgenc I keep getting a unrecognized Exception error at line 7 in the script:

    Code:
    LoadPlugin("C:\FitCD\mpeg2dec.dll")
    LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth Subtitler.dll")
    LoadPlugin("C:\FitCD\fluxsmooth.dll")
    LoadPlugin("C:\FitCD\legalclip.dll")
    LoadPlugin("C:\FitCD\sampler.dll")
    
    Mpeg2Source("C:\DVD2SVCD\Source\lotr.d2v")
    LegalClip()
    BicubicResize(688,544,0,0.6,0,3,720,570)
    FluxSmooth()
    AddBorders(8,16,8,16)
    LegalClip()
    AvisynthSubtitler("C:\DVD2SVCD\Subs\","permsubs.txt")
    
    Sampler(length=24)
    ## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
    anyone know whats wrong on line 7?
    Quote Quote  
  2. Looks OK, are you sure that MPEG2DEC.dll and the D2V files are actually in those locations? No spaces in the filenames?

    Checked against my script, those 2 lines are same as I use. Maybe try another version of the DLL? Maybe recreate the D2V file.

    If MPEG2DEC is not loaded, I think you get "unknown command" or something like that, for the MPEG2SOURCE line.

    I open my script in VDUB, I sometimes get "unrecognized exception" unless the FIRST thing I do is delete a frame. I do not know why this occurs, it happens about 20% of my captures.
    Quote Quote  
  3. I recreated the d2v file and it seems to have worked now, thanx for the help.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!