mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
SEI information support #29
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MapleAura on GitHub (Mar 18, 2024).
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 on GitHub (Mar 19, 2024):
Not implemented yet. The last time I try it was still buggy. You can try it yourself and welcome to open a new PR.
@barryzheng commented on GitHub (Apr 14, 2025):
Has this issue been resolved,if anyone have good solutions? The demo supports SEI insertion with mpp_meta_set_ptr(meta, KEY_USER_DATA, &user_data); Thandks
@nyanmisaka commented on GitHub (Apr 15, 2025):
This branch should work fine now if anyone wants to test it. @barryzheng @MapleAura
https://github.com/nyanmisaka/ffmpeg-rockchip/commits/udu-sei/
@nyanmisaka commented on GitHub (Apr 22, 2025):
Close in
5898b091ee