Log in

View Full Version : DVD2SVCD 1.1.1B2 / SmartDeinterlace error


OmegaNS
4th February 2003, 15:07
Hi

DVD2SVCD 1.1.1B2 write to the avs script this:

SmartDeinterlace(2,10,-1,0,-1)

but AviSynth 2.07 doesn't understand -1 and 0, only "true" and "false", the result is error "Invalid arguments ...."

OmegaNS

dvd2svcd
4th February 2003, 16:07
Thanks, I'll look into this.

Marie75
11th February 2003, 04:30
I'm having the same error. I cannot create a backup using smartdeinterlace. When previewing a frame, it says,

Script error: Invalid arguments to function "Smartdeinterlace....
(C:\DVD2SVCD\TEMP\preview.avs...)

(can't read all). I decided to go ahead and convert the movie anyway, and it did finish the conversion, but instead of the picture, I only get this one error frame with regular sound.

Thank you.

markrb
11th February 2003, 05:57
It's a bug SmartDeinterlace does not work automatically right now. If you need it you will have to manually add it to the avs file.
I went back to an old version to get the syntax since I don't know this filter. What I do is add this:
SmartDeinterlace(2,10,True,False,True)

Mark

waf1919
6th March 2003, 08:07
I have had the same problem using smartdeinterlace. CCE simply just crashes when it dvd2svcd opens it up. I have been using telecide instead, but its awfully slow. Should I go back and download a different version of dvd2svcd? Thanks All Will

markrb
6th March 2003, 08:09
The latest version fixed this error.
BTW SmartDeinterlace will still drop your speed by about 1/3 as well.

Mark

waf1919
6th March 2003, 08:19
Mark: I am using ver. 1.1.1 build 2. Is there a newer version? Thanks Will

markrb
6th March 2003, 08:22
Look closely at the stickies.

Mark

waf1919
6th March 2003, 08:44
Mark: I looked at the sticky's. I'm not sure what I am looking for. I double checked my version & I have the latest version. Any help would greatly be appreciated. Thanks, Will

zur128
7th March 2003, 04:14
waf1919

The latest version is 1.1.2 build 1. In the announcement for new releases (in the stickies), you will see the changelog for the new build and one of the bug fixes address this problem

markrb
7th March 2003, 04:17
Yes that was what I was getting at.
There is a full build newer then what you have.

Mark

waf1919
7th March 2003, 09:59
Thanks you very much. Will

waf1919
8th March 2003, 09:11
Mark: I downloaded the latest version 1.1.2 build 1, however when I try to drop my AVI 640 x 480( Huffyuv )into it. It sais It there is no decompressor for Huffyuv? If I go back and use Build 1.1.1 build 2 It works fine however as you know with this version you cannot select Smartdeinterlace. I even went back to the version 1.0.9 Build 2 It works well with Smartdeinterlace, however my finished svcd is squashed meaning the video top and bottom has black bars like a letterboxed picture and the picture itself is squashed. With 1.1.1 build 2, everything is fine picture is perfect except the fact that I have to use Telecide which Telecide works great it's just that it is so slow versus Smartdeinterlace & Smartdeinterlace seems to do just as good of a job. I would go in and change the AVS as you say for Smartdeinterlace on 1.1.1 build 2, however I dont know how to do this. Sprry for all of the questions maybe there is bug in 1.1.2 build 1 for a Huffyuv AVI file? Very Best Regards Will

markrb
8th March 2003, 17:29
Sprry for all of the questions maybe there is bug in 1.1.2 build 1 for a Huffyuv AVI file? Very Best Regards
Yes there is a known bug at this time. It will be fixed in the next version. Right now there is no work around.

With 1.1.1 build 2, everything is fine picture is perfect except the fact that I have to use Telecide which Telecide works great it's just that it is so slow versus Smartdeinterlace & Smartdeinterlace seems to do just as good of a job. You don't have to use telcide read my previous posts. All you need to do is edit the avs file and fix the Smartdeinterlace line in 1.1.1B2.

Mark