[FFmpeg-devel] [PATCH] Support for Frame Duplication (Doubling/Tripling) by FFMPEG's HEVC Decoder by parsing the picture_struct SEI value(Requirement:http://ffmpeg.org/pipermail/ffmpeg-devel/2019-June/245521.html)

Praveen Kumar praveenkumar at outlook.com
Thu Jan 9 12:09:34 EET 2020


Hi,

Re-sending the patch after incorporating the review comments over the previous patch sent yesterday.

This patch has the implementation for supporting frame duplication (doubling/ tripling) by FFmpeg's HEVC decoder based on the picture_structre SEI value present in the encoded video.
picture_structure value of 7 implies doubling and 8 implies tripling. The value of picture_structure is set while encoding.

This addresses the requirement mentioned in the thread http://ffmpeg.org/pipermail/ffmpeg-devel/2019-June/245521.html

Thanks & Regards,
Praveen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: HEVC_Frame_Doubling_Tripling.patch
Type: application/octet-stream
Size: 2981 bytes
Desc: HEVC_Frame_Doubling_Tripling.patch
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200109/3cb95105/attachment.obj>


More information about the ffmpeg-devel mailing list