[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.820,1.821
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Dec 13 00:18:17 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv2840/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Clarify vo_yuv4mpeg filename handling.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.820
retrieving revision 1.821
diff -u -r1.820 -r1.821
--- mplayer.1 12 Dec 2004 21:29:03 -0000 1.820
+++ mplayer.1 12 Dec 2004 23:18:14 -0000 1.821
@@ -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=<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
More information about the MPlayer-DOCS
mailing list