5 Tested Ways to Extract Audio from MKV Easily

avatar
Megan Charles
April 23, 2024 Preview 26 Preview 0
share it facebook share it Twitter

Possess an enormous collection of MKV videos that take up excessive storage and just require the audio to be saved? Need to strip a single audio track from an MKV with multiple audio streams? Looking to isolate the instrumental track and vocals from a song? Regardless of the purpose for which you decide to extract audio from MKV, the following 5 ways are sufficient for all needs.

 

Way #1. Losslessly Extract Audio from MKV with Video Converter in Batches

Cisdem Video Converter is a program that can help you convert MKV to audio format on Mac and Windows. It comes with robust algorithms, contributing to bulk conversion quickly and high-quality audio extraction.

The app accepts any input and output format. As an all-encompassing tool, it also lets you rip DVDs, download online video and audio files, and merge/play/edit media files.

Thanks to an exceptionally user-friendly interface that even beginners can understand and operate easily.

Focused features:

  • Extract audio from MKV, MP4, MOV, MPEG, AVI, FLV, any input
  • Convert MKV to MP3, WAV, AIFF, FLAC, AC3, M4A, or any output
  • Rip audio from commercial DVD disc, ISO, and DVD folder
  • Extract audio from online videos like YouTube, Facebook, X, TikTok, etc.
  • Support bulk, unlimited, and fast conversion
  • Retain the original video or audio quality
  • Set output audio codec, sample rate, channel, and quality
  • Merge or trim audio

Guide on how to convert MKV to audio with Cisdem Video Converter:

Step 1. Download and Install the software.

Free Download macOS 10.12 or later Free Download Windows 11/10/8/7

Step 2. Launch Cisdem Video Converter and import MKV videos.

For local MKVs, directly add them to the “Convert” interface by drag & drop.

Step 3. Choose desired output audio formats.

Open the format panel and head to the “General Audio” tab. If you wish to convert all MKV files to the same format, choose an audio format from “Convert all tasks to”. If not, choose different formats one by one.

Step 4. Adjust audio parameters. (optional)

Click the settings icon next to the selected audio profile. Go to the file setting page to manually configure parameters.

Step 5. Extract audio from MKV in batches.

Browse to set destination folder and click download icon button. Once the conversion is complete, click tick icon to quickly locate and open the folder where the converted files are stored.

Tips for extracting audio from online videos:

  1. Switch to the “Download” panel.
  2. Copy video URL from any video hosting website, e.g. YouTube, and paste the URL to specified field of Cisdem.
  3. Parse the URL, then choose the audio format - M4A.
  4. Start extracting M4A from YouTube.

 

Way #2. Extract Audio from MKV without Re-compressing Using MKVToolNix

MKVToolNix is the GUI interface for MKV-specific processing tools such as mkvextract, mkvmerge, mkvinfo, mkvpropedit, etc. It can extract multiple audio tracks from an MKV file. Below are steps.

  1. Install and launch MKVToolNix.
  2. Drag-n-drop MKV to the “Multiplexer” tab.
  3. In the "Tracks, Chapters, and Tags" section, uncheck the options you don't need and keep the audio options you want.
  4. Specify the output directory. Or directly use the default path, which stores MKV videos.
  5. Click the “Start multiplexing” button to extract 5.1 audio from MKV.

Tip 1: The output audio will be in MKA format. It is not playable on some media players like QuickTime. Use VLC instead. Additionally, if you rip multiple audio streams into a single MKA, you can switch between them during playback.

Tip 2: If you are using Windows, you're also capable of utilizing one of the component tools for MKVToolNix - gMKVExtractGUI. The biggest difference compared to MKVToolNix is that it can't import video formats other than MKV.

  1. After MKVToolNix is installed, there will be a prompt "If you need a GUI for mkcextract" on the Setup interface, you can click to install gMKVExtractGUI. Or go to https://sourceforge.net/projects/gmkvextractgui/ to install.
  2. Drag and drop MKV to the “Input Files” field.
  3. Check the audio tracks you want.
  4. Press “Extract” to strip MKA from MKV without decompressing.

 

Way #3. Extract Audio from MKV with FFmpeg

FFmpeg, using LGPL or GPL license, is an open source multimedia framework that enables you to convert/extract/record/stream digital audio and video content. Go with the steps on how to use FFmpeg to rip audio from an MKV.

1. Get an appropriate packages & executable file from https://ffmpeg.org/download.html, then install FFmpeg.

Note: Newcomers, especially those using Mac computers, may find the installation of FFmpeg to be complicated. However, you can use FFmpeg without having to install it by simply dragging the unzipped ffmpeg into the command-line interface. Here is the address of my ffmpeg:

/Users/test/Downloads/ffmpeg

2. Open Terminal, Command Prompt, PowerShell, or any command-line interface on your Mac or Windows PC.

3. Type the command-line.

Copy audio only of chapters from MKV:

Use the command ffmpeg input.mkv to check what the audio encoding format is for the original video. Mine is ac3, so the command is:

/Users/test/Downloads/ffmpeg -i input.mkv -vn -c:a copy output.ac3

Extract multiple audio tracks from MKV with the -map parameter:

/Users/test/Downloads/ffmpeg -i input.mkv -map 0:a:0 -c:a copy output.ac3 -map 0:a:1 -c:a copy output2.ac3

The -map option is applied to specify the audio stream to be selected from the MKV and mapped to the output file. 0:a:0 refers to the first audio stream.

Convert MKV to audio format:

/Users/test/Downloads/ffmpeg -i input.mkv output.mp3

The audio is re-encoded, thus, the output can be in any audio format.

Batch convert multiple MKV to audio:

/Users/test/Downloads/ffmpeg -i input.mkv -map 0:a:0 output.mp3 -map 0:a:1 output2.mp3

4. Start executing a command.

 

Way #4. Extract Audio from MKV Through Audacity

Audacity is reputable audio editing software that makes it effortless to import video files and extract them as audio. See how I rip audio stream from MKV with it.

1. Navigate to https://www.audacityteam.org/ to download and install Audacity.

2. Run it. Drag and drop the MKV video to the Audacity interface.

My test: Probably because MKV video format is not supported, the software popped up the error message "Audacity did not recognize the type of the file", and gave 2 solutions.

Solution one: Try installing FFmpeg. I followed the steps at https://support.audacityteam.org/basics/installing-ffmpeg. It resolved the issue of not being able to add the MKV.

Solution two: Click “File > Import > Raw Data” to upload MKV, it worked. But after clicking the play button, all I could hear was a buzzing electrical sound.

3. Press “File > Export Audio”.

4. Pick your target destination folder and audio format.

5. If necessary, also change audio options like channel (custom mapping is for 5.1 or 7.1 audio).

6. Click “Export”.

Can Audacity extract multiple audio tracks from MKV?

The answer is yes.

When you add an MKV with multiple tracks into Audacity, it will display all the streams, hold down the shift key to select all.

When exporting tracks, be sure to select "Multiple Files" in the "Export Range" section, otherwise it will only export one audio file with all streams overlapping.

 

Way #5. Detach Surround 5.1 Audio from MKV via Video Editor

Instead of spending a large sum of money on purchasing commercial video editing software, we can first explore the options available on the computer itself.

Mac: Although iMovie is pre-installed, it does not support importing MKV videos.

Windows 10: Photos Legacy is available for video editing, but it can't extract audio from MKV.

Windows 11: Clipchamp comes pre-installed. In my tests, it helps.

Windows 10 users are able to install Clipchamp on the Microsoft Store, too. What about Mac users? It eventually dawned on me that Clipchamp has an online alternative, and it offers the exact same interface, features, and usage as the PC version.

Let's see how to separate audio from MKV via Clipchamp.

  1. Visit https://clipchamp.com/en/video-editor/ in your browser.
  2. Sign up a Clipchamp account and log in.
  3. At the top of the interface, click “Create a new video”.
  4. Press “Import media” in your media tab to browse and add an MKV file.
  5. Drag and drop MKV onto the timeline and click to highlight it in green.
  6. In the property options on the right, select "Audio”.
  7. Click “Detach audio”, and the audio will be downloaded as .m4a (ordinary audio) or .webm (5.1 surround sound).

Note: When your MKV holds multiple audio tracks, Clipchamp can merely detach one default soundtrack from the video (other multi-language ones are not included). Plus, if your video file size is large, it may take a while to upload. I spent 8 minutes uploading a 692MB, 20-minute, two-track MKV video.

 

Final Words

The instructions for each of these ways are thorough, ensuring that beginners can quickly get started. Way #1 is for batch MKV to audio conversion. VLC and online video to audio converters can also perform this task, but Cisdem Video Converter is known to be the most effective and reliable option. Way #2-4 can export multiple audio tracks in MKV, including 5.1 surround audio. Way #5 can only separate the default audio track.

avatar
Megan Charles
share it facebook share it Twitter

Megan has an impressive deal of experience with Mac software and has the ability to explain tech stuff in a simplified, straightforward and easy to understand way.

share it facebook share it Twitter
Comments (0) Leave a Reply

Name *

Comment *

Hot Articles

Top 20 Chinese Drama 2018 and Where to Watch with English Sub 3 Easy Ways to Convert YouTube to AVI (4K Videos Included) Can’t Upload Video to Twitter? Here’re All the Solutions You Need!
Home > 5 Tested Ways to Extract Audio from MKV Easily