mirror of https://github.com/mpv-player/mpv
Clarify vo_yuv4mpeg filename handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14150 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1261d91301
commit
b84e2eeb3b
|
@ -2875,8 +2875,7 @@ Specify the output filename (default: ./md5sums).
|
||||||
.TP
|
.TP
|
||||||
.B yuv4mpeg
|
.B yuv4mpeg
|
||||||
Transforms the video stream into a sequence of uncompressed YUV 4:2:0
|
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
|
images and stores it in a file (default: ./stream.yuv).
|
||||||
directory.
|
|
||||||
The format is the same as the one employed by mjpegtools, so this is
|
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.
|
useful if you want to process the video with the mjpegtools suite.
|
||||||
It supports the YV12, RGB (24 bpp) and BGR (24 bpp) format.
|
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
|
.IPs interlaced_bf
|
||||||
Write the output as interlaced frames, bottom field first.
|
Write the output as interlaced frames, bottom field first.
|
||||||
.IPs file=<filename>
|
.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
|
.REss
|
||||||
.PD 1
|
.PD 1
|
||||||
.RS
|
.RS
|
||||||
|
|
Loading…
Reference in New Issue