FieldHint
From Avisynth wiki
		
		
		
| 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
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- 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 | fieldhint-0.12.rar | 
| 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 ←
