[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.725,1.726

Guillaume POIRIER guillaume.poirier at ifsic.univ-rennes1.fr
Mon Sep 20 10:51:31 CEST 2004


Hello,
I synced French manpage with English and found some little things that
Diego will probably nit-pick about. ;-)

Le lun 20/09/2004 à 03:56, Ivo van Poorten CVS a écrit :
> CVS change done by Ivo van Poorten CVS
> +.B md5sum\ \ \ \ 
> +Calculate the MD5 sum of each frame and write them to a file.
> +Supports RGB24 and YV12 colorspaces.
> +Useful for debugging.
> +.PD 0
> +.RSs
> +.IPs outfile=<value>
> +Specify the output filename (default: ./md5sums).

I think he would prefer outfile=<filename>
I

> +.
> +.TP
>  .B yuv4mpeg
>  Transforms the video stream into a sequence of uncompressed YUV 4:2:0
>  images and stores it in a file called 'stream.yuv' in the current
> @@ -2858,6 +2870,45 @@
>  .PD 1
>  .
>  .TP
> +.B pnm\ \ \ \ 
> +Output each frame into a PNM file in the current directory.
> +Each file takes the frame number padded with leading zeros as name.
> +It supports PPM, PGM and PGMYUV files in both raw and ASCII mode.
> +See also 
> +.BR pnm (5),
> +.BR ppm (5)
> +and
> +.BR pgm (5).
> +.PD 0
> +.RSs
> +.IPs ppm

Apparently, Diego prefers:
.TP
.B pnm (see also pnm, pgm and ppm)

... or something like that.

> +Write PPM files (default).
> +.IPs pgm
> +Write PGM files.
> +.IPs pgmyuv
> +Write PGMYUV files.
> +PGMYUV is like PGM, but it also contains the U and V plane, appended at the
> +bottom of the picture.
> +.IPs raw
> +Write PNM files in raw mode (default).
> +.IPs ascii
> +Write PNM files in ASCII mode.
> +.IPs outdir=<value>
> +Specify the directory to save the PNM files to.

Simon said... hum! Diego would write: 
.IPs outdir=<dirname>

> +If not specified, all PNM files are written to the current directory.

Apparently, you said that already on the first sentence of this option
description. I'd leave it out, or maybe write (defaut: ./) 

> +.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 PNM files are written to the same directory.

I thinks it's maybe better to write:
Will create numbered subdirectories with the specified prefix.
By default, no subdirectories are created and all PNM files are
written to the same directory.

> +.IPs maxfiles=<value>
> +Maximum number of PNM files to be saved per subdirectory in case subdirs
> +is specified.
> +Must be equal to or larger than 1 (default: 1000).

Here I'd write (for consitency):
.IPs maxfiles=<1..> (subdir only)
> Maximum number of PNM files to be saved per subdirectory in case subdirs
> is specified.


Now, let's see what Diego will think about what I wrote... ;-)

Regards,
Guillaume




More information about the MPlayer-DOCS mailing list