# HG changeset patch # User diego # Date 1102893494 0 # Node ID a46b8a75efe9ed5a60332e0e20c791e325b9f3f0 # Parent 00bb3326391c501ba0366900ab34f12b39787d6f Clarify vo_yuv4mpeg filename handling. diff -r 00bb3326391c -r a46b8a75efe9 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun Dec 12 22:24:32 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Dec 12 23:18:14 2004 +0000 @@ -2875,8 +2875,7 @@ .TP .B yuv4mpeg Transforms the video stream into a sequence of uncompressed YUV 4:2:0 -images and stores it in a file called by default 'stream.yuv' in the current -directory. +images and stores it in a file (default: ./stream.yuv). The format is the same as the one employed by mjpegtools, so this is useful if you want to process the video with the mjpegtools suite. It supports the YV12, RGB (24 bpp) and BGR (24 bpp) format. @@ -2887,7 +2886,7 @@ .IPs interlaced_bf Write the output as interlaced frames, bottom field first. .IPs file= -Write the output to the given file instead of the default stream.yuv. +Write the output to instead of the default stream.yuv. .REss .PD 1 .RS