summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-29 14:56:39 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-29 14:56:39 +0000
commitba042eaf31e7263046ab0888c56c02e175497a51 (patch)
tree01ae29a81659f4ce2dd23286f852d211e2f6beed /DOCS
parentfc4d6e617d8d2a6d6b3fc775eae5e0da868ab352 (diff)
downloadmpv-ba042eaf31e7263046ab0888c56c02e175497a51.tar.bz2
mpv-ba042eaf31e7263046ab0888c56c02e175497a51.tar.xz
document missing parameter of tfields: field dominance.
... but what's the default ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16620 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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]