comparison DOCS/man/en/mplayer.1 @ 14149:a46b8a75efe9

Clarify vo_yuv4mpeg filename handling.
author diego
date Sun, 12 Dec 2004 23:18:14 +0000
parents dd7713e9c00b
children c7822e66c36f
comparison
equal deleted inserted replaced
14148:00bb3326391c 14149:a46b8a75efe9
2873 .PD 1 2873 .PD 1
2874 . 2874 .
2875 .TP 2875 .TP
2876 .B yuv4mpeg 2876 .B yuv4mpeg
2877 Transforms the video stream into a sequence of uncompressed YUV 4:2:0 2877 Transforms the video stream into a sequence of uncompressed YUV 4:2:0
2878 images and stores it in a file called by default 'stream.yuv' in the current 2878 images and stores it in a file (default: ./stream.yuv).
2879 directory.
2880 The format is the same as the one employed by mjpegtools, so this is 2879 The format is the same as the one employed by mjpegtools, so this is
2881 useful if you want to process the video with the mjpegtools suite. 2880 useful if you want to process the video with the mjpegtools suite.
2882 It supports the YV12, RGB (24 bpp) and BGR (24 bpp) format. 2881 It supports the YV12, RGB (24 bpp) and BGR (24 bpp) format.
2883 .PD 0 2882 .PD 0
2884 .RSs 2883 .RSs
2885 .IPs interlaced 2884 .IPs interlaced
2886 Write the output as interlaced frames, top field first. 2885 Write the output as interlaced frames, top field first.
2887 .IPs interlaced_bf 2886 .IPs interlaced_bf
2888 Write the output as interlaced frames, bottom field first. 2887 Write the output as interlaced frames, bottom field first.
2889 .IPs file=<filename> 2888 .IPs file=<filename>
2890 Write the output to the given file instead of the default stream.yuv. 2889 Write the output to <filename> instead of the default stream.yuv.
2891 .REss 2890 .REss
2892 .PD 1 2891 .PD 1
2893 .RS 2892 .RS
2894 .sp 1 2893 .sp 1
2895 .I NOTE: 2894 .I NOTE: