Skip to main content
Inspiring
January 24, 2023
Released

[Now released] Restore MKV Format Support

  • January 24, 2023
  • 297 replies
  • 25272 views

Removing MKV Format support has a negative impact on the workflow of people that work with broadcasting software like OBS. Restore MKV support. Having native support for MKVs, even if they don't edit well without generating proxies, saves me a ton of time that I'd otherwise have to spend remuxing/transcoding files.

297 replies

Participant
January 24, 2023
why the **** would MKV support be removed
Participant
January 24, 2023
We need mkv support in our workflow.
January 24, 2023
I used to be open any video that we're *.mkv why can't I today?
Program is adobe rush
Participant
January 24, 2023
This is why I may have to cancel and switch to avid again. it seems like the industry forces this every 5 years.
Known Participant
January 24, 2023
Premiere Pro never supported FFV1
Participant
January 24, 2023
Have just been reading about the benefits of FFV1/PCM codecs and .MKV containers for archiving, and how it has become a favourite for video archiving associations around the world. Then discovered that Adobe just removed support for it from Premier Pro!
For what reason? Will support be reinstated? If not within Premier Pro will support be added to Encoder?
Participant
January 24, 2023
Have just been reading about the benefits of FFV1/PCM codecs and .MKV containers for archiving, and how it has become a favourite for video archiving associations around the world. Then discovered that Adobe just removed support for it! For what reason? Will support be reinstated? If not within Premier Pro will support be added to Encoder?
Participant
January 24, 2023
adobe? are you joking? i just duplicate the ImporterMPEG.prm and change it to ImporterMKV.prm
the files can you see in C:\Program Files\Adobe\Adobe Media Encoder CC 2019\Plug-Ins\Common
Participant
January 24, 2023
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.
Inspiring
January 24, 2023
I honestly don't understand why an 'update' would be removing a feature that worked fine and many people used... An update should be improving things, not limiting.