[FFmpeg-devel] [PATCH 0/1] fftools/ffprobe: dump contents of the AV_FRAME_DATA_SEI_UNREGISTERED

Stefano Sabatini stefasab at gmail.com
Wed Jan 3 17:44:08 EET 2024


On date Tuesday 2024-01-02 22:08:54 +0000, Kieran Kunhya wrote:
[...]
> The OP wants to test an implementation they have and they should do it
> using the API, not using ffprobe to test their third party implementation
> of something.
> 

> > "Parsed by FFmpeg" sounds like you are proposing to extend the FFmpeg
> > API to parse some more information (about the SEI subtype?) and make
> > it available through some more specific SEI side data?
> >
> 
> As the OP says, this SEI data is from "MISB ST 0604" which is something
> that could be implemented in FFmpeg and parsed properly like all the other
> side data instead of just writing random binary data to the terminal.

Fine, so you are proposing to extend the parser to put this
information in the side data. This makes sense to me and sounds a
better approach than the original proposal.

@Petr can you update the patch to extend the parser to expose this
information? Feel free to ask in case something is not clear (I'm not
familiar myself with that part of the code, but I can try to help).


More information about the ffmpeg-devel mailing list