Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
mp4box [2017/01/21 22:41]
beandog created
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 14: Line 18:
 mp4box -lang eng media.mp4 mp4box -lang eng media.mp4
 </​code>​ </​code>​
 +
 +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>​
 +mp4box -name 1="​classy video title" media.mp4
 +</​code>​
 +

Navigation