FieldHint
From Avisynth wiki
(Difference between revisions)
(FieldHint) |
(add v0.12) |
||
Line 2: | Line 2: | ||
{{Filter3 | {{Filter3 | ||
| {{Author/akupenguin}} | | {{Author/akupenguin}} | ||
− | | v0. | + | | v0.12 |
− | | [http:// | + | | [http://web.archive.org/web/20120223025813/http://ivtc.org/yatta%20support/fieldhint-0.12.rar fieldhint-0.12.rar] |
| Deinterlacing | | Deinterlacing | ||
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | | [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | ||
Line 42: | Line 42: | ||
== Changelog == | == Changelog == | ||
Version Date Changes<br> | Version Date Changes<br> | ||
− | v0.11 2005-04-19 - Add option "show" for framenumbers and overrides. | + | 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.<br> | ||
+ | v0.11 2005-04-19 - Add option "show" for framenumbers and overrides.<br> | ||
v0.10 2004-12-10 - Initial release. | v0.10 2004-12-10 - Initial release. | ||
Line 52: | Line 55: | ||
!!width="150px"| Download | !!width="150px"| Download | ||
!!width="150px"| Mirror | !!width="150px"| Mirror | ||
+ | |- | ||
+ | !v0.12 | ||
+ | |[http://web.archive.org/web/20120223025813/http://ivtc.org/yatta%20support/fieldhint-0.12.rar fieldhint-0.12.rar] | ||
+ | |N/A | ||
|- | |- | ||
!v0.11 | !v0.11 |
Revision as of 04:35, 17 June 2016
Abstract | |
---|---|
Author | Loren Merritt |
Version | v0.12 |
Download | fieldhint-0.12.rar |
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.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.
Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.12 | fieldhint-0.12.rar | N/A |
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 ←