Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mp4box [2017/01/22 05:41] – created beandog | mp4box [2017/08/20 19:52] (current) – beandog | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Because I'm snotty, and I hate typing commands in caps, I've got a symlink from MP4Box to mp4box on my box, hence the examples being lower case. MP4Box dumps output to stderr, so I get to be snotty in return. :D | Because I'm snotty, and I hate typing commands in caps, I've got a symlink from MP4Box to mp4box on my box, hence the examples being lower case. MP4Box dumps output to stderr, so I get to be snotty in return. :D | ||
| - | Display information about a file: | + | Display information about a file, its video or audio track: |
| < | < | ||
| mp4box -info media.mp4 | mp4box -info media.mp4 | ||
| + | mp4box -info 1 media.mp4 | ||
| + | mp4box -info 2 media.mp4 | ||
| </ | </ | ||
| Line 12: | Line 14: | ||
| < | < | ||
| - | mp4box | + | MP4Box |
| + | </ | ||
| + | |||
| + | Set a title for the video (the first track). Note that I haven' | ||
| + | |||
| + | < | ||
| + | MP4Box -name 1=" | ||
| + | </ | ||
| + | |||
| + | === Metadata Tags === | ||
| + | |||
| + | See all possible tags: | ||
| + | |||
| + | < | ||
| + | MP4Box -tag-list | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | Supported iTunes tag modifiers: | ||
| + | album_artist | ||
| + | album | ||
| + | tracknum | ||
| + | track | ||
| + | artist | ||
| + | comment usage: comment=any comment | ||
| + | compilation | ||
| + | composer | ||
| + | created usage: created=time | ||
| + | disk usage: disk=x/N | ||
| + | tool usage: tool=name | ||
| + | genre | ||
| + | name usage: name=name | ||
| + | tempo | ||
| + | writer | ||
| + | group | ||
| + | cover | ||
| + | encoder usage: encoder=name | ||
| + | gapless usage: gapless=yes, | ||
| + | all | ||
| </ | </ | ||