[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.678,1.679
syncmail at mplayerhq.hu
syncmail at mplayerhq.hu
Fri Aug 27 00:18:28 CEST 2004
CVS change done by
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv17906/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Added output to multiple directories for vo_jpeg.
Updated the manual page to describe the new options.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -r1.678 -r1.679
--- mplayer.1 25 Aug 2004 19:25:42 -0000 1.678
+++ mplayer.1 26 Aug 2004 22:18:25 -0000 1.679
@@ -1924,17 +1924,27 @@
.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
.
More information about the MPlayer-DOCS
mailing list