Hello guest, if you like this forum, why don't you register? https://forum.fanres.com/member.php?action=register (December 14, 2021) x


Getting MKV to work in Final Cut Pro?

4 Replies, 1470 Views

Hello fanresers!

I'm looking to demux an MKV file in order to separate the video and the audio tracks and import them separately into Final Cut Pro (FCP). I am currently working on a Mac (running macOS 10.13.6) and do not have access to a Windows machine.
FCP does not support MKV files when importing.

The question is how do I losslessly convert the MKV file to something FCP will import?

  • I have got MKVToolNix installed, but when demuxing video, it produces a MKV file.
  • I have installed AVIDemux, which looks promising, but I wanted to confirm the settings for a lossless extraction.
  • I have got ffmpeg downloaded, and I understand it's a command-line based programme. I'm ok with using Terminal for programmes (although if you have a guide you could point me to, I'll take it!), I just wanted to see if anyone else recommends it, as it seems to be the most powerful tool out there.

Thanks folks!
Not really familiar with Final Cut, but you can convert your 264 MKV to ProRes easy enough with ffmpeg:

ffmpeg.exe -i "source.mkv" -vcodec prores_ks -profile:v 4 "output.mov"
Hi, another way is to use mkv extract.

You end up with an ac3 file, and a video file that you might rename as h264 if it is, or just remux that video file to m2ts with TSmuxer.

Import both, align them, you're good to go. You can also blend the video and audio as one file in your timeline, which allows for better editing sync.
(2020-05-06, 05:47 PM)Stamper Wrote: Hi, another way is to use mkv extract.

You end up with an ac3 file, and a video file that you might rename as h264 if it is, or just remux that video file to m2ts with TSmuxer.

Import both, align them, you're good to go. You can also blend the video and audio as one file in your timeline, which allows for better editing sync.

Thanks for the tip. Do you know if there's an MKV Extract GUI app for macOS?
Yes, you can google it.



Users browsing this thread: 1 Guest(s)