Difference between revisions of "Convert MKV to MP4"
From Peter Pap's Technowiki
(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") |
(No difference)
|
Latest revision as of 08:45, 16 November 2013
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