/t5/premiere-pro-ideas/now-released-restore-mkv-format-support/idi-p/13515932Jan 24, 2023
Jan 24, 2023
Copy link to clipboard
Copied
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.
/t5/premiere-pro-ideas/now-released-restore-mkv-format-support/idc-p/13524686#M6908Jan 24, 2023
Jan 24, 2023
Copy link to clipboard
Copied
In Archives around the world, the Matroska wrapper and ffv1 codec is a widely accepted open format for digital preservation. The lack of the ability for the Adobe Encoder to handle this wrapper, which is used extensively within archives as a preferred format for born digital use is a real problem. Please add the MKV format to the already great product and make a lot of people happier.
/t5/premiere-pro-ideas/now-released-restore-mkv-format-support/idc-p/13524702#M6920Jan 24, 2023
Jan 24, 2023
Copy link to clipboard
Copied
The participation of the Audiovisual Archives in the world supporting the best audiovisual postproduction programs that in turn support the use of the MKV container should be sufficient reason to invest in its development
/t5/premiere-pro-ideas/now-released-restore-mkv-format-support/idc-p/13524705#M6923Jan 24, 2023
Jan 24, 2023
Copy link to clipboard
Copied
With support for for MKV container format should come support for the FFv1 video format and FLAC audio format. This combination is undergoing standardization by the IETF CELLAR working group for use in digital audiovisual preservation. Unlike ProRes and DNxHD, FFv1 is a truly lossless and open format. Due to its flexibility and technically superiority it is used in-house at my production firm as a lossless intermediate and archival format.
Due to the limitations for Premiere/AME, for now users can losslessly re-mux MKV into the ancient AVI or MOV formats using the free, open-source ffmpeg tool:
ffmpeg -i input.mkv -map 0 -c copy output.mov
Results may vary depending on the input formats and Premiere's support for such formats.
/t5/premiere-pro-ideas/now-released-restore-mkv-format-support/idc-p/13524709#M6927Jan 24, 2023
Jan 24, 2023
Copy link to clipboard
Copied
> What others codecs do you need inside .MKV besides FFv1 and FLAC ?
LPCM audio is a must have for archival users. H.264, H.265, and AAC would be useful for general use. The list could go on but that would be a good start.