[FLAC] Convenient CD archiving
danielph
ulist at gs1.ubuntuforums.org
Mon Sep 25 21:54:17 UTC 2006
Reading in CDs with cdrdao
Code:
--------------------
cdrdao read-cd --datafile album.bin album.toc
--------------------
generates album.toc and album.bin
> cdrdao read-cddb album.toc gets CDDB info for album.toc, modifies album.toc
Code:
--------------------
cdrdao read-cd --with-cddb --datafile album.bin album.toc
--------------------
generates album.toc and album.bin, using CDDB info
Code:
--------------------
cdrdao read-cd --with-cddb --cddb-directory
--------------------
... locally stores CDDB info
*Creating .cue Files from .toc Files*
Code:
--------------------
cueconvert -f album.toc -f album.cue creates album.cue from album.toc
--------------------
COMPRESSING THE COPIES WITH FLAC
Code:
--------------------
flac --endian=big --sign=signed --channels=2 --bps=16 --sample-rate=44100 --cuesheet=album.cue album.bin
--------------------
Courtesy of this link
'http://www.se.eecs.uni-kassel.de/~thm/Projects/CD-Archiving/notes.html'
(http://tinyurl.com/ldcav)
--
danielph
More information about the ubuntu-users
mailing list