PDA

View Full Version : IVTC in avisynth 2.56


RF
24th May 2006, 05:28
Hey people,

I need to frameserve an interlaced source and I'm wondering what to use in my avs script.

I used to use:
---------------------
Telecide()
Decimate(cycle=5)
---------------------
in the older version of avisynth but I don't know if I can still use those functions in 2.56.

Can anyone help me out?

Thanks in advance.

Mug Funky
24th May 2006, 05:48
depends...

IVTC only works for 3:2 telecined sources. it's useless for pure interlaced sources. you can determine what the source is by stepping through frames though, so it's not a big deal.

decomb does work in avisynth 2.5.6 and will continue to work for 2.5.7. not sure about avs 3.0, but i'm sure DG will be right on it when avs 3 matures to the point it can take decomb.

neuron2
24th May 2006, 05:48
I don't know if I can still use those functions in 2.56. Yes, you can.

RF
24th May 2006, 05:51
Well, it's DVD special features and that plugin with those functions and settings has always worked perfectly for me.

So if I can use the same stuff as before, that's great.

Boulder
24th May 2006, 07:53
The extras are probably truly interlaced so IVTC will not work on them like Mug said.

You'll need to either deinterlace or encode as interlaced.

Blue_MiSfit
27th May 2006, 04:06
Wow.. this is a bit OT, but I just realized Mug Funky's name. I always thought it was Meg Funky - until I read the previous post. All this time....

sorry for being OT, just had to let this one out

~Misfit