Log in

View Full Version : Demux FLAC from MKV/MKA?


odin24
30th May 2009, 13:22
I'm trying to demux FLAC from MKV/MKA, but I am having some trouble. MKVextract cannot do it, are there any other ways to do this?

Thanks.

odin24
30th May 2009, 13:30
Nevermind, I figured it out. I didn't realize eac3to can demux MKV/MKA.

Thanks.

TinTime
30th May 2009, 14:20
Just for information (seeing as you're using eac3to), MKVExtract can extract FLAC to raw FLAC.

Assuming the FLAC audio is track 1:
mkvextract.exe tracks input.mka --no-ogg 1:output.flac

tebasuna51
30th May 2009, 15:12
Exact, the --no-ogg parameter is needed.