summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 13 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 73e044e4d9..fb078c5c6c 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5493,7 +5493,7 @@ framerate unchanged.
.PD 1
.
.TP
-.B tfields[=mode]
+.B tfields[=mode[:field_dominance]]
Temporal field separation \- split fields into frames, doubling the
output framerate.
Like the telecine filter, tfields will only work properly with
@@ -5512,6 +5512,18 @@ Translate fields by 1/4 pixel with linear interpolation (no jump).
Translate fields by 1/4 pixel with 4tap filter (higher quality). (default)
.RE
.PD 1
+Available field dominances are:
+.PD 0
+.RSs
+.IPs -1
+auto (Only works if the decoder exports the appropriate information and
+no other filters are loaded before that discard that information.)
+.IPs 0
+top-first
+.IPs 1
+bottom-first
+.RE
+.PD 1
.
.TP
.B boxblur=radius:power[:radius:power]