Skip to content

Instantly share code, notes, and snippets.

@perseoq
Created June 15, 2016 23:40
Show Gist options
  • Save perseoq/b868422e8564ebbef2233e01bbcab29b to your computer and use it in GitHub Desktop.
Save perseoq/b868422e8564ebbef2233e01bbcab29b to your computer and use it in GitHub Desktop.
MKV to MP4 LINUX libav-tools
sudo apt-get install libav-tools
avconv -i input.mkv -codec copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment