Create new frames by copying the top and bottom fields from surrounding frames supplied as numbers by the hint file.
- hint
-
Set file containing hints: absolute/relative frame numbers.
There must be one line for each frame in a clip. Each line must contain two numbers separated by the comma, optionally followed by
-
or+
. Numbers supplied on each line of file can not be out of [N-1,N+1] where N is current frame number forabsolute
mode or out of [-1, 1] range forrelative
mode. First number tells from which frame to pick up top field and second number tells from which frame to pick up bottom field.If optionally followed by
+
output frame will be marked as interlaced, else if followed by-
output frame will be marked as progressive, else it will be marked same as input frame. If optionally followed byt
output frame will use only top field, or in case ofb
it will use only bottom field. If line starts with#
or;
that line is skipped. - mode
-
Can be item
absolute
orrelative
orpattern
. Default isabsolute
. Thepattern
mode is same asrelative
mode, except at last entry of file if there are more frames to process thanhint
file is seek back to start.
Example of first several lines of hint
file for relative
mode:
0,0 - # first frame 1,0 - # second frame, use third's frame top field and second's frame bottom field 1,0 - # third frame, use fourth's frame top field and third's frame bottom field 1,0 - 0,0 - 0,0 - 1,0 - 1,0 - 1,0 - 0,0 - 0,0 - 1,0 - 1,0 - 1,0 - 0,0 -