[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.709,1.710

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Sat Sep 11 14:32:00 CEST 2004


On Saturday, 11 September 2004 at 11:28, Daniele Forghieri CVS wrote:
> CVS change done by Daniele Forghieri CVS
> 
> Update of /cvsroot/mplayer/main/DOCS/man/en
> In directory mail:/var2/tmp/cvs-serv24380
> 
> Modified Files:
> 	mplayer.1
> Log Message:
> Video driver null, yuv4mpeg, gif89a, pgm, png and tga documented,
> jpeg drop from the list to document
> 
> Index: mplayer.1
> ===================================================================
> RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
> retrieving revision 1.709
> retrieving revision 1.710
> diff -u -r1.709 -r1.710
> --- mplayer.1	9 Sep 2004 12:53:30 -0000	1.709
> +++ mplayer.1	11 Sep 2004 09:28:39 -0000	1.710
> @@ -2274,8 +2274,8 @@
>  .PD 1
>  .sp 1
>  FIXME: Document suboptions for x11, xover, dga, sdl, vidix, xvidix,
>  fbdev,
> -fbdev2, vesa, null, aa, bl, ggi, mga, xmga, syncfb, 3dfx, tdfx_vid,
> -tdfxfb, dxr2, dxr3, mpegpes, zr, zr2, yuv4mpeg, gif89a, jpeg, pgm,
> png, tga.
> +fbdev2, vesa, aa, bl, ggi, mga, xmga, syncfb, 3dfx, tdfx_vid,
> +tdfxfb, dxr2, dxr3, mpegpes, zr, zr2.
>  .sp 1
>  Available video output drivers are:
>  .
> @@ -2481,6 +2481,7 @@
>  .B null\ \ \
>  Produces no video output.
>  Useful for benchmarking.
> +Actually there are no suboptions available.

Simpler: No suboptions available.

>  .
>  .TP
>  .B aa\ \ \ \ \
> @@ -2683,11 +2684,37 @@
>  directory.
>  The format is the same as the one employed by mjpegtools, so this is
>  useful if you want to process the video with the mjpegtools suite.
> +It support the YV12, RGB (24 bpp) and BGR (24 bpp) format.

support_s_

[...]
> +.PD 0
> +.RSs
> +.IPs fps\ \ \
> +Float value to specify framerate (default: 5).

Well, if it's float, then say: (default: 5.0).

> +.IPs filename
> +Specify the output filename (default: out.gif).
> +.RE
> +.PD 1
> +.br
> +.I NOTE:
> +You must specify the framerate before the filename or the framerate will
> +be part of the filename.

IMHO this should be fixed.

[...]
> @@ -2724,16 +2751,33 @@
>  .B pgm\ \ \ \
>  Output each frame into a PGM file in the current directory.
>  Each file takes the frame number padded with leading zeros as name.
> +It support only YV12 format.

Again, support_s_.

> +The resulting image is (width) * (height * 1.5) of the original
> +image.
> +At coordinate 0,0 for w,h you have the Y plane, at coordinate 0,h for
> +w/2,h/2 you have the U plane and at w/2,h for w/2,h/2 you have the
> V plane.
> +Actually there are no suboptions available.

Simpler: No suboptions available. (or: There are no suboptions.)

>  .
>  .TP
>  .B png\ \ \ \
>  Output each frame into a PNG file in the current directory.
>  Each file takes the frame number padded with leading zeros as name.
> +It support RGB and BGR format with 24 bpp.
> +Actually there are no suboptions available but you can specify
> +the compression level with the -z option, ranging from 0 (no
> +compression) to 9 (maximum compression).

What's with this 'actually'? ;) Cross it out.

>  .
>  .TP
>  .B tga\ \ \ \
>  Output each frame into a Targa file in the current directory.
>  Each file takes the frame number padded with leading zeros as name.
> +The reason for this output video driver is to have a simple lossless

The purpose of this video output driver ...

> +image writer to use without any external library.
> +It support BGR[A] color format, with 15, 24 and 32 bpp.

Again, support_s_.

> +To force a particular format use the -vf format filter, e.g.\&
> +-vf format=bgr15 to save images with 2 bytes per pixel.
> +Actually there are no suboptions available.

Cross out 'actually'. ;)

R.

-- 
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-DOCS mailing list