zur128
3rd March 2003, 04:01
I have version 1.1.1 build 1 installed and have always uninstalled version before installation the laest version.
In my last two attempts to convert, I noticed that the conversion tookonly a short time and very short files were produced. When I played back one of those *.mpg files, I get the following message instead of the movie "Script error: Invalid arguments to function "Smart Deinterlace", D:/temp4/AVI Synth Script file.avs"
My avisynth file is as follows
LoadPlugin("E:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL")
mpeg2source("D:\TEMP4\DVD2AV~1.D2V")
SmartDeinterlace(2,10,-1,0,-1)
BicubicResize(480,432,0.0,0.6)
AddBorders(0,72,0,72)
TemporalSmoother(2,1)
ResampleAudio(44100)
Line 3 obviously refers to SmartDeinterlace. When I look at the arguments, it shows the argument -1 and 0. I have done a comparison with previous avisynth scripts and previous scripts have a True or False argument. I then proceeded to "recover" but then setting the option to edit the avisynth script before video encoding and changed the arguments to True and False. this time the conversion went through correctly.
I am going to update to the latest version, but did not see any mention of changes to the mpeg2dec.dll which is the plugin for the smartdeinterlace.
My question is whether the argument for smart deinterlace been changed deliberately for something else. I can of course not use the smart deinterlace settings in DVD2SVCD but add it to the avisynth all the time but it just seems weird to do that.
Any other people have this same experience?
In my last two attempts to convert, I noticed that the conversion tookonly a short time and very short files were produced. When I played back one of those *.mpg files, I get the following message instead of the movie "Script error: Invalid arguments to function "Smart Deinterlace", D:/temp4/AVI Synth Script file.avs"
My avisynth file is as follows
LoadPlugin("E:\PROGRA~1\DVD2SVCD\MPEG2DEC\MPEG2DEC.DLL")
mpeg2source("D:\TEMP4\DVD2AV~1.D2V")
SmartDeinterlace(2,10,-1,0,-1)
BicubicResize(480,432,0.0,0.6)
AddBorders(0,72,0,72)
TemporalSmoother(2,1)
ResampleAudio(44100)
Line 3 obviously refers to SmartDeinterlace. When I look at the arguments, it shows the argument -1 and 0. I have done a comparison with previous avisynth scripts and previous scripts have a True or False argument. I then proceeded to "recover" but then setting the option to edit the avisynth script before video encoding and changed the arguments to True and False. this time the conversion went through correctly.
I am going to update to the latest version, but did not see any mention of changes to the mpeg2dec.dll which is the plugin for the smartdeinterlace.
My question is whether the argument for smart deinterlace been changed deliberately for something else. I can of course not use the smart deinterlace settings in DVD2SVCD but add it to the avisynth all the time but it just seems weird to do that.
Any other people have this same experience?