Table of Contents

Backup a cd with flac compression in an mka container

This page describes a method to backup the contents of an audio cd with FLAC lossless compression to a matroska MKA container. Compression is about 50%, and in this single mka file there may also be a cue file (with track information), EAC log file (with extracting information) and album artwork.1)

Compatibility

MKA files with flac compression play natively in VLC media player and in MS Windows on Media Player Classic (with ffdshow audio decoder installed). Once an mka file is properly encoded, media players will show buttons for navigating to previous and next tracks.

Prerequisites

EAC is shipped with proper settings for flac encoding. Follow the installer wizard, select options for flac encoding. For freedb, set “Your E-Mail address” to an e-mail address

Extracting CD's

1. EAC

2. MKVmerge GUI

(Another option to automate the mka process, would be using command line. See: 2) )

input tab

Attachments tab

Global tab

Multiplexing

You're done, click on the button Start muxing

Converting mka to wav

/Applications/MPlayer OSX Extended.app/Contents/Resources/Binaries/mpextended.mpBinaries/Contents/MacOS/mplayer -vo null -ao pcm:file=/Users/fluffy/out.wav input.mka

1)
Written in Feb. and edited in July 2009 by Marc Nijdam
2)
mkvmerge -q -o "%album%.flac.mka" "%album%.flac" --attachment-mime-type text/plain --attachment-description "EAC Log" --attach-file "%album%.log" --attachment-mime-type text/plain --attachment-description "Original CUE Sheet" --attach-file "%album%.cue" --title "%album%" --chapters "%album%.cue"
3)
This is if your cuesheet contains only the titles of the tracks.