FFV1
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.
- FOURCCs: FFV1
- Technical Description: http://www.ffmpeg.org/~michael/ffv1.html
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.