[FFmpeg-devel] [PATCH] describe .Y.U.V image file format in muxer documentation

Ivan Kalvachev ikalvachev
Sun Feb 13 13:21:25 CET 2011


On 2/13/11, Peter Ross <pross at xvid.org> wrote:
> ---
> Great idea. Feel free to expand, tweak, etc.
>
>  doc/muxers.texi |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index e7cfc4a..aa9c39e 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 '.Y' files as required.

Do you mean " '.U' and' .V' files as required. " ?



More information about the ffmpeg-devel mailing list