Editing metadata of H.264 MP4 videos

1

Windows lets me edit some metadata fields of H.264 encoded videos, such as “Title” and “Comments.” Such data seem to be preserved inside the file itself, which is what I want.

Some applications make use of a field called “Description,” and I have found no way of adding this metadata field to H.264 videos. iTunes lets users edit this video field, but unfortunately doesn’t seem able to process H.264 MP4 videos at all.

What’s the most effective approach when it comes to editing metadata of already existing H.264-encoded MP4 files?

Gruber

Posted 2015-03-10T17:18:15.097

Reputation: 1 891

Answers

2

Most of the fields can be filled in using MP4Box as follows:

MP4Box -itags writer=me file.mp4

You can have a list of supported tags with MP4Box -tag-list. If some fields are not supported, file an issue.

cconcolato

Posted 2015-03-10T17:18:15.097

Reputation: 188