TelecideHints

From Avisynth wiki
Revision as of 18:31, 8 June 2020 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author Myrsloik
Version v1.1
Download [x86]: Telecidehints11.rar

[x64]: Telecidehints11_x64.rar

Category Deinterlacing
License GPLv2
Discussion

Contents

Description

The filter process the stats file to get the usual progressive matches and identify VFR sections.

Requirements


Syntax and Parameters

TelecideHints

Based on the hints in the first clip, it returns either the second clip when marked as interlaced, cleanclip when marked as progressive or unknownclip when no hints exist. cleanclip and unknownclip default to the first clip.
Note that it is possible to construct something similar with IsHinted().

TelecideHints (clip, clip, clip "cleanclip", clip "unknownclip")


IsHinted

A variation of IsCombed but the result is based on the hints in the video. Can only be used in conditional filtering and returns 0 for no hints, 1 for progressive and 2 for interlaced.

IsHinted(clip)


KillHints

Writes invalid hinting information to the clip.

KillHints(clip)


Examples

Usage:

MPEG2Source("C:\path_to\blah.d2v")
Telecide(order=1,post=1,hints=true)
TelecideHints(SangNom2(order=0,aa=48))

(or any other filter, motion won't be smooth with SangNom2 if you don't use the opposite order)


Another example:

MPEG2Source("C:\path_to\blah.d2v")
TFM(pp=1)
TelecideHints(nnedi3()) #or whatever else you want
TDecimate(cycle=5)


Changelog

Version      Date            Changes
v1.1 2004-08-07 - Latest version? v1.0  ????-??-?? - Initial release?


Archived Downloads

Version Download Mirror Mirror 2 Mirror 3
v1.1 Telecidehints11.rar Telecidehints11.rar TelecideHints.zip TelecideHints.zip
v1.1 (x64) Telecidehints11_x64.rar Telecidehints11.rar
  • x64 version compiled by JoshyD.


External Links




Back to External Filters

Personal tools