summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-03 02:39:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-03 02:39:36 +0000
commite4c15dd785c4c7a12969258050fb88b7dbf19403 (patch)
treed1d6d7b9219c65d44b2262c307a4b9918cf18335 /DOCS
parenta0120b6bbfd6ab8c543dcafa7ccb8de10e12e3c1 (diff)
downloadmpv-e4c15dd785c4c7a12969258050fb88b7dbf19403.tar.bz2
mpv-e4c15dd785c4c7a12969258050fb88b7dbf19403.tar.xz
Better description of -jpeg options, patch by Colin Leroy.
Some typo corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9245 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.127
1 files changed, 22 insertions, 5 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 97380f95b0..3f2b7fdd34 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -1481,8 +1481,25 @@ Menu (default)
.B \-jpeg <option1:option2:...> (\-vo jpeg only)
Specify options for the JPEG output.
.br
-Available options are: [no]progressive, [no]baseline, optimize, smooth, quality
-and outdir.
+Available options are:
+
+.PD 0
+.RSs
+.IPs [no]progressive
+Specify standard or progressive JPEG.
+.IPs [no]baseline
+Specify use of baseline or not.
+.IPs optimize=<value>
+Optimization factor [0-100]
+.IPs smooth=<value>
+Smooth factor [0-100]
+.IPs quality=<value>
+Quality factor [0-100]
+.IPs outdir=<value>
+Directory to save the JPEG files
+.RE
+.PD 1
+.
.TP
.B \-monitor_dotclock <dotclock\ (or\ pixelclock) range> (fbdev and vesa only)
Look into etc/\:example.conf for further information and in DOCS/\:video.html.
@@ -2080,12 +2097,12 @@ The values can be from -100 to 100.
.IPs eq2[=gamma:contrast:brightness:saturation:rg:gg:bg]
Alternative software equalizer that uses lookup tables (very slow),
allowing gamma correction in addition to simple brightness,
-contrast and saturation adjustment. Note, that it uses the same MMX
+contrast and saturation adjustment. Note that it uses the same MMX
optimized code as -vop eq if all gamma values are 1.0!
The parameters are given as floating point values.
-Defaults are gamma=1.0, contrast=1.0, brightness=0.0 and stauration=1.0.
+Defaults are gamma=1.0, contrast=1.0, brightness=0.0 and saturation=1.0.
Parameters rg, gg, bg are the independent gamma values for the Red, Green
-and Blue components, all defaults to 1.0
+and Blue components, all default to 1.0.
The values are 0.1\-10 for gammas, -2\-2 for contrast (negative values result
in negative image) -1\-1 for brightness and 0\-3 for saturation.
.IPs halfpack[=f]