From 0bb240acb39428fb418835e5d43534bb2959e20d Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Wed, 30 Mar 2011 18:03:40 +1100 Subject: 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 --- doc/muxers.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3