Mobile Media Converter updated recently to version 1.7.5 which we are going to see how to install it under Ubuntu/Linux Mint. With this application, you can convert between many audio & video formats (MP3, MP4, WMA, OGG, AVI, WMV, FLV, etc.). You can find here all supported media formats.
Mobile Media Converter Installation
Install firstly mencoder from the Medibuntu repository with these commands:
sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list
sudo apt-get update
sudo apt-get -y --allow-unauthenticated install medibuntu-keyring
sudo apt-get update
sudo apt-get install mencoder libavcodec-extra-53
You need also to install FFMPEG with this command:
sudo apt-get install ffmpeg
Then install Mobile Media Converter with these commands:
1. 32-bit system:
cd /tmp
wget -c http://goo.gl/noJT4 -O mmc_1.7.5_i386.deb
sudo dpkg -i mmc_1.7.5_i386.deb
2. 64-bit system (beta):
cd /tmp
wget -c http://goo.gl/1zYf8 -O mmc_1.7.5_amd64.deb
sudo dpkg -i mmc_1.7.5_amd64.deb