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:
anyone know whats wrong on line 7?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 ##
+ Reply to Thread
Results 1 to 3 of 3
-
-
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.
Similar Threads
-
avs script giving me fits
By willmoodom in forum Newbie / General discussionsReplies: 32Last Post: 30th Sep 2009, 03:43 -
How do I create an AVS script
By Sopt Finder in forum Newbie / General discussionsReplies: 4Last Post: 15th Jun 2009, 13:17 -
AVS script and Subtitle Workshop
By sambat in forum SubtitleReplies: 3Last Post: 19th Apr 2009, 10:20 -
This correct avs script for this source?
By alcOre in forum Newbie / General discussionsReplies: 2Last Post: 13th Feb 2009, 01:24 -
help with avs script (dv to mpeg2) Fading in/out
By ZiGGY909 in forum EditingReplies: 2Last Post: 14th Nov 2007, 14:12