FieldHint

From Avisynth wiki
Jump to: navigation, search
Abstract
Author Loren Merritt
Version v0.12
Download fieldhint-0.12.rar
Category Deinterlacing
License GPLv2
Discussion

Contents

[edit] Description

FieldHint combines arbitrary fields from the input clip, and optionally adds Telecide-compatible postprocessing hints.

[edit] Requirements


[edit] Syntax and Parameters

FieldHint (clip, string "ovr", bool "show"")


clip   =
Input clip.


string  ovr = null
Filename from which to read field pairs.
Format:
0,0,-
3,42,+
1,2
Each line consist of a pair of numbers: the frames from which to take the top and bottom fields, respectively.
The optional 3rd parameter sets postprocessing hints. ("+" => mark as interlaced. "-" => mark as progressive.)


bool  show = false
True: prints the field numbers and overrides on each frame.


[edit] Examples

Incomplete example:

MPEG2Source("C:\path_to\blah.d2v")
FieldHint(ovr="C:\path_to\blah.d2v.fh.txt")


[edit] Changelog

Version      Date            Changes
v0.12 2011-05-25 - Changes by Fredrik Mellbin - Speed optimizations, will now try to request source frames in order which plays nicer with most upstream filter and will do less memory copies.
v0.11 2005-04-19 - Add option "show" for framenumbers and overrides.
v0.10 2004-12-10 - Initial release.


[edit] Archived Downloads

Version Download Mirror
v0.12 fieldhint-0.12.rar fieldhint-0.12.rar
v0.11 fieldhint-0.11.zip fieldhint-0.11.zip
v0.10 fieldhint-0.10.zip fieldhint-0.10.zip


[edit] External Links




Back to External Filters

Personal tools