Probably an easy question for yall, but I’m pretty new to this and can’t figure this out
I would still wait for Mr. Bunkus’ reply for the most optimal way to extract audio.
Thanks! I have no idea what I was doing wrong but the file wouldn’t play for some reason… It’s good now
The MKVToolNix package consists of several command line utilities. To understand what you’re doing wrong, the following two are relevant:
mkvmerge
, which takes other formats & produces a Matroska filemkvextract
, which takes a Matroska file & writes tracks into other formats (AVI, MP3, AAC…)
The GUI only has a frontend for mkvmerge
; this is the “Multiplexer” module. The GUI does not have a frontend for mkvextract
.
Either use the CLI utility mkvextract
directly or take a look at one of the available third-party GUIs.
1 Like
Oh I understand. Thank you!