- Archiving & backup. Build a small Linux RAID1 or RAID5 server with 2 or 3 of these big IDE drives and protect your investment.
- "Future proofing" your audio. You will easily be able to batch convert the FLAC files into whatever codec you may need in the future for your Portable Audio Devices and/or other equipment. No need to physically rip the CD's again each time something new comes along.
- Streaming. You can stream the lossless, pristine audio files throughout your house over you home network.
OK, on to the technical details...
- Get CDex (it's free) and install it
- Get FLAC (it's free too) and install it (note: some AV programs think it's got a trojan in it but it doesn't)
- Configure your directories, filename formatting, etc. in CDex
- Open CDex
- Click Options --> Settings
- Select the Filenames tab
- Enter a directory in the WAV -> MP3 & Recorded Tracks fields. I have mine currently set to Z:\flac\ for both.
- Enter your desired Filename Format (for option information click the ? button to the right of this input field). For example, I have set my format to %1\%2\%2-%7-%4. This saves my audio files in the following format: Z:\flac\Band\Album\Album-Track Number-Track Title.flac
- Configure Local or Remote CDDB as you wish with those tabs under Options --> Settings. I have mine configured locally (which means I have to input all the artist, album, track data manually). This data is stored at I:\My Documents\My Music\cddb\
- Once you have the basics configured above, it's time to set up CDex to use FLAC encoding.
- From the main CDex screen click the Options --> Settings --> Encoder tab
- I set Thread Priority to Above Normal
- In the Encoder drop-down field select External Encoder
- Click on the ... button to input the Encoder Path for the FLAC application. If you have used the FLAC installer downloaded from the link above it will most likely be found at: C:\Program Files\FLAC\flac.exe
- Enter the following in the Parameter String field (all one line of course):
-6 -o %2 -T "artist=%a" -T "title=%t" -T "album=%b" -T "date=%y" -T "tracknumber=%tn" -T "genre=%g" -
- Bitrate: any value (it doesn't matter)
- File Extension: flac
- Check all of the boxes:
- Click OK and you are ready to start encoding your CD's into FLAC!
Tags: audio FLAC Vorbis CDex
3 comments:
hi chronicon :)
Awesome instructions, thank you. I want to go the other way tho, convert flac files to mp3. Is there any chance CDEX can do that?
lisa_west oz
I want to go the other way tho, convert flac files to mp3. Is there any chance CDEX can do that?
I don't believe so, or at least I have not figured out how that would work via CDex.
I believe your best bet would be to use FLAC with the FLAC Fronted GUI to decode the flac files to WAV and then you could use CDex to convert the WAVs to MP3s.
Frankly, if you use Linux I am sure there is a fairly painless command line that you could enter to batch convert them in one step. That would be the ideal route, IMO.
Heello nice blog
Post a Comment