Log in

View Full Version : 1.0.7 build 3 telecide working?


mrbass
1st March 2002, 00:47
I've done a few tests but can't get telecide working..

like smartdeinterlace avs looks like so:

LoadPlugin("C:\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\output\DVD2AV~1.D2V")
SmartDeinterlace(2,10,True,False,True)
BicubicResize(480,480,0.00,0.75)

but telecide is just blank
LoadPlugin("C:\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
mpeg2source("D:\output\DVD2AV~1.D2V")
BicubicResize(480,480,0.00,0.75)

so I edited it and put just before Bicubic..blah blah blah
Telecide()
telecide()
Telecide( )
telecide( )
and CCE crashes....I've tried with and without ResampleAudio(44100) too. I know it used to work. Anyway here are my results..
markb or ddogg can you add it to the newbie faq please

--Deinterlacing slows down encoding speed by about [SmartDeinterlace 40%, Blendfields 10%, SeparateFields/SelectEvery(PAL) 15%, VerticalReduceBy2(PAL) 20%, Telecide(PAL) ???]

I do remember telecide() just adding the () increased it by 25%.

Mozart
1st March 2002, 02:53
did you forgot that telecide is a function of decomb plugin, instead of avisynth itself? The avs should be

---------------
LoadPlugin(DRIVE:\path\decomb.dll)
..............
Telecide()
---------------

and the brackets are used automaticaly (at least in version 1...)

mrbass
1st March 2002, 03:17
LoadPlugin("C:\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
LoadPlugin("C:\DVD2SVCD\INVERS~1\DONALD~1\decomb.dll")
mpeg2source("D:\output\DVD2AV~1.D2V")
telecide()
BicubicResize(480,360,0.00,0.75)
AddBorders(0,60,0,60)

ok that worked..yes I'm a freakin idiot/fool I admit it.
My brain knew that but my memory faileth me.

anyway can you please add (any mod to the newbie faq)

-- Deinterlacing slows encoding speed by about [SmartDeinterlace 40%, Blendfields 10%, SeparateFields/SelectEvery(PAL) 15%, VerticalReduceBy2(PAL) 20%, Telecide(PAL) 25%]

still I wonder why if I have Telecide (PAL) checked it doesn't add these two vaules. Perhaps since it's not PAL although in the past it has worked.

DDogg
1st March 2002, 04:04
Actually I wonder if that is not a problem. I started to reply to you and ask you if you (or I) was drinking again :) as I thought you were speaking of the decomb or greedy plugins, but then I noticed the telecide setting in the drop down. I never do PAL so I had not noticed it before. I would think that it should invoke the plugin from there? Perhaps I am also just confused.

mrbass
1st March 2002, 04:14
only reason I noticed it was I was doing speed tests and I was like "what the hell" can't be the same with Telecide checked so I looked at the .avs and sure it enough it was absent. Minor glitch I'm sure.

Mozart
1st March 2002, 04:43
ok that worked..yes I'm a freakin idiot/fool I admit it.
My brain knew that but my memory faileth me.

Hey! I didn't said this... Did I?;)


anyway can you please add (any mod to the newbie faq)


done.

still I wonder why if I have Telecide (PAL) checked it doesn't add these two vaules. Perhaps since it's not PAL although in the past it has worked.

maybe some kind of protection against bad use with ntsc source...

mrbass
5th March 2002, 19:14
telecide is still not added to .avs with 1.0.7 build 4

dvd2svcd
5th March 2002, 19:18
Well, it works here. Are you talking about IVTC or Deinterlacing?

mrbass
6th March 2002, 02:19
deinterlacing Telecide(PAL) I'm referring to ..is it because NTSC source? Only works with PAL source? All other deinterlacing options insert the correct parameters in .avs file.

Or it only kicks in with IVTC? me = totally confused

dvd2svcd
6th March 2002, 07:51
Yeah, you're right, it doesn't add Telecide (deinterlace) when doing a NTSC movie. It'll be fixed. Thanks for noticing and sorry I hadn't fixed this in build 4.