Cameron Garnham ← Adobe video & audio apps My feedback Restore MKV Format Support Creative_Cloud_ZmUDcRDrqS.png 38 KB DgiYLbia7X.png 665 KB su4yFHKPtF.png 88 KB 565 votes Vote Vote Vote Sign in prestine Sign in with: Adobe ID Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 157 comments · Premiere Pro » Formats · Flag idea as inappropriate…Flag idea as inappropriate… · Delete… · Admin → An error occurred while saving the comment Cameron Garnham commented · Nov 10, 2019 · Edit… · Delete… Easy solution for those who wish to use MKV files with Premiere Pro: (brew install ffmpeg) $ ffmpeg -i video.mkv -map 0 -c:v copy -c:a pcm_s16le video.mkv.mov You can play around with editing the "-codec:a pcm_s16le" and replacing it with "-codec:a copy", skipping the decoding of the audio stream. Save Submitting... Cameron Garnham supported this idea · Nov 10, 2019
Easy solution for those who wish to use MKV files with Premiere Pro:
(brew install ffmpeg)
$ ffmpeg -i video.mkv -map 0 -c:v copy -c:a pcm_s16le video.mkv.mov
You can play around with editing the "-codec:a pcm_s16le" and replacing it with "-codec:a copy", skipping the decoding of the audio stream.