diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-12 23:18:14 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-12-12 23:18:14 +0000 |
commit | b84e2eeb3bcd580771e1983c42e15c859becef37 (patch) | |
tree | d881a7a0ce494cf3ec2a5f3864190f5d4b9b10a7 /DOCS/man/en/mplayer.1 | |
parent | 1261d913017de5f38f0f2d4c8b4cf7632d10a9b0 (diff) |
Clarify vo_yuv4mpeg filename handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14150 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 4ef516bec5..a02c344d06 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2875,8 +2875,7 @@ Specify the output filename (default: ./md5sums). .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 @@ Write the output as interlaced frames, top field first. .IPs interlaced_bf Write the output as interlaced frames, bottom field first. .IPs file=<filename> -Write the output to the given file instead of the default stream.yuv. +Write the output to <filename> instead of the default stream.yuv. .REss .PD 1 .RS |