comparison DOCS/en/mplayer.1 @ 10571:07cfe1e1a2c9

'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.com> (with minor fixes for current cvs by me)
author alex
date Mon, 11 Aug 2003 20:04:30 +0000
parents 31f12f99118b
children 65226e2ea605
comparison
equal deleted inserted replaced
10570:ccd39742b64c 10571:07cfe1e1a2c9
2740 Both fps options are essential! 2740 Both fps options are essential!
2741 (A/V sync will break if they are wrong.) 2741 (A/V sync will break if they are wrong.)
2742 The optional start parameter tells the filter where in the telecine 2742 The optional start parameter tells the filter where in the telecine
2743 pattern to start (0-3). 2743 pattern to start (0-3).
2744 .TP 2744 .TP
2745 .B "tinterlace[=mode]"
2746 Temporal field interlacing -- merge pairs of frames into an interlaced
2747 frame, halving the framerate. Even frames are moved into the upper
2748 field, odd frames to the lower field. This can be used to fully reverse
2749 the effect of the tfields filter (in mode 0). Available modes are:
2750 .PD 0
2751 .RSs
2752 .IPs 0
2753 odd frames into upper field, even to lower, generating a full-height
2754 frame at half the framerate
2755 .IPs 1
2756 only output odd frames, even frames are dropped, height unchanged
2757 .IPs 2
2758 only output even frames, odd frames are dropped, height unchanged
2759 .IPs 3
2760 expand each frame to full height, but pad alternate lines with black,
2761 framerate unchanged
2762 .RE
2763 .PD 1
2764 .TP
2745 .B "tfields[=mode]" 2765 .B "tfields[=mode]"
2746 Temporal field separation -- split fields into frames, doubling the 2766 Temporal field separation -- split fields into frames, doubling the
2747 output framerate. 2767 output framerate.
2748 Like the telecine filter, "tfields" will only work properly with 2768 Like the telecine filter, "tfields" will only work properly with
2749 MEncoder, and only if both -fps and -ofps are set to the 2769 MEncoder, and only if both -fps and -ofps are set to the