Video encoding autox264: Difference between revisions
From WickyWiki
m 4 revisions |
mNo edit summary |
||
| Line 8: | Line 8: | ||
sudo apt-get install mkvtoolnix | sudo apt-get install mkvtoolnix | ||
</syntaxhighlight> | </syntaxhighlight> | ||
MP4Box: | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
sudo apt-get install gpac | sudo apt-get install gpac | ||
</syntaxhighlight> | |||
List tracks: | |||
<syntaxhighlight lang=bash> | |||
MP4Box -info input.mp4 | |||
</syntaxhighlight> | |||
Setting the language for a track: | |||
<syntaxhighlight lang=bash> | |||
MP4Box -lang 1=eng -add input.mp4 output.mp4 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 21:47, 29 July 2014
x264 codec
sudo apt-get install mencoder mplayer ffmpeg sudo apt-get install mkvtoolnix
MP4Box:
sudo apt-get install gpac
List tracks:
MP4Box -info input.mp4
Setting the language for a track:
MP4Box -lang 1=eng -add input.mp4 output.mp4