Blue Ray Audio -> Wav?

Hi,
I have a blu ray music disc “Point Yello”

I want to extract the songs on this disk to wave files.

One of the tracks is already PCM 48000 hz, 2 channel 24 bit.

I have MKVToolNixGui v81 from the windows store.

I figured out how to split the file by chapters and it dumped 15 files in a folder,
but mediainfo tells me they are Matroska files and not Wave.

Just wondered if there was a way to do this in MKVToolnixGui.

Thanks!

Welcome!

MKVToolNix solely operators on the container level, not at the codec level. It cannot convert from other codecs (e.g. AC-3) to WAV.

If you have PCM track, you can use mkvextract to extract that one from a Matroska file into a WAV file. For everything else you’ll need other tools such as eac3to or ffmpeg.

Thanks!

The tracks are PCM!

Does the windows store version stash the mkvextract command somewhere, or do I need to download that separately?

The Windows store version does include the CLI tools, but due to how packaging for the store works you cannot use them, unfortunately. See this FAQ entry for details.