Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
mp4box [2017/01/21 22:44]
beandog
mp4box [2017/01/21 23:27]
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:
  
 <​code>​ <​code>​
 mp4box -info media.mp4 mp4box -info media.mp4
 +mp4box -info 1 media.mp4
 +mp4box -info 2 media.mp4
 </​code>​ </​code>​
 +
 +
  
 Set language to English on (all) tracks: Set language to English on (all) tracks:
Line 15: Line 19:
 </​code>​ </​code>​
  
-Set a title for the video (assuming it'​s ​the first track):+Set a title for the video (the first track). Note that I haven'​t been able to get things like apostrophes to work. Haven'​t dug much into it either, though.
  
 <​code>​ <​code>​
-mp4box -name 1="beandog'​s awesome media playback history documentary of doomness" media.mp4+mp4box -name 1="classy video title" media.mp4
 </​code>​ </​code>​
  

Navigation