FFV1: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(ffv1 has fixed bitstream)
(fixed broken link to documentation, added note on supported pixel formats)
Line 1: Line 1:
* FOURCCs: FFV1
* FOURCCs: FFV1
* Technical Description: http://svn.mplayerhq.hu/michael/trunk/docs/ffv1.html?view=co
* Technical Description: http://www.ffmpeg.org/~michael/ffv1.html


FFV1 stands for [[FFmpeg]] codec #1. It is a codec that features lossless, intraframe-only, arithmetic coding.
FFV1 stands for [[FFmpeg]] Video codec #1. It is a codec that features lossless, intraframe-only, arithmetic coding. FFV1 supports encoding the following pixel formats: YUV420P, YUV444P, YUV422P, YUV411P, YUV410P, RGB32, YUV420P16, YUV422P16, YUV444P16 (note that the use of 16 bit video encoding requires the use of '-coder 1').


The bitstream is fix but the documentation lacks some details and a final review.
The bitstream is fix but the documentation lacks some details and a final review.

Revision as of 07:24, 6 May 2011

FFV1 stands for FFmpeg Video codec #1. It is a codec that features lossless, intraframe-only, arithmetic coding. FFV1 supports encoding the following pixel formats: YUV420P, YUV444P, YUV422P, YUV411P, YUV410P, RGB32, YUV420P16, YUV422P16, YUV444P16 (note that the use of 16 bit video encoding requires the use of '-coder 1').

The bitstream is fix but the documentation lacks some details and a final review.