Ubuntu / Mint / Linux : Convert MKV video files to MP4 3

On Ubuntu / Mint or any other debian platforms we can easily convert mkv video files to mp4 files using the libav-tool .

avconv is the replacement for ffmpeg.

user@computer:$ sudo apt-get install libav-tool
user@computer:$ avconv -i inputfile.mkv -codec copy outputfile.mp4

Further documentation for avconv can be found here.

 

Source.

 

3 thoughts on “Ubuntu / Mint / Linux : Convert MKV video files to MP4

  1. Reply beliefexpand May 6,2015 9:40 am

    Have you tried iDealshare VideoGo which can batch convert MKV to MP4 with no quality loss on Mac or Windows.

  2. Reply Midhun Aug 29,2013 3:25 pm

    Useful post

Leave a Reply to Ajo Paul Cancel Reply

  

  

  

*