diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-04 22:59:33 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-04 22:59:33 +0000 |
commit | f36b6cd3a1883f7d4be8c7f9c7276c1d79704df2 (patch) | |
tree | 6421643ebdc7b3524c5295486d9b9f407095cde4 /DOCS/man/en | |
parent | c20f06b2fa04783fb1ba91685d627d63fa29eb76 (diff) |
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.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13248 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 59 |
1 files changed, 26 insertions, 33 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 4c20dc6a25..a9f85b7bfc 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2074,39 +2074,6 @@ You can get a colored negative of the image with this option. 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 @@ Each file takes the frame number padded with leading zeros as name. .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\ \ \ \ |