"no such function named telecide" ??

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Rider4Z
The Machine
Joined: Sun Dec 14, 2003 3:55 am
Status: Larger than life.
Contact:
Org Profile

"no such function named telecide" ??

Post by Rider4Z » Tue Feb 21, 2012 6:55 pm

Could be something minor but i don't know what it is. Ever since i installed the updated AMVapp, VirtualDub does not want to deinterlace anything for me. it'll load

Code: Select all

checkfieldorder()
but not

Code: Select all

telecide(order=0,guide=1)
decimate(cycle=5,mode=2)
they've always worked fine in the past for me. any and all ideas are appreciated (AND WANTED). :(

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Re: "no such function named telecide" ??

Post by EvaFan » Tue Feb 21, 2012 8:02 pm

When you uninstalled the older version, did you keep the plugins folder? If not you will have to reobtain the decomb plugin you were using beforehand.

I'm not exactly sure what in all comes with the amvapp cause last I used it was many years ago but I'm going to take a guess that it doesn't provide the decomb plugin anymore or at all, instead probably TIVTC meaning you would use TFM instead of telecide. Try taking out the Telecide line, if Tdecimate works still then you have TIVTC/TFM plugin loading but no decomb plugin which is what you were used to using on the old org app hence why telecide isn't working.

You can confirm also by just checking your plugins folder and telling us what plugins are still there. Here's the old plugin you were using:
http://avisynth.org/mediawiki/Decomb
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: "no such function named telecide" ??

Post by mirkosp » Tue Feb 21, 2012 8:17 pm

Why would you use decomb instead of tivtc for automatic ivtc nowadays? I mean, as far as automatic ivtc goes, the latter is much better than the former.
Just update to

Code: Select all

TFM()
TDecimate()
Instead, pretty much. Of course, feel free to read up the TIVTC docu to improve the parameters to your needs, but the defaults are pretty decent.
Image

User avatar
Rider4Z
The Machine
Joined: Sun Dec 14, 2003 3:55 am
Status: Larger than life.
Contact:
Org Profile

Re: "no such function named telecide" ??

Post by Rider4Z » Wed Feb 22, 2012 5:40 pm

thanks guys, i'll look into all that :up:

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: "no such function named telecide" ??

Post by Mister Hatt » Thu Feb 23, 2012 1:23 am

Telecide still has its uses for when you're doing manual metric-based IVTC (hi YATTA), but I wouldn't use it for auto-anything. If you're working with a modern MPEG-TS raw for some reason, there are other techniques which are dumb/manual and a lot faster than even TFM that might be worth looking into. I'd be curious to see someone write a metric converter for the doubleweave().pulldown() method though. My guess is it would be faster than YATTA if less accurate, but give you control over pp and other such things.

Locked

Return to “AviSynth Help”