summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-29 01:46:30 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-29 01:46:30 +0000
commit8cffc7853ad6d1f4bfc9a255b210a1d356157ae3 (patch)
tree5efbb4eac19e7388bd397cda21b2a1e96ac23b06 /DOCS
parenteed3dfc7407b07cf10d819cfba891e590488f560 (diff)
downloadmpv-8cffc7853ad6d1f4bfc9a255b210a1d356157ae3.tar.bz2
mpv-8cffc7853ad6d1f4bfc9a255b210a1d356157ae3.tar.xz
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? :-) ). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13508 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.123
1 files changed, 0 insertions, 23 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index ed612d063a..cea58b3758 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2774,18 +2774,6 @@ Activate prebuffering, not yet supported.
.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 @@ Must be equal to or larger than 1 (default: 1000).
.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.