FieldHint
From Avisynth wiki
Abstract | |
---|---|
Author | Loren Merritt |
Version | v0.11 |
Download | fieldhint-0.11.zip |
Category | Deinterlacing |
License | GPLv2 |
Discussion |
Contents |
Description
FieldHint combines arbitrary fields from the input clip, and optionally adds Telecide-compatible postprocessing hints.
Requirements
- AviSynth 2.5.8 or later
- Supported color formats: YV12
Syntax and Parameters
- FieldHint (clip, string "ovr", bool "show"")
- clip =
- Input clip.
- 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.)
- string ovr = null
- bool show = false
- True: prints the field numbers and overrides on each frame.
- bool show = false
Examples
Incomplete example:
MPEG2Source("C:\path_to\blah.d2v") FieldHint(ovr="C:\path_to\blah.d2v.fh.txt")
Changelog
Version Date Changes
v0.11 2005-04-19 - Add option "show" for framenumbers and overrides. v0.10 2004-12-10 - Initial release.
Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.11 | fieldhint-0.11.zip | fieldhint-0.11.zip |
v0.10 | fieldhint-0.10.zip | fieldhint-0.10.zip |
External Links
Back to External Filters ←