mkvtomp4 is an utility that uses mpeg4ip, mkvtoolnix and ffmpeg to convert troublesome mkv files to mp4. The conversion does not re-encode the video and only re-encodes the audio if it doesn't use AAC codec (one can override this behaviour using --audio-codec). They will be playable on the Sony PS3.
Usage: mkvtomp4.py [OPTIONS] [--] < mkvfile >
For more usage details, see the manual.
Installation:
Use setuptools in the usual way:
sudo python setup.py install
To install only for the current user:
python setup.py install --user
For additional help:
python setup.py --help
Install documentation:
Default installation prefix is /usr/local
sudo make install-docs
Install to your own prefix:
make install-docs prefix=~/.local
Product's homepage
Requirements:
· Python
· MKVToolnix
· MPEG4IP
· FFmpeg