comparison DOCS/man/en/mplayer.1 @ 13400:a06b071fa157

Document the new portable anymap and md5sum video output drivers.
author ivo
date Mon, 20 Sep 2004 01:56:20 +0000
parents d74dcf9851e6
children bb1052826a89
comparison
equal deleted inserted replaced
13399:6cd4c25fd7bb 13400:a06b071fa157
2775 Allows specifying the output filename (default: ./md5). 2775 Allows specifying the output filename (default: ./md5).
2776 .RE 2776 .RE
2777 .PD 1 2777 .PD 1
2778 . 2778 .
2779 .TP 2779 .TP
2780 .B md5sum\ \ \ \
2781 Calculate the MD5 sum of each frame and write them to a file.
2782 Supports RGB24 and YV12 colorspaces.
2783 Useful for debugging.
2784 .PD 0
2785 .RSs
2786 .IPs outfile=<value>
2787 Specify the output filename (default: ./md5sums).
2788 .RE
2789 .PD 1
2790 .
2791 .TP
2780 .B yuv4mpeg 2792 .B yuv4mpeg
2781 Transforms the video stream into a sequence of uncompressed YUV 4:2:0 2793 Transforms the video stream into a sequence of uncompressed YUV 4:2:0
2782 images and stores it in a file called 'stream.yuv' in the current 2794 images and stores it in a file called 'stream.yuv' in the current
2783 directory. 2795 directory.
2784 The format is the same as the one employed by mjpegtools, so this is 2796 The format is the same as the one employed by mjpegtools, so this is
2850 specified prefix. 2862 specified prefix.
2851 If it's not specified, no subdirectories are created 2863 If it's not specified, no subdirectories are created
2852 and all JPEG files are written to the same directory. 2864 and all JPEG files are written to the same directory.
2853 .IPs maxfiles=<value> 2865 .IPs maxfiles=<value>
2854 Maximum number of JPEG files to be saved per subdirectory in case subdirs 2866 Maximum number of JPEG files to be saved per subdirectory in case subdirs
2867 is specified.
2868 Must be equal to or larger than 1 (default: 1000).
2869 .RE
2870 .PD 1
2871 .
2872 .TP
2873 .B pnm\ \ \ \
2874 Output each frame into a PNM file in the current directory.
2875 Each file takes the frame number padded with leading zeros as name.
2876 It supports PPM, PGM and PGMYUV files in both raw and ASCII mode.
2877 See also
2878 .BR pnm (5),
2879 .BR ppm (5)
2880 and
2881 .BR pgm (5).
2882 .PD 0
2883 .RSs
2884 .IPs ppm
2885 Write PPM files (default).
2886 .IPs pgm
2887 Write PGM files.
2888 .IPs pgmyuv
2889 Write PGMYUV files.
2890 PGMYUV is like PGM, but it also contains the U and V plane, appended at the
2891 bottom of the picture.
2892 .IPs raw
2893 Write PNM files in raw mode (default).
2894 .IPs ascii
2895 Write PNM files in ASCII mode.
2896 .IPs outdir=<value>
2897 Specify the directory to save the PNM files to.
2898 If not specified, all PNM files are written to the current directory.
2899 .IPs subdirs=<value>
2900 If specified, MPlayer will create numbered subdirectories with the
2901 specified prefix.
2902 If it's not specified, no subdirectories are created
2903 and all PNM files are written to the same directory.
2904 .IPs maxfiles=<value>
2905 Maximum number of PNM files to be saved per subdirectory in case subdirs
2855 is specified. 2906 is specified.
2856 Must be equal to or larger than 1 (default: 1000). 2907 Must be equal to or larger than 1 (default: 1000).
2857 .RE 2908 .RE
2858 .PD 1 2909 .PD 1
2859 . 2910 .