How to read/write SEI data of keyframes in FLV files using libmedia, similar to ffmpeg? #17
Unanswered
Kuo-TingKai
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can process avpacket data by yourself to handle SEI data. I had commit a code example, you can check sei for detail. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a project that involves handling FLV (Flash Video) files, and I need to read and write SEI (Supplemental Enhancement Information) data for keyframes. I'm currently using libmedia, but I'm not sure how to achieve this functionality.
I know that ffmpeg has methods to handle SEI data in video streams. I'm looking for a similar approach using libmedia. Specifically, I'd like to know:
Any code examples or detailed explanations would be greatly appreciated. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions