Convert MKV to MP4

From Peter Pap's Technowiki
Revision as of 08:45, 16 November 2013 by Ppapa (talk | contribs) (Created page with "This will change the container without any re-encoding of the the actual video and audio, so no loss of quality: ffmpeg -i input.mkv -vcodec copy -acodec copy -sameq output.mp4")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This will change the container without any re-encoding of the the actual video and audio, so no loss of quality:

 ffmpeg -i input.mkv -vcodec copy -acodec copy -sameq output.mp4