PDA

View Full Version : Last Question


David Kimble
20th March 2007, 16:55
:script: OK I figured itout. I t seems I need to do the IVTC thing here:
Just curious though.I'm using the new version of Avisynth (2.5.7) What exactly is the script command for this??
I tried the one that GKnot Uses but it only works with the old version.

Is it this?
Telecide(order=1,guide=1).Decimate()

OR This:

Telecide()
Decimate(5)


The Second One works with the new version but it seems to lower the bitrate. Unless it was something else I did wrong.
Incidently I DID search as everyone says but I could not find a DEFINITE answer -not for this newer version anyway.
Any help would be appreciated. And I guarantee this is the last question. Thanks:p

foxyshadis
20th March 2007, 17:14
It's not the version of avisynth that causes the problem, it's the version of Decomb. There's no order parameter in Telecide anymore, so your mod will do fine, though guide=1 can help avoid bad matches. There shouldn't be a bitrate difference, though, since Telecide/Decimate don't do any denoising; that's probably coming from somewhere else, either the rest of the script of the codec config.

David Kimble
20th March 2007, 17:46
ok thanks mate:devil: :p

neuron2
20th March 2007, 17:51
David, you've got 21 posts now. You need to start using proper thread titles. Otherwise, you're in danger of being struck. Thank you.