summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-26 22:18:25 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-26 22:18:25 +0000
commit77db87aa41370ef5bd19792b20c3c333b4307bd7 (patch)
tree46fc93d99371fa63377ecf74eef675d1ecd02502 /DOCS
parent139beb2d89b569b1194b525f528b32f2d3e78a5c (diff)
downloadmpv-77db87aa41370ef5bd19792b20c3c333b4307bd7.tar.bz2
mpv-77db87aa41370ef5bd19792b20c3c333b4307bd7.tar.xz
Added output to multiple directories for vo_jpeg.
Updated the manual page to describe the new options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.122
1 files changed, 16 insertions, 6 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index f921db882d..34609eaf16 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1924,17 +1924,27 @@ Available options are:
.PD 0
.RSs
.IPs [no]progressive
-Specify standard or progressive JPEG.
+Specify standard or progressive JPEG (default: noprogressive).
.IPs [no]baseline
-Specify use of baseline or not.
+Specify use of baseline or not (default: baseline).
.IPs optimize=<0\-100>
-optimization factor
+optimization factor (default: 100)
.IPs smooth=<0\-100>
-smooth factor
+smooth factor (default: 0)
.IPs quality=<0\-100>
-quality factor
+quality factor (default: 75)
.IPs outdir=<value>
-directory to save the JPEG files
+Specify the directory to save the JPEG files to.
+If not specified, all JPEG files are written to the current directory.
+.IPs subdirs=<value>
+If specified, MPlayer will create numbered subdirectories with the
+specified prefix.
+If it's not specified, no subdirectories are created
+and all JPEG files are written to the same directory.
+.IPs maxfiles=<value>
+Maximum number of JPEG files to be saved per subdirectory in case subdirs
+is specified.
+Must be equal to or larger than 1 (default: 1000).
.RE
.PD 1
.