comparison DOCS/man/en/mplayer.1 @ 18630:053bba288fdb

yadif filter: formatting fixes
author kraymer
date Wed, 07 Jun 2006 18:52:49 +0000
parents 771f980eaa49
children acb8582e44f9
comparison
equal deleted inserted replaced
18629:771f980eaa49 18630:053bba288fdb
3079 .RE 3079 .RE
3080 .IPs [l|c]scaler=<n> 3080 .IPs [l|c]scaler=<n>
3081 Select the scaling function to use (seperately for luma and chroma). 3081 Select the scaling function to use (seperately for luma and chroma).
3082 Only valid for yuv modes 2, 3 and 4. 3082 Only valid for yuv modes 2, 3 and 4.
3083 .RSss 3083 .RSss
3084 0: Use simple linear filtering (default) 3084 0: Use simple linear filtering (default).
3085 .br 3085 .br
3086 1: Use bicubic filtering (better quality). 3086 1: Use bicubic filtering (better quality).
3087 Older cards will not be able to handle this for chroma at least in fullscreen mode. 3087 Older cards will not be able to handle this for chroma at least in fullscreen mode.
3088 Also needs one additional texture unit. 3088 Also needs one additional texture unit.
3089 .RE 3089 .RE
5904 .B yadif=[mode[:field_dominance]] 5904 .B yadif=[mode[:field_dominance]]
5905 Yet another deinterlacing filter 5905 Yet another deinterlacing filter
5906 .PD 0 5906 .PD 0
5907 .RSs 5907 .RSs
5908 .IPs <mode> 5908 .IPs <mode>
5909 0 (output 1 frame for each frame), 1 (output 1 frame for each field), 5909 0: Output 1 frame for each frame.
5910 2 (like 0 but skip spatial interlacing check), 3 (like 1 but skip spatial interlacing check) 5910 .br
5911 1: Output 1 frame for each field.
5912 .br
5913 2: Like 0 but skips spatial interlacing check.
5914 .br
5915 3: Like 1 but skips spatial interlacing check.
5911 .IPs <field_dominance> 5916 .IPs <field_dominance>
5912 like tfields 5917 Operates like tfields.
5913 .RE 5918 .RE
5914 .PD 1 5919 .PD 1
5915 . 5920 .
5916 .TP 5921 .TP
5917 .B mcdeint=[mode[:parity[:qp]]] 5922 .B mcdeint=[mode[:parity[:qp]]]