[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
Tue Jan 7 13:38:01 EET 2020


Hi,

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: 3119 bytes
Desc: HEVC_Frame_Doubling_Tripling.patch
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200107/9e8bf2be/attachment.obj>


More information about the ffmpeg-devel mailing list