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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.