Easily Convert MKV To MP4 From The Terminal

Posted By Weston Ganger

Finding a decent video conversion program is a hassle so lets use the command line instead. Using ffmpeg we can easily convert our MKV video to MP4.

ffmpeg -i my_movie.mkv -vcodec copy -acodec copy my_movie.mp4

Related External Links:

Article Topic:Software Development - Linux

Date:January 17, 2017