comparison DOCS/man/en/mplayer.1 @ 18699:d220de66e296

formatting fixes
author diego
date Wed, 14 Jun 2006 10:18:57 +0000
parents 705ee62e574b
children 7ca8f5ab5136
comparison
equal deleted inserted replaced
18698:9e9fa6a2f484 18699:d220de66e296
5874 Temporal field separation \- split fields into frames, doubling the 5874 Temporal field separation \- split fields into frames, doubling the
5875 output framerate. 5875 output framerate.
5876 Like the telecine filter, tfields will only work properly with 5876 Like the telecine filter, tfields will only work properly with
5877 MEncoder, and only if both \-fps and \-ofps are set to the 5877 MEncoder, and only if both \-fps and \-ofps are set to the
5878 desired (double) framerate! 5878 desired (double) framerate!
5879 Available modes are: 5879 .PD 0
5880 .PD 0 5880 .RSs
5881 .RSs 5881 .IPs <mode>
5882 .IPs 0 5882 0: Leave fields unchanged (will jump/\:flicker).
5883 Leave fields unchanged. (This will jump/\:flicker.) 5883 .br
5884 .IPs 1 5884 1: Interpolate missing lines. (The algorithm used might not be so good.)
5885 Interpolate missing lines. (The algorithm used might not be so good.) 5885 .br
5886 .IPs 2 5886 2: Translate fields by 1/4 pixel with linear interpolation (no jump).
5887 Translate fields by 1/4 pixel with linear interpolation (no jump). 5887 .br
5888 .IPs 4 5888 4: Translate fields by 1/4 pixel with 4tap filter (higher quality) (default).
5889 Translate fields by 1/4 pixel with 4tap filter (higher quality). (default) 5889 .IPs <field_dominance>
5890 .RE 5890 -1: auto (default)
5891 .PD 1
5892 .RS
5893 Available field dominances are:
5894 .RE
5895 .PD 0
5896 .RSs
5897 .IPs -1
5898 auto (default)
5899 Only works if the decoder exports the appropriate information and 5891 Only works if the decoder exports the appropriate information and
5900 no other filters which discard that information come before tfields 5892 no other filters which discard that information come before tfields
5901 in the filter chain, otherwise it falls back to 0 (top field first). 5893 in the filter chain, otherwise it falls back to 0 (top field first).
5902 .IPs 0 5894 .br
5903 top-first 5895 0: top field first
5904 .IPs 1 5896 .br
5905 bottom-first 5897 1: bottom field first
5906 .RE 5898 .RE
5907 .PD 1 5899 .PD 1
5908 . 5900 .
5909 .TP 5901 .TP
5910 .B yadif=[mode[:field_dominance]] 5902 .B yadif=[mode[:field_dominance]]