Changes between Version 48 and Version 49 of SponsoringPrograms/GSoC/2016
- Timestamp:
- Mar 9, 2016, 6:59:31 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2016
v48 v49 77 77 == FFv1 P frame support == 78 78 79 '''Description:''' FFv1 is one of the most efficient intra-only lossless video codecs. Your work will be to add support for P frames with motion compensation and motion estimation support (the existing motion estimation code in libavcodec can be reused here). Then fine-tune it until the best compression rate is achieved. This will make FFv1 competitive with existing I+P frame lossless codecs like lossless H.264. 79 '''Description:''' FFv1 is one of the most efficient intra-only lossless video codecs. Your work will be to add support for P frames with motion compensation and motion estimation support (the existing motion estimation code in libavcodec can be reused here). Then fine-tune it until the best compression rate is achieved. This will make FFv1 competitive with existing I+P frame lossless codecs like lossless H.264. Also see the [http://www.ffmpeg.org/~michael/ffv1.html spec] 80 80 81 81 '''Expected results:''' State of the art P frame support in the FFv1 encoder and decoder implementation.
