简体   繁体   English

ffmpeg元数据

[英]ffmpeg metadata

I am encoding MPEG4/H264 to an mp4 file using libavformat (ie C libraries) I would like to add some metadata to the MP4 file such as date/time. 我正在使用libavformat(即C库)将MPEG4 / H264编码为mp4文件(我想向MP4文件中添加一些元数据,例如日期/时间)。 Can someone give me some indication of how this can be done? 有人可以给我一些指示如何做到这一点吗?

Thanks. 谢谢。

did you try the metadata tag? 您是否尝试过元数据标签? -metadata title="My Title" blahoutput.mp4 -metadata title =“我的标题” blahoutput.mp4

http://ffmpeg.org/ffmpeg.html#Main-options http://ffmpeg.org/ffmpeg.html#Main-options

looking it over you can also use the -timestamp option 看起来也可以使用-timestamp选项

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM