I am encoding MPEG4/H264 to an mp4 file using libavformat (i.e. C libraries) I would like to add some metadata to the MP4 file such as date/time. Can someone give me some indication of how this can be done?

Thanks.

link|improve this question

60% accept rate
feedback

1 Answer

did you try the metadata tag? -metadata title="My Title" blahoutput.mp4

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

looking it over you can also use the -timestamp option

link|improve this answer
I'm using the C libraries (libavformat etc). – integra753 Feb 7 at 15:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.