[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.755,1.756

Ivo van Poorten CVS syncmail at mplayerhq.hu
Wed Sep 29 03:46:32 CEST 2004


CVS change done by Ivo van Poorten CVS

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

Modified Files:
	mplayer.1 
Log Message:

Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
and vo_md5sum. If one tries to use the old video output drivers, a message
is printed to direct them to the new drivers.

Manual page is updated (or is this called downdated? :-) ).



Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.755
retrieving revision 1.756
diff -u -r1.755 -r1.756
--- mplayer.1	28 Sep 2004 23:49:49 -0000	1.755
+++ mplayer.1	29 Sep 2004 01:46:30 -0000	1.756
@@ -2774,18 +2774,6 @@
 .PD 1
 .
 .TP
-.B md5\ \ \ \ 
-Generates images from each frame with the help of \-vo pgm and writes
-their MD5 sums into a file.
-Useful for debugging.
-.PD 0
-.RSs
-.IPs filename
-Allows specifying the output filename (default: ./md5).
-.RE
-.PD 1
-.
-.TP
 .B md5sum\ 
 Calculate MD5 sums of each frame and write them to a file.
 Supports RGB24 and YV12 colorspaces.
@@ -2906,17 +2894,6 @@
 .PD 1
 .
 .TP
-.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.
-Only supports the YV12 format.
-The resulting image is (width) * (height * 1.5) of the original
-image.
-At coordinates 0,0 for width,height you have the Y plane, at
-coordinates 0,height for width/2,height/2 you have the U plane
-and at width/2,height for width/2,height/2 you have the V plane.
-.
-.TP
 .B png (also see \-z)
 Output each frame into a PNG file in the current directory.
 Each file takes the frame number padded with leading zeros as name.




More information about the MPlayer-DOCS mailing list