summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-20 01:56:20 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-20 01:56:20 +0000
commit4c8b1c2a6377502870825476c8dff0f8d9297f58 (patch)
tree43b2f2f96211485d5ba61d9d9762dc10fbbbb0e2 /DOCS
parent605f16a447bdebe576408c9313e842352fb0133d (diff)
downloadmpv-4c8b1c2a6377502870825476c8dff0f8d9297f58.tar.bz2
mpv-4c8b1c2a6377502870825476c8dff0f8d9297f58.tar.xz
Document the new portable anymap and md5sum video output drivers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13401 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.151
1 files changed, 51 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 7cb715b5e8..78cf4c98b7 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2777,6 +2777,18 @@ Allows specifying the output filename (default: ./md5).
.PD 1
.
.TP
+.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).
+.RE
+.PD 1
+.
+.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 @@ Must be equal to or larger than 1 (default: 1000).
.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
+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.
+If not specified, all PNM files are written to the current directory.
+.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.
+.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).
+.RE
+.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.