Changes between Version 16 and Version 17 of SponsoringPrograms/GSoC/2014
- Timestamp:
- Feb 4, 2014, 4:57:19 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SponsoringPrograms/GSoC/2014
v16 v17 34 34 35 35 * Mailing-list: [https://ffmpeg.org/mailman/listinfo/ffmpeg-devel/ ffmpeg-devel] 36 * IRC: #ffmpeg-devel on Freenode36 * IRC: #ffmpeg-devel on [http://freenode.net/ Freenode] 37 37 * FFmpeg GSoC Admins: TBA 38 38 … … 108 108 [[Image(ffv1pframes.jpg, right, nolink)]] 109 109 110 '''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 compet etive with existing I+P frame lossless codecs like lossless H.264.110 '''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. 111 111 112 112 '''Expected results:''' State of the art P frame support in the FFv1 encoder and decoder implementation.
