summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-14 10:18:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-14 10:18:57 +0000
commitc087ea4cd505c114c8e2d4e36e25edffb3a5c0a0 (patch)
tree5470185fc93278496b3e7de1aa8a250ed09bb72e /DOCS
parent51846813f5ac6d4b2a50bf62e2b154b1951d1e88 (diff)
downloadmpv-c087ea4cd505c114c8e2d4e36e25edffb3a5c0a0.tar.bz2
mpv-c087ea4cd505c114c8e2d4e36e25edffb3a5c0a0.tar.xz
formatting fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18702 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.136
1 files changed, 14 insertions, 22 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 30a7e655c4..61b7a9d585 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5876,33 +5876,25 @@ output framerate.
Like the telecine filter, tfields will only work properly with
MEncoder, and only if both \-fps and \-ofps are set to the
desired (double) framerate!
-Available modes are:
-.PD 0
-.RSs
-.IPs 0
-Leave fields unchanged. (This will jump/\:flicker.)
-.IPs 1
-Interpolate missing lines. (The algorithm used might not be so good.)
-.IPs 2
-Translate fields by 1/4 pixel with linear interpolation (no jump).
-.IPs 4
-Translate fields by 1/4 pixel with 4tap filter (higher quality). (default)
-.RE
-.PD 1
-.RS
-Available field dominances are:
-.RE
.PD 0
.RSs
-.IPs -1
-auto (default)
+.IPs <mode>
+0: Leave fields unchanged (will jump/\:flicker).
+.br
+1: Interpolate missing lines. (The algorithm used might not be so good.)
+.br
+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>
+-1: auto (default)
Only works if the decoder exports the appropriate information and
no other filters which discard that information come before tfields
in the filter chain, otherwise it falls back to 0 (top field first).
-.IPs 0
-top-first
-.IPs 1
-bottom-first
+.br
+0: top field first
+.br
+1: bottom field first
.RE
.PD 1
.