[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.696,1.697

Ivo van Poorten CVS syncmail at mplayerhq.hu
Sun Sep 5 00:59:35 CEST 2004


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv1241/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
Removal of -jpeg commandline option.
It's replaced by an options parser in the module itself. Instead of
mplayer -vo jpeg -jpeg options one now has to use mplayer -vo jpeg:options.



Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.696
retrieving revision 1.697
diff -u -r1.696 -r1.697
--- mplayer.1	4 Sep 2004 10:22:38 -0000	1.696
+++ mplayer.1	4 Sep 2004 22:59:32 -0000	1.697
@@ -2074,39 +2074,6 @@
 Not supported by all video output drivers.
 .
 .TP
-.B \-jpeg <option1:option2:...> (\-vo jpeg only)
-Specify options for the jpeg video output driver.
-.sp 1
-Available options are:
-.sp 1
-.PD 0
-.RSs
-.IPs [no]progressive
-Specify standard or progressive JPEG (default: noprogressive).
-.IPs [no]baseline
-Specify use of baseline or not (default: baseline).
-.IPs optimize=<0\-100>
-optimization factor (default: 100)
-.IPs smooth=<0\-100>
-smooth factor (default: 0)
-.IPs quality=<0\-100>
-quality factor (default: 75)
-.IPs outdir=<value>
-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
-.
-.TP
 .B \-monitor-dotclock <range[,range,...]> (\-vo fbdev and vesa only)
 Specify the dotclock or pixelclock range of the monitor.
 .
@@ -2724,6 +2691,32 @@
 .B jpeg\ \ \ 
 Output each frame into a JPEG file in the current directory.
 Each file takes the frame number padded with leading zeros as name.
+.PD 0
+.RSs
+.IPs [no]progressive
+Specify standard or progressive JPEG (default: noprogressive).
+.IPs [no]baseline
+Specify use of baseline or not (default: baseline).
+.IPs optimize=<0\-100>
+optimization factor (default: 100)
+.IPs smooth=<0\-100>
+smooth factor (default: 0)
+.IPs quality=<0\-100>
+quality factor (default: 75)
+.IPs outdir=<value>
+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
 .
 .TP
 .B pgm\ \ \ \ 




More information about the MPlayer-DOCS mailing list