summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-19 10:58:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-19 10:58:41 +0000
commitf0764528aff04ec1c3e9d908d771d370c4b06da2 (patch)
treec5711261efc6a5208783aa90858e5a04f5282146 /DOCS
parenta861066ad948893d2a8d91a77b5a13d752f9470e (diff)
downloadmpv-f0764528aff04ec1c3e9d908d771d370c4b06da2.tar.bz2
mpv-f0764528aff04ec1c3e9d908d771d370c4b06da2.tar.xz
Better wording and clarity as suggested by the Wanderer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13390 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.114
1 files changed, 7 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index c4ddd5354b..7cb715b5e8 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -33,7 +33,7 @@
.\" Title
.\" --------------------------------------------------------------------------
.
-.TH MPlayer 1 "2004-08-27" "The MPlayer Project" "The Movie Player"
+.TH MPlayer 1 "2004-09-19" "The MPlayer Project" "The Movie Player"
.
.SH NAME
mplayer \- movie player
@@ -3689,12 +3689,12 @@ format name like rgb15, bgr24, yv12, etc (default: yv12)
.B pp[=filter1[:option1[:option2...]]/\:[-]filter2...] (also see \-pphelp)
Enables the specified chain of postprocessing subfilters.
Subfilters must be separated by '/' and can be disabled by prepending
-a '\-', appending a ':' followed by 'a', 'c' or 'y' determines its
-scope (default: c):
+a '\-'. A subfilter's scope can be determined by appending a ':' followed
+by 'a', 'c' or 'y' (default: c):
.PD 0
.RSs
.IPs a
-Switch the subfilter off if the CPU is too slow.
+Automatically switch the subfilter off if the CPU is too slow.
.IPs c
Do chrominance filtering, too.
.IPs y
@@ -3722,8 +3722,8 @@ default filters without brightness/\:contrast correction
.IPs "\-vf pp=de/tn:1:2:3"
Enable default filters & temporal denoiser.
.IPs "\-vf pp=hb:y/vb:a"
-Horizontal deblocking on luminance only and switch vertical deblocking on or
-off automatically depending on available CPU time.
+Horizontal deblocking on luminance only, and switch vertical deblocking
+on or off automatically depending on available CPU time.
.RE
.PD 1
.
@@ -3943,7 +3943,7 @@ fixing movies that were inverse-telecined incorrectly.
.
.TP
.B dint[=sense:level]
-Detects and drops first interlaced frame in a video stream.
+Detects and drops the first from a set of interlaced video frames.
Values can be from 0.0 to 1.0 \- first (default 0.1) is relative difference
between neighbor pixels, second (default 0.15) is what part of image has to
be detected as interlaced to drop the frame.