[FFmpeg-devel] [PATCH v2 2/2] avcodec/h265_metadata_bsf: add option to insert a string as SEI unregistered user data

Mark Thompson sw at jkqxz.net
Sat Dec 28 01:32:40 EET 2019


On 26/12/2019 01:01, lance.lmwang at gmail.com wrote:
> From: Limin Wang <lance.lmwang at gmail.com>
> 
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
> update to add keyframe NAL checking as H.264 patch for global header

This case is much easier in H.265, though - the extradata can include SEI which applies globally, so just put it there rather than splicing it into the stream.

- Mark


More information about the ffmpeg-devel mailing list