nyanmisaka / ffmpeg-rockchip

FFmpeg with async and zero-copy Rockchip MPP & RGA support
Other
325 stars 47 forks source link

SEI information support #41

Open MapleAura opened 3 months ago

MapleAura commented 3 months ago

image

image

I set var of side_data for AVFrame with a value of “side_data”. I debugged the code and found that MPP didn't use this value when encoding. Is it MPP doesn't support setting side_data?

nyanmisaka commented 3 months ago

Not implemented yet. The last time I try it was still buggy. You can try it yourself and welcome to open a new PR.