Support SEI side_data parsing #723
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Thank you for developing/maintaining pyav!
I would like to make a feature request to support sei side data parsing for h264 hevc.
Existing FFmpeg API
FFmpeg is now support SEI type side_data for 4.3
https://github.com/FFmpeg/FFmpeg/blame/master/libavutil/frame.h#L187
However, there is no such enum / definition for SEI.
https://github.com/PyAV-Org/PyAV/blob/main/av/sidedata/sidedata.pyx#L18
Expected PyAV API
The text was updated successfully, but these errors were encountered: