FFMPEG在编码时支持用户数据段注入吗?
MPEG 和 H.264 标准都定义了一种将任意元数据流注入视频帧的机制。我用谷歌搜索了一下,无法确定 FFMPEG 是否支持这一点。是吗?
The MPEG and H.264 standards both define a mechanism for the injection of an arbitrary metadata stream into video frames. I've google'd a bit and am unable to determine if FFMPEG supports this. Does it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,它不支持这一点。也就是说,您自己实现这一点并将元数据注入到编码后的编码帧中确实并不难。
No, it does not support this. That said, it really isn't that hard to implement this yourself and inject the metadata in to the encoded frames post encoding.