diff options
author | Peter Ross <pross@xvid.org> | 2011-03-30 18:03:40 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-31 23:26:18 +0200 |
commit | 0bb240acb39428fb418835e5d43534bb2959e20d (patch) | |
tree | dd5d49d8c7878cff58491880b28c26bad79fb305 /doc/muxers.texi | |
parent | 1e96d4c71e68fdefc284d7dfb9701d1378a024c8 (diff) | |
download | ffmpeg-0bb240acb39428fb418835e5d43534bb2959e20d.tar.gz |
img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independant y/u/v image files
This is requireed, as img2 will be modified soon to support .raw image file sequences.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index e7cfc4a9bc..9d46803988 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -141,6 +141,12 @@ Note also that the pattern must not necessarily contain "%d" or ffmpeg -i in.avi -f image2 -vframes 1 img.jpeg @end example +The image muxer supports the .Y.U.V image file format. This format is +special in that that each image frame consists of three files, for +each of the YUV420P components. To read or write this image file format, +specify the name of the '.Y' file. The muxer will automatically open the +'.U' and '.V' files as required. + @section mpegts MPEG transport stream muxer. |