FFV1

From MultimediaWiki
Revision as of 07:24, 6 May 2011 by Dericed (talk | contribs) (fixed broken link to documentation, added note on supported pixel formats)
Jump to navigation Jump to search

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.