Last Updated: February 25, 2016
·
307
· samd

Copy mkv to mp4 container

Bitstream copy between container formats:

avconv -i input.mkv -codec copy output.mp4

Ensure that there is support for all streams between the different container types.