summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mplayer.1
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-02 18:32:07 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-02 18:32:07 +0000
commit240b743ebdfde9bfb9bbe311de9ab6afe9378cff (patch)
tree5bf5ec5eb6ae0e922b0b1c4856a2d11da255901d /DOCS/man/en/mplayer.1
parent3ddab299bfe75ee3ae81e026adb2920970e50d56 (diff)
downloadmpv-240b743ebdfde9bfb9bbe311de9ab6afe9378cff.tar.bz2
mpv-240b743ebdfde9bfb9bbe311de9ab6afe9378cff.tar.xz
Add global field dominance flag instead of duplicating this "everywhere"
Patch by Carl Eugen Hoyos (cehoyos (at) ag or at) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22104 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r--DOCS/man/en/mplayer.124
1 files changed, 22 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 19ebcaa40d..cf81ea8afb 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3983,6 +3983,20 @@ incorrect or missing in the file being played.
Disable automatic movie aspect ratio compensation.
.
.TP
+.B "\-field-dominance <-1\-1>
+Set first field for interlaced content. Useful for deinterlacers that double the framerate: \-vf tfields=1, \-vf yadif=1 and \-vo xvmc:bobdeint.
+.PD 0
+.RSs
+.IPs -1
+auto (default) If the decoder doesn't export the appropriate information, it falls back to 0 (top field first).
+.IPs 0
+top field first
+.IPs 1
+bottom field first
+.RE
+.PD 1
+.
+.TP
.B "\-flip \ "
Flip image upside-down.
.
@@ -6280,7 +6294,7 @@ desired (double) framerate!
2: Translate fields by 1/4 pixel with linear interpolation (no jump).
.br
4: Translate fields by 1/4 pixel with 4tap filter (higher quality) (default).
-.IPs <field_dominance>
+.IPs <field_dominance>\ (DEPRECATED)
-1: auto (default)
Only works if the decoder exports the appropriate information and
no other filters which discard that information come before tfields
@@ -6289,6 +6303,9 @@ in the filter chain, otherwise it falls back to 0 (top field first).
0: top field first
.br
1: bottom field first
+.br
+.I NOTE:
+This option will possibly be removed in a future version. Use \-field-dominance instead.
.RE
.PD 1
.
@@ -6305,8 +6322,11 @@ Yet another deinterlacing filter
2: Like 0 but skips spatial interlacing check.
.br
3: Like 1 but skips spatial interlacing check.
-.IPs <field_dominance>
+.IPs <field_dominance>\ (DEPRECATED)
Operates like tfields.
+.br
+.I NOTE:
+This option will possibly be removed in a future version. Use \-field-dominance instead.
.RE
.PD 1
.