[MPlayer-dev-eng] [PATCH] JPEG video output to multiple subdirectories v2

Diego Biurrun diego at biurrun.de
Wed Aug 4 08:52:35 CEST 2004


Ivo writes:
> --- DOCS/man/en/mplayer.1	3 Aug 2004 18:39:04 -0000	1.634
> +++ DOCS/man/en/mplayer.1	4 Aug 2004 01:58:47 -0000
> @@ -1935,7 +1935,15 @@
>  .IPs quality=<value>
>  Quality factor [0\-100]
>  .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.

New sentences should start on a new line in the manual page.

> +.IPs subdirs=<value>
> +If specified, mplayer will create numbered subdirectories with the

Please write MPlayer with proper capitalization.

> +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 or larger than 1. Defaults to 1536 files.

To be more consistent with the rest of the manual page write:

				Must be equal or larger than 1 (default: 1536).

Diego




More information about the MPlayer-dev-eng mailing list