User Tools

Site Tools


software:cd_backup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:cd_backup [2009/02/02 22:37] adminsoftware:cd_backup [2014/06/09 14:39] (current) – [2. MKVmerge GUI] admin
Line 1: Line 1:
-====== Backup a cd with flac compression in mka container ====== +====== Backup a cd with flac compression in an mka container ====== 
-(Written in Feb. 2009 by Marc Nijdam) +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.((Written in Feb. and edited in July 2009 by Marc Nijdam)) 
-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.+
 ===== Compatibility ===== ===== 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. 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 ===== ===== Prerequisites =====
-  * AutoFLAC: [[http://legroom.net/software/autoflac/|link]] (Currently using version 1.2) +  * Exact Audio Copy (V0.99 beta 5) [[http://www.exactaudiocopy.de//|link]] 
-  * Exact Audio Copy (V0.95 beta 4) [[http://www.exactaudiocopy.de//|link]] +
   * MKVToolnix: [[http://www.bunkus.org/videotools/mkvtoolnix/|link]]    * MKVToolnix: [[http://www.bunkus.org/videotools/mkvtoolnix/|link]] 
-Before attempting to use AutoFLAC, EAC must be configured as detailed below Any other EAC options may be adjusted according to your preference, but the following settings are required+EAC is shipped with proper settings for flac encodingFollow the installer wizard, select options for flac encodingFor freedb, set "Your E-Mail address" to an e-mail address 
-===== Configuring Software ===== +====== Extracting CD's ====== 
-Follow the [[http://legroom.net/files/software/autoflac_readme.txt|'readme']] from AutoFLAC or follow the information below:+===== 1. EAC ===== 
 +  * Start EAC 
 +  * In the menu Action -> Copy Image & Create CUE Sheet -> Compressed... -> (Make sure .flac is selected as file type) -> Enter a file name
  
-==== EAC ==== +===== 2. MKVmerge GUI ===== 
-In EAC the first menu (EAC) set: +  * Start mkvmerge GUI 
-=== EAC Options === +(Another option to automate the mka process, would be using command line. See: ((%%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"%%)) 
-== General === +=== input tab === 
-  * Enable "On unknown CDsautomatically access online freedb database" +  * Add the .flac file 
-  Enable "Show status dialog after extraction" +=== Attachments tab === 
-  Disable "Beep after extraction finished" +  * Add the .cue fileselect it, check that its MIME type is **text/plain**, set in the description field: **Original CUE Sheet** 
-  Disable "Eject CD after extraction finished" +  * Add the .log fileselect it, check that its MIME type is **text/plain**, set in the description field: **EAC Log*
-== Tools === +=== Global tab === 
-  Enable "Automatically write status report after extraction" +  * In the field **File/segment title**, add a title, which is the title of the CD. 
-  * Enable "On extractionstart external compressors queues in the background" +  * In the field **Chapters**, Chapter file, click on the browse butten and select the .cue file again which you added in the previous tab. 
-  Enable "Do not open external compressor window" +  * In the field Cue name format enter**%t** ((This is if your cuesheet contains only the titles of the tracks.))
-== Filename === +
-  * Set "Naming scheme" to: %I\%A\%C\%N-%T +
-  * Enable "Use various artist naming scheme" +
-  * Set various artist naming scheme to: %I\Various Artists\%C\%N-%A - %T +
-== Directories === +
-  Set "Use this directory" and specify a permanent directory +
-  * This directory must match the AutoFLAC "Output base" option +
  
-=== Compression Options === +==== Multiplexing ==== 
-== External Compression == +You're doneclick on the button **Start muxing**
-  * Enable "Use external program for compression" +
-  * Set "Parameter passing scheme" to: User Defined Encoder +
-  * Set "Use file extension" to: .flac +
-  * Set "Program used for compression" to the full path for flac.exe +
-  * Set "Additional command line options to: --best -T "ARTIST=%a" -T "TITLE=%t" -T "ALBUM=%g" -T "DATE=%y" -T "TRACKNUMBER=%n" -T "GENRE=%m" %s +
-  * Disable "Add ID3 tag" +
-=== freedb / Database Options === +
-== freedb == +
-  * Set "Your E-Mail address" to an e-mail address +
- +
-==== AutoFLAC ==== +
-Start AutoFLACset the following options: +
-=== Extract Options === +
-  * Enable "All Tracks" and "Rip to image" +
-  * Enable "Create cue sheet" +
-  * Disable "Embed in image" +
-=== Disc Options === +
-  * Enable "Write log file" +
-  * Disable "Test and Copy" +
-  * Disable "Copy data files" +
-  * Disable "Enable ReplayGain" +
-  * Disable "Multi-disc set" +
-=== AutoFLAC Rip Options === +
-  * Use Encoder: FLAC +
-  * Use CD-ROM drive: //select your target drive// +
-  * Disable "Low priority encoding" +
-  * Enable "Eject on complete" +
-  * Disable "Notify on complete" +
-=== Output Options === +
-  * Set the "Base directory" according to where your output file should go +
-  Name scheme: %I\%A\%C +
-  Image scheme: %A - %C +
-=== Binary Options === +
-  Flac: //locate flac.exe// +
-  Metaflac: //locate metaflac.exe// +
- +
-===== 1. Extract CD with AutoFLAC ===== +
- +
-  * Start AutoFLAC, check your settings, press OK +
- +
-===== 2. MKVmerge GUI =====+
  
 +===== 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
software/cd_backup.1233610677.txt.gz · Last modified: 2009/02/02 22:37 by admin