Mercurial > mplayer.hg
diff DOCS/man/en/mplayer.1 @ 13507:ced94062bbed
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? :-) ).
author | ivo |
---|---|
date | Wed, 29 Sep 2004 01:46:30 +0000 |
parents | 06eeeea50186 |
children | 4dbef0d0b09e |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Wed Sep 29 00:18:34 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Wed Sep 29 01:46:30 2004 +0000 @@ -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.