Slashdot Mirror


Best Practices for a Lossless Music Archive?

Sparagmei asks: "I'm a big music fan, and I like listening to the music I own on various pieces of digital gear. Right now, my library's at about 20,000 tracks, ripped from CDs to MP3 at 256kbps (enough that I can't tell the difference on my low-end playback gear). However, with the MP3 judgement rippling through the world, I'm interested in perhaps moving to a different compression standard. Before I do that, I'd like to ask a question: what lossless format would you recommend for making a digital 'master library' that could be (relatively) easily down-sampled to a compressed format?" Important factors would be true losslessness, filesize (smaller than PCM WAV would be nice), embedded metadata (ID3v2-like), existence of automated ripper software, and (to a lesser extent) an open-source implementation of such software. Widespread playback implementation of the lossless codec is not an issue for me; the lossless library would likely be burned to archival DVD media and stored after being down-sampling with the chosen compressor. The reason I ask is this: I've got a 20,000-track re-ripping job ahead of me. I'd like to do that just once, lossless, so that years from now, when I decide to jump from Vorbis to 'komprezzor_2039_1337' or whatever, I don't need to drag out the old plastic discs. Thanks!"

176 comments

  1. FLAC. by Whiney+Mac+Fanboy · · Score: 5, Informative

    The Free Lossless Audio Codec sounds perfect for you.

    (all answers below are quoted from wikipedia's FLAC page).

    Important factors would be true losslessness,

    A digital recording (such as a CD) encoded to FLAC maintains the quality of the audio perfectly.

    filesize (smaller than PCM WAV would be nice),

    Audio sources encoded to FLAC are typically reduced in size 40 to 50 percent.

    embedded metadata (ID3v2-like),

    with support for tagging, cover art and fast seeking.

    existence of automated ripper software,

    Yup, lots.

    and (to a lesser extent) an open-source implementation of such software.

    See above.

    Widespread playback implementation of the lossless codec is not an issue for me

    Well, bad luck, you're going to get it anyway :-) Both hardware and software support.

    Also, consider SHN, (although it seems superceded). I'll also mentiuon wave pack - because it uses an interesting approach (splitting the file into a small lossy standalone & a lost bits diff). don't bother with Apple's lossless format - it's going nowhere.

    --
    There are shills on slashdot. Apparently, I'm one of them.
    1. Re:FLAC. by Anonymous Coward · · Score: 5, Interesting

      I've built this kind of system for the record company i work for and our digital distribution needs.
      I've used FLAC - it just works. Also I like the Application Metadata blocks you can put into the FLAC files. I use this to store the full logging information from cdparanoia. It allows me to perform a quality analysis of the rip and look for jitter, skips etc. If i find a certain pattern which leads to audible artifacts I can just go back through the archive of tracks and perform an automated analysis of anything else which mught show the same problem.

      Because of the amount of metadata which we need to store for business reasons (P&C, ISRC, barcodes, etc) I have developed an XML based format for entering the info - you wouldn't need this on a personal system I don't suppose.

      For work it's great because I can encode to AAC/MP3/WMA for retailers. At home i use it to export to Ogg because we have an iAudio player, but it's trivial to export to MP3 or AAC instead if we got another device.

      I store all the files in a flat system - each track has a unique ID generated when it was ripped - when I export out to the encoded versions I use the tags to create a Artist/Album/Track hierachy which again can be changed at at time fairly trivially.

      Periodically rsync the exports out to my gf's machine and i've got the collection whenever I want it :)

    2. Re:FLAC. by NayDizz · · Score: 1

      Nuff said. Next question.

    3. Re:FLAC. by 19thNervousBreakdown · · Score: 3, Interesting

      Just one thing... FLAC does not compress to 40-50%. More like 60(rare)-70-80%. That being said, no lossless codec does better than 60% occasionally. There's no point chasing a couple percent, even when we're talking about hundreds of gigs, because if you're archiving this how much would it suck if you went to recover this years from now, Windows XP and Vista was no longer available, Monkey's Audio went out of business in 2008 and never made a Vista version, which is the last "audio path" that's compatible with Windows '84. IOW, you're fucked.

      What do I do?

      1. Rip twice fully with highest CDParanoia settings and drive offset corrected. Use a high-end drive like Plextor that doesn't allow unreported errors.
      2. Compare rips, with diff. One bit difference, and it's discarded.
      3. Same procedure with cdrdao to get the TOC. Don't rip with cdrdao, you need to edit the code to get highest paranoia settings and support drive offset. Did that once, couldn't apply my patch to the new version automatically, screw it, use both.
      4. Convert TOC to CUE to add to the FLAC.
      5. Encode to flac, embed the CUE (just in case, we still keep both TOC & CUE).

      Actually, I started splitting my flacs with SHNsplit and putting in Vorbis tags, but if you're going to archive and never play the list is the way to go.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    4. Re:FLAC. by Anonymous Coward · · Score: 0

      Just a note. "Reduced in size to 40-50%" is different from "reduced in size by 40-50%". The OP said the former. You interpreted it and responded as if he said the latter.

    5. Re:FLAC. by Anonymous Coward · · Score: 0

      Oops. Reverse the 'former' and 'latter' in that statement. :-/

    6. Re:FLAC. by WilliamTS99 · · Score: 3, Informative

      I also recommend FLAC, that is what I am ripping all of my CDs to. When you can get a 500gig HDD for under $140,it is worth every cent and more to do what you are doing. I have an Ubuntu system set up for network storage so I can play my FLACs with my two Cowon iAudio (Highly Recommended) portable media players(support FLAC natively), streamed to my stereo through the Xbox media center( XBMC , streamed to my computer, my daughters computer, or transcoded for other players. In my opinion FLAC is 100% the way to go.

    7. Re:FLAC. by zippthorne · · Score: 1

      Indeed. However we should get out of the habit of referring to the "reduced by" metric. It makes sense if the reduction is small (say, the file size is 50-75% of the original). But when the reduction is great, it loses its usefulness.

      There is a huge difference in the number of files you can store if you reduce by 99% vs. 99.99%, but at first glance, it looks like they're almost the same.

      It would be better to say reduce by a factor of 100 and factor of 10,000 respectively or reduce to one hundredth and one ten-thousandth respectively. With the "reduce to" preferred as it is less ambiguous.

      --
      Can you be Even More Awesome?!
    8. Re:FLAC. by Anonymous Coward · · Score: 1, Interesting

      I've faced a similar problem deciding on how to make backups of my own CDs. I used FLAC because I wanted lossless audio. It wasn't until I realized I was doing way too much work. Why bother encoding it to anything when I can just rip the entire disc directly to ISO and leave it at that? I have found this to be the simplest solution by far. I can back up several ISOs onto a single DVD or just leave them on the HD (space is so cheap nowadays). If I need to burn a 1:1 copy of the original CD there's no need to take out the original because I already have the ISO available. Need to encode some tracks to mp3, ogg, or into some other format? Just mount the ISO and rip like a normal CD. The only drawbacks to using ISO is that it does take up more space than FLAC, but as I've said, space is cheap; you also don't have the convenience of metadata, but just make a text file with track info for each ISO or simply look on the back of your CD to see what's playing. There's no simpler way, you can count on ISO to work flawlessly on any OS and you'll never have to worry about re-ripping your entire collection if some better codec or improvements to FLAC comes along.

    9. Re:FLAC. by belmolis · · Score: 1

      I also use FLAC. One point to note is that the compression ratio varies considerably with the type of material compressed. I've posted comparisons of algorithms using linguistic field recordings rather than music here. For my material, the greatest compression was achieved by Lossless Audio, but the increment is not that great, and the time for both compression and decompression is much greater.

    10. Re:FLAC. by mhbtr · · Score: 1

      Actually, DON'T consider SHN - it does not support metadata, does not support more than 2 channels, does not support high bit rates, and is NOT open source - the tech is owned by softsound (if I put that caveat 1st, you would not have even read this far).

      --
      I only use a .sig on slashdot

    11. Re:FLAC. by mrchaotica · · Score: 1

      don't bother with Apple's lossless format - it's going nowhere.

      Unless you want your music to play in iTunes or on your iPod, of course. Personally, I figure that the worst-case scenario is that I have to write an Applescript to convert all my Apple Lossless files to FLAC, which isn't that big a deal.

      You're right that FLAC is a better idea otherwise, however.

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    12. Re:FLAC. by Whiney+Mac+Fanboy · · Score: 1

      Unless you want your music to play in iTunes or on your iPod, of course.

      Well, he did say he wasn't worried about playback.

      --
      There are shills on slashdot. Apparently, I'm one of them.
    13. Re:FLAC. by Anonymous Coward · · Score: 0

      ogg is an encapsulation, not an audio codec. ogg vorbis is likely what you are referring to. I know it seems as though I'm splitting hairs, but ogg is also commonly used to encapsulate flac.

    14. Re:FLAC. by mvdwege · · Score: 1

      Just one thing... FLAC does not compress to 40-50%. More like 60(rare)-70-80%.

      I disagree. I have about 12 classical recordings here that are compressed to between 300 and 400MB per CD, and these are full-length CDs (700MB uncompressed). On average 50% compression is a reasonable figure for FLAC. The encoder however does not default to best compression, because that is a bit on the slow side. Try setting the -9 (or --best) flag in your ripping/encoding software.

      Mart
      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
    15. Re:FLAC. by Anonymous Coward · · Score: 0

      yeah, alright Mr. Tedious.

      you know what it is, i know what it is, we all know what it is. i think it's pretty obvious that i'm not exporting music from cds out to theora isn't it?

    16. Re:FLAC. by Anonymous Coward · · Score: 0

      Random Data:

      I have 3058 FLAC tracks.

      The total size of the tracks in RAW format: 124,236.32MB
      The total size of the tracks in FLAC format: 74,466.33MB

      Net Compression: 0.59939 or close enough to 60% as makes no difference.

      OK, I "calculated" the raw data by adding up the total time of the
      tracks in seconds, multiplying by 44100 samples/second, 2 bytes
      per sample in stereo (one sample per channel) then dividing by
      1048576 to get MegaBytes.

    17. Re:FLAC. by TimSee · · Score: 1

      I keep two copies - my FLAC 'originals' and my lossless transcodes. It is simply *AMAZING* the improvements in lossy codecs over the last 2 years. There are lot of misconceptions that remain like "any MP3 encoded at 192kbs sounds like garbage". Any codec released in the last year is really good at 128kbs. All the music on my portable players is 80kbs Vorbis. I keep FLAC sources and conduct listening tests every 6 months or so to see 'how low I can go'. My home stereo setup uses FLAC and a Sonos music system but my portable systems are all very low bitrate. My next transcode will probably be 48kbs AAC-HE. BTW - those 48kbs transcodes are running about 300KB a minute! You should try some listening tests for yourself...

  2. Me too by Overzeetop · · Score: 2, Interesting

    I made the mistake of ripping my small collection to MP3 (some to MP3pro...please stop laughing) the first time. I made it about 1/2 way though the 300 or so CDs I have before I realized that I wan't happy with the format (could hear artifacts) and knew I wanted a lossless that I could transcode to the format du jour.

    I went with FLAC, and ripped 'em all. I'm using media monkey as a filing system, and am transcoding as necessary for portable apps. I'm without media server at the moment, so I can't help with streaming and such, though I'm going to be interested to see what others are doing.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  3. At the risk of asking a stupid question by Dogtanian · · Score: 4, Insightful

    Bearing in mind that you're not going to save that much file size using lossless storage, and that you already have an "archive" of CDs in a box in your basement (or wherever), is it really worth the hassle of creating another lossless copy that'll take up even more space?

    If you're planning on re-converting from these lossless copies, it sounds like you're going to be doing a *lot* of work based on some second-guessing of where you'll be in 5 years time; and things may have changed then.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    1. Re:At the risk of asking a stupid question by MMC+Monster · · Score: 4, Insightful

      Well, a cabinet of CDs in the basement may just convert to a few drives in a storage area network. Network storage is getting cheaper every moment. Besides, he will have random access to his entire music collection (presumably well tagged) in lossless format, which really can't be beat.

      --
      Help! I'm a slashdot refugee.
    2. Re:At the risk of asking a stupid question by ZorbaTHut · · Score: 1

      Personally I convert to lossless for my own personal collection, and transcode when sending off to friends. If I had a portable music player I'd transcode for that also. However, it's far more convenient to keep lossless versions on my hard drive than have to dig out and re-rip three hundred CDs every time I want the music in another format.

      (Yes, it takes time, but generally that's just "copy all the .flacs somewhere and then start a script to bulk-convert, come back in a day.")

      --
      Breaking Into the Industry - A development log about starting a game studio.
    3. Re:At the risk of asking a stupid question by Overzeetop · · Score: 1

      Not much size = 50%. That may not be much to you, but it's still a reasonable amount. Heck, you could buy enough HD space for the raw waves, encode the discs, and use the extra space for fault tolerance (i.e. two or more drives in raid).

      It's not about the space or size, though, but the convenience. Having 1000+CDs is not convenient (presumptive for his 20k tracks), and if you decide to switch formats (for whatever reason) you have to go through a lenghty manual process to re-rip everything. With foobar, you can take that collection - or any subset - and do a custom recode. It may take a day or two, but its totally automated.

      I'd rather do all the work now, and then never have to fool with it again.

      BTW - I have converted to FLAC, and when I got an iPod for my wife I recoded all her stuff to ~160kb audio so it would all fit (only 8GB space on a nano). Simple. I even have a ~224 version of my collection on an old laptop drive in an enclosure that I take to work with me. MediaMonkey will even auto-transcode during a sync operation, so when I add a new FLAC disc, it will auto-sync to my portable drive. Haven't tried force-syncing into my wife's folder on the network...not sure if I could do it, or how iTunes would deal with that.

      As for FLAC vs others, the codec is asymetric, so the decode takes significantly less time than the encode - which is good if you're transcoding. (It's also good for portables that support it because the load is low, but that's not much of a big deal for the consumer).

      --
      Is it just my observation, or are there way too many stupid people in the world?
    4. Re:At the risk of asking a stupid question by Dogtanian · · Score: 2, Insightful

      Not much size = 50%. That may not be much to you, but it's still a reasonable amount. Yes, but from that point-of-view alone, you're still having to do a lot of work to get it. And it's not 50%; it's 150%, unless he's binning his original CDs.

      With foobar, you can take that collection - or any subset - and do a custom recode. It may take a day or two, but its totally automated. I dunno; it kind of smacks of the geek tendency to spend a day automating a procedure that would otherwise take 15 minutes or so, and then using it 3 or 4 times before they decide they want things done differently and abandoning it. Can't beat that logic ;-) Maybe I'm wrong, of course, but I'm just getting that vibe; I know, because I've sometimes done it myself.
      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    5. Re:At the risk of asking a stupid question by Overzeetop · · Score: 1

      When I ripped, I used EAC which basically ripped and encoded each track as it went, so the effective space was only 50% of the raw data.

      I'm with you on the automation flaw. Sometimes we do it because we can. It's been good for me though, and the formats seem to really be improving rapidly. There really are 48kb codecs that sound okay now on most music - not all, and not perfect, but good enough for my car. I like the flexibility of the online storage, and it has come in handy a couple of times already.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    6. Re:At the risk of asking a stupid question by vakuona · · Score: 4, Funny

      This is the RIAA maths department calling.

      We have done the math for you. (We will charge you for this service)

      You have ripped 300 CDs and you admit sending music to friends. Well, 300 CDs at about 12 tracks per CD to on average 5 friends means you now owe us well, 5 * 300 * 12 * $0.99 so this comes up to $17,820.

      For the hard math, we will charge you $1,000.

      Please make out your check to RIAA-R-US.

      Thank you for your cooperation.

      RIAA

    7. Re:At the risk of asking a stupid question by Anonymous Coward · · Score: 0

      one note: CDs scratch. I have several possibly irreplaceable small label disks that have small data layer scratches, I believe in part due to budget pressing. If only I had FLACs

    8. Re:At the risk of asking a stupid question by Dogtanian · · Score: 1

      one note: CDs scratch. I have several possibly irreplaceable small label disks that have small data layer scratches, I believe in part due to budget pressing. If only I had FLACs I assume you mean that the upper side has become damaged? If the scratch is on the underside it's normally fixable. Also note that you can rip the raw CD data using (e.g.) cdparanoia; but you have a good point- it hadn't occurred to me because AFAIK all of my CDs are easily replacable and I can't recall ever having one go bad.
      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    9. Re:At the risk of asking a stupid question by Surt · · Score: 3, Funny

      You forgot the statutory damages of $750(http://arstechnica.com/news.ars/post/20061110 -8193.html) per song, so that's really:

      5*300*12*$751 = $13,518,000

      Plus two thousand now since they had to do the math twice.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  4. Ape by mobby_6kl · · Score: 2, Interesting

    Since FLAC was already mentioned, I'll just suggest you try Monkey's Audio. It's lossless, usually compresses better than FLAC, the source is available (not sure what license though), supports tags, and basically does everything you want. It's probably not as widespread as FLAC, but that shouldn't be a problem in your case.

    1. Re:Ape by TeknoHog · · Score: 4, Informative

      Ape compresses a few % better than Flac at the expense of much more CPU usage. When compressing lots of CDs at once, the difference is significant. Flac was designed to be light on resources to facilitate portable devices, but it helps with modern computers as well.

      Also, Ape is not free software, despite the availability of source for certain versions. It's only officially released for Windows.

      So, in line with most others, I'd recommend Flac, but you might also look into WavPack as it also seems to be free software.

      --
      Escher was the first MC and Giger invented the HR department.
    2. Re:Ape by omeomi · · Score: 1

      Also, Ape is not free software, despite the availability of source for certain versions. It's only officially released for Windows.

      To clarify, Monkey's Audio is a free (as in money) application. Why some people refuse to call free software "free" unless it's FOSS continues to escape my understanding...If you mean FOSS, why not just say "FOSS".

    3. Re:Ape by Southpaw018 · · Score: 1

      It's a language problem. English makes no distinction between gratis, free as in money, and libre, free as in speech. The words are the same, but the meaning is different. In this case, the grandparent was noting that Ape is not free as in speech. They weren't stating one way or the other whether it is free as in beer.

      --
      ACs are modded -6. I don't read you, I don't mod you, I don't see you. Don't like it? Don't be a coward.
    4. Re:Ape by Anonymous Coward · · Score: 0

      To clarify, Monkey's Audio is a free (as in money) application. Why some people refuse to call free software "free" unless it's FOSS continues to escape my understanding...If you mean FOSS, why not just say "FOSS".

      Monkey's Audio is not free software, it is proprietary software available at zero price.

    5. Re:Ape by kilonad · · Score: 1, Offtopic

      Monkey's Audio is free software, but it does not have free source code. You are able to legally download and use it at no cost, which means that it fits the English language definition of the word free. Quit trying to redefine the word free.

    6. Re:Ape by AdamInParadise · · Score: 1

      I second that. Ape is a bitch to work with compared with FLAC. There is no official spec, no official Linux version... Furthermore, unlike FLAC, Ape is probably not patent-free. This means that many players support FLAC, while none support APE. The only nice thing about Ape is that since it is lossless, you can convert it back to PCM WAV and reencode in FLAC without any loss in quality. Nuff' said.

      So rght now FLAC is the way to go for lossless archives. And if a better codec comes round, you can always reconvert everything to this new format.

      --
      Nobox: Only simple products.
    7. Re:Ape by Anonymous Coward · · Score: 0

      > Quit trying to redefine the word free.

      We should just leave that to you? Free doesn't exclusively mean without monetary cost. Monkeys audio is not free software, call it "freeware" if you like.

      But ignore the semantics, no right thinking soul would trust archival storage to a proprietary codec with ambiguous licensing terms.

    8. Re:Ape by Anonymous Coward · · Score: 0

      > Why some people refuse to call free software "free" unless it's FOSS continues to escape my understanding...If you mean FOSS, why not just say "FOSS".

      Because "FOSS" means "Free or Open-Source Software," and that includes software for which source is available but doesn't meet the FSF's definition of "free software." Of course, FSF use the word "free" to mean "free of restriction," not "free of charge."

      OSS is more inclusive and includes free software, but that means some software can be "FOSS" while not being "free software."

    9. Re:Ape by omeomi · · Score: 2, Insightful

      The grandparent said it wasn't "free". He didn't specify which "free" he was talking about. Since it is "free" under at least one definition of the word free, his statement is incorrect. While one who knows a bit about FOSS could assume that they meant free as in speech, they didn't explicitly *say* that. And since the majority of the population means "free as in beer" when they're talking about whether software is free, people who insist on claiming that software isn't free if it's not free as in speech are only making a conversation more confusing in ways that have no bearing on the main point as a whole.

    10. Re:Ape by omeomi · · Score: 1

      Monkey's Audio is not free software, it is proprietary software available at zero price.

      Monkey's Audio is free software under at least one definition of the word free. The FSF can't just redefine or limit definitions of free.

    11. Re:Ape by omeomi · · Score: 1

      Free doesn't exclusively mean without monetary cost.

      And it doesn't exclusively mean without restriction either. Saying something isn't free, but not specifying under which definition of free, is at best, just confusing.

    12. Re:Ape by Your+Pal+Dave · · Score: 1

      What I want to know is where everybody's getting all this free beer!

    13. Re:Ape by CastrTroy · · Score: 1

      That's why I wish they would just drop the use of the word free, and go with "open". It's much less confusing this way. The word free gets used for a lot of "free" software, that isn't open, so I don't know why they continue to push the usage of this word.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    14. Re:Ape by Surt · · Score: 4, Funny

      You can get all the free beer you want, and it's just a sex change operation away!

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    15. Re:Ape by polemistes · · Score: 1

      It's because they don't mean 'open', they mean 'free', as in unrestricted, and that is something they are very specific about.
      Why not just redefine the English word free? I think the free world would have been a much better place if this particular word had been a little less ambiguous. As in: I will free you => I will make you free => I will take everything you own.
      I wonder what free software (as in unoccupied) is like...
      (Just in case you didn't notice; My language is not English. Where I come from, free means free, gratis gratis. No Fuzz.

    16. Re:Ape by heinousjay · · Score: 1

      The GPL is certainly not without restriction, so unrestricted may not be the best word to use.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    17. Re:Ape by Anonymous Coward · · Score: 0

      > The GPL is certainly not without restriction, so unrestricted may not be the best word to use.

      You're not going to lure us into THAT old debate! :)

      Suffice it to say that the FSF intends that meaning when they refer to "free software," regardless of whether you think they are being truthful about that assertion.

    18. Re:Ape by ShieldW0lf · · Score: 1

      And it doesn't exclusively mean without restriction either.

      Yes, that's what it means. Without restrictions. Precisely what it means. If there are restrictions, it's not free.

      Free means that I can come and acquire it and then it is MINE. Mine means my decisions, no restrictions.

      If you tell me something is free, but try to claim that it remains yours when I come to get some, you are a liar.

      --
      -1 Uncomfortable Truth
    19. Re:Ape by omeomi · · Score: 1

      Free has a lot of definitions. May I direct your attention to definition 11 below. You'll notice there's no requirement specified under #11 that says that any of the other definitions also have to be true in order for something to be considered free.

      free
      -adjective
      1. enjoying personal rights or liberty, as a person who is not in slavery: a land of free people.
      2. pertaining to or reserved for those who enjoy personal liberty: They were thankful to be living on free soil.
      3. existing under, characterized by, or possessing civil and political liberties that are, as a rule, constitutionally guaranteed by representative government: the free nations of the world.
      4. enjoying political autonomy, as a people or country not under foreign rule; independent.
      5. exempt from external authority, interference, restriction, etc., as a person or one's will, thought, choice, action, etc.; independent; unrestricted.
      6. able to do something at will; at liberty: free to choose.
      7. clear of obstructions or obstacles, as a road or corridor: The highway is now free of fallen rock.
      8. not occupied or in use: I'll try to phone her again if the line is free.
      9. exempt or released from something specified that controls, restrains, burdens, etc. (usually fol. by from or of): free from worry; free of taxes.
      10. having immunity or being safe (usually fol. by from): free from danger.
      11. provided without, or not subject to, a charge or payment: free parking; a free sample.
      12. given without consideration of a return or reward: a free offer of legal advice.
      13. unimpeded, as motion or movement; easy, firm, or swift.
      14. not held fast; loose; unattached: to get one's arm free.
      15. not joined to or in contact with something else: The free end of the cantilever sagged.
      16. acting without self-restraint or reserve: to be too free with one's tongue.
      17. ready or generous in giving; liberal; lavish: to be free with one's advice.
      18. given readily or in profusion; unstinted.
      19. frank and open; unconstrained, unceremonious, or familiar.
      20. unrestrained by decency; loose or licentious: free behavior.
      21. not subject to special regulations, restrictions, duties, etc.: The ship was given free passage.
      22. of, pertaining to, or characterized by free enterprise: a free economy.
      23. that may be used by or is open to all: a free market.
      24. engaged in by all present; general: a free fight.
      25. not literal, as a translation, adaptation, or the like; loose.
      26. uncombined chemically: free oxygen.
      27. traveling without power; under no force except that of gravity or inertia: free flight.
      28. Phonetics. (of a vowel) situated in an open syllable (opposed to checked).
      29. at liberty to enter and enjoy at will (usually fol. by of): to be free of a friend's house.
      30. not subject to rules, set forms, etc.: The young students had an hour of free play between classes.
      31. easily worked, as stone, land, etc.
      32. Mathematics. (of a vector) having specified magnitude and direction but no specified initial point. Compare bound1 (def. 9).
      33. Also, large. Nautical. (of a wind) nearly on the quarter, so that a sailing vessel may sail free.
      34. not containing a specified substance (often used in combination): a sugar-free soft drink.
      35. (of a linguistic form) occurring as an independent construction, without necessary combination with other forms, as most words. Compare bound1 (def. 11).
      36. without cost, payment, or charge.

      -- http://dictionary.reference.com/search?q=free

    20. Re: Ape by Anonymous Coward · · Score: 0

      >Monkey's Audio is free software under at least one definition of the word free.

      Actually no. You don't have to pay for it at this time. But if they cut off your license, or it becomes orphaned you will pay a price.

      So. Without getting into the free versus free debate, I get to poop on you and your monkey.

    21. Re:Ape by heinousjay · · Score: 1

      I'm not trying for a debate, and I'm not putting the GPL down. There are definitely restrictions on code that uses the GPL in situations regarding modification and distribution. That's not disputable.

      Anyone can mean anything when they redefine language to suit their own personal agenda.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    22. Re:Ape by Anonymous Coward · · Score: 0

      > I'm not trying for a debate, and I'm not putting the GPL down. There are definitely restrictions on code
      > that uses the GPL in situations regarding modification and distribution. That's not disputable.

      Actually it is disputable (and therein lies the debate).

      The argument has been made countless times here that the "restrictions" on the code are in fact due to copyright law, and the GPL's "restrictions" are actually conditional exceptions to the copyright restrictions.

      The GPL, according to FSF, is intended to preserve the 4 freedoms of software use, examination, redistribution, and modification - and prevent anyone from infringing those freedoms, thus keeping the software free. Personally, I think the track record of the GPL speaks for itself.

    23. Re:Ape by heinousjay · · Score: 1

      I don't disagree that the GPL speaks for itself. I don't disagree that the GPL promotes freedom. I don't doubt that software covered under the GPL is free. I don't even dispute that the word free applies to the works, the license, and the entire philosophy.

      At the same time, the GPL maintains said freedoms through restriction. Preventing covered software from becoming proprietary is restricting a freedom of the user. I agree that it is a necessary restriction, and I take no issue with that in any way. I like the GPL, I just don't agree that GPLed software is unrestricted.

      The reason is say it is indisputable is because I am simply using the common definitions of the terms. You can redefine any of them to suit your purpose, but that doesn't actually change their meaning. It's effectively an argument about semantics, but in the context of the free software movement, I feel it's an important one. The goal of the GPL is best served through complete honesty and clarity. Intellectual masturbation, such as redefining terms, may feel good (or even great!), but it isn't productive.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    24. Re:Ape by Anonymous Coward · · Score: 0

      > At the same time, the GPL maintains said freedoms through restriction.

      Right! So the only way to make it more free is to allow people to make it less free. :)

    25. Re:Ape by mrchaotica · · Score: 1

      The word free gets used for a lot of "free" software, that isn't open, so I don't know why they continue to push the usage of this word.

      The word open gets used for a lot of "open" software that isn't free [e.g. MS "shared source"], so I don't see why they continue to push the usage of this word.

      In other words, both words are equally problematic; personally I call it "Free Software" (using the capitalization to indicate libre, rather than gratis).

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    26. Re:Ape by CastrTroy · · Score: 1

      Where is the word open in the term "shared source"

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    27. Re:Ape by Dr.+Spork · · Score: 1
      I don't think this is true, at least from my experience. APE (Monkey's Audio) encoding on "medium" is about twice as fast as FLAC encoding on the default level, and the APE files are considerably smaller to boot. Yes, if you encode APEs on "insane" it will take a lot of CPU power, which is why that's a stupid thing to do.

      FLAC is asymmetric, meaning that the files take less calculating to decode than to encode, but it was my impression from tests I've seen long ago that it's about the same as "medium APE" for CPU useage. In any case, it uses far less of my CPU than does decoding an MP3.

    28. Re:Ape by ShieldW0lf · · Score: 1

      Not multiple meanings. Multiple attempts to explain what "free" means without saying "Dude, it's like, free man!"

      One meaning. Multiple relevant uses. One meaning.

      --
      -1 Uncomfortable Truth
    29. Re:Ape by grumbel · · Score: 1

      ### Monkey's Audio is free software under at least one definition of the word free.

      If you want to refer to the no-money aspect of software you should use the word "Freeware", no need to trying to hijack the term Free Software for something for which the software world already has a perfectly fitting word.

    30. Re:Ape by omeomi · · Score: 1

      If you want to refer to the no-money aspect of software you should use the word "Freeware", no need to trying to hijack the term Free Software for something for which the software world already has a perfectly fitting word.

      Putting the word "free" in front of an object (like beer), by convention, generally means that you don't have to pay for it. This usage of the word free predates "Freeware" and the FSF definition of the term "Free Software" by several centuries. If anybody is hijacking "Free Software", it's the FSF, and the legions of people who for some reason can't understand basic usage of the English language, and who think the FSF has some sort of authority over the word "free". Until the FSF is appointed "Official English Language Words Group", they don't get to redefine what words or phrases mean. At best they can say that "Free Software" means "Free and Open Source Software", but they certainly can't say what it doesn't mean. As somebody else pointed out, "Open Software" is a much less ambiguous term.

  5. Re: Best Practices for a Lossless Music Archive? by Anonymous Coward · · Score: 0

    Using a torrent client which has RSS support.

    Next question?

  6. As everyone's said, use FLAC. by eddy · · Score: 2, Insightful

    FLAC doesn't compress the absolute best of the alternatives, but it's 'good enough' and is widely supported, even directly on some portable devices. You won't wake up one day to find out that FLAC support has all but disappeared because the original developer lost interest (since the source is out there, unlike many alternatives). You will also be able to trivially transcode FLAC to Vorbis with meta-data intact, and do it FAST. (not a unique property, but well supported with FLAC/oggenc2).

    --
    Belief is the currency of delusion.
  7. media type by polar+red · · Score: 1

    I suggest you back on a Hard disk; It's about the same price per Gigabyte, smaller, and i guess easier to maintain; Last but not least : it's more durable.

    --
    Yes, I'm left. You have a problem with that?
  8. My advice by adam1101 · · Score: 4, Funny

    Don't use FLAK or some other monkey sound formats. Go with a real standard, like Windows Lossless, or
    Apple Lossless, they just sound sooo much better. But you do need high end Bose equipment and gold
    plated Monster cables to really bring out the warmer and fuller mid-range and the increased bass response.

    1. Re:My advice by samwire · · Score: 0

      Don't use FLAK or some other monkey sound formats. Go with a real standard, like Windows Lossless, or Apple Lossless, they just sound sooo much better. eh? You do understand what lossless means, right? What nonsense.

      One other thing to bear in mind, is that CDs often contain more audio data than just what is marked as a track in the table of contents. Some of which can turn out to be hidden tracks:

      http://en.wikipedia.org/wiki/Hidden_track

      You will miss these, if you just rip the individual tracks. For a complete archive of everything that a CD contains, you probably want to use something like abcde (command-line front-end CD archiving tool) to get cdparanoia to rip the entire audio stream off the CD, then store it as FLAC with an embedded cue sheet containing the original table of contents and CDDB disc-id ... You can also embed cover graphics as well.

      This process is the only sensible way to ensure you've archived absolutely everything off the CD. That said, support for playing direct from FLACs with embedded cue sheets isn't as widespread as general FLAC support, so it's best to transcode to a more portable format for actually playing ...

      As someone else already mentioned, the hydrogenaudio forums are the best place for this sort of discussion.

      Sam.
    2. Re:My advice by Southpaw018 · · Score: 0

      Yes, because permanently locking down your entire media collection with a proprietary codec stored in a proprietary format is exactly where everyone should go.

      Dude, I'm a Windows sysadmin, I like Windows and use it exclusively, I have no in depth Nix knowledge (though I can get around okay), and even I know .wma isn't the way to go.

      My suggestion is FLAC, as many have noted here.

      --
      ACs are modded -6. I don't read you, I don't mod you, I don't see you. Don't like it? Don't be a coward.
    3. Re:My advice by DavidTC · · Score: 1

      You should just transfer your collection to vinyl if you Care About Music(TM). Although that's kinda hard.

      And Apple Lossless sounds so much better than Windows Lossless, you're obviously a troll. And you've forgotten to mention that they should sit on their own hard drive, because putting them on a hard drive used for other things will result in the audio files getting dirty.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    4. Re:My advice by Anonymous Coward · · Score: 0

      D00d, forget those other formats... true audiophiles store everything in uncompressed WAV files. There are tons of compression artifacts when these other lossless kodiaks are decompressed. It's because the processor on your computer needs to work harder to do the decompression. It's not perceptible on low-end speakers, but the machine's hum actually goes up several pitches when under load. This affects the audio quality perceptibly.

    5. Re:My advice by Dragoon235 · · Score: 1
      BOSE = Blatently Overpriced Speaker Enclosure.

      But you do need high end Bose equipment and gold plated Monster cables to really bring out the warmer and fuller mid-range and the increased bass response.
      Translation: You have to spend the most money possible because obviously, the most expensive thing has to be the best.
  9. Hydrogen Audio by eddy · · Score: 3, Informative

    Forgot to mention that you'll probably want to go to hydrogenaudio instead of /. for these sorts of questions.

    --
    Belief is the currency of delusion.
  10. itunes and apple lossless by Anonymous Coward · · Score: 0

    I had a similar problem - a huge library of CD's ripped to lossy mp3, which I decided to re-encode. I used iTunes and Apple lossless (ALAC), for iTune's excellent interface, search and catalog facilities and to access CDDB data. I can play the files on my iPod and the codec is widely supported (by either Quicktime or libavcodec on Linux) on the desktop through iTunes and Mplayer or VLC. For archival, simply copy the iTunes database file (or the xml copy) and the individual files to DVD to preserve the files and other data. Most files are in the region of 50% of size of an uncompressed file which is comparable to other lossless codecs (and impossible to exceed for truly random data).

  11. Re:FLAC by Anonymous Coward · · Score: 3, Informative
  12. Hardware based FLAC players? by httpamphibio.us · · Score: 1

    Sorry to jump on somebody elses post... but can anyone speak to the quality of hardware based devices that can rip CDs straight to FLAC format such as the products offered by olive.us?

    Most hardware devices I've seen either a) can't rip, b) can't convert to FLAC, c) can't burn CDs from FLAC, or d) are just wireless devices to send the audio back to your computer's crappy speakers.

    Anyone know of any other great sounding devices that rip, convert, and burn?

    --
    sig.
    1. Re:Hardware based FLAC players? by DavidTC · · Score: 2, Insightful

      Anyone know of any other great sounding devices that rip, convert, and burn?

      Dozens of manufacturers have a device that can do that. I believe they're called 'computers'.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    2. Re:Hardware based FLAC players? by Anonymous Coward · · Score: 0

      Glad you got modded up with your smart ass reply...

      You obviously don't know anything about high end audio...

    3. Re:Hardware based FLAC players? by heinousjay · · Score: 1

      You obviously don't understand how ripping digital audio to FLAC works.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
    4. Re:Hardware based FLAC players? by DavidTC · · Score: 1

      Yes, we all know you need high-end audio equipment to rip CDs to FLAC. Who knows what kind of horrible static might be introduced in the IDE cables, we know those things can't transmit a clear signal to save their life.

      Or, or, I know, I know. Maybe the signal will be read poorly off the hard drive. We know those things can introduce tons of errors.

      Were you born this stupid, or did you have to work at it?

      --
      If corporations are people, aren't stockholders guilty of slavery?
  13. Re:Mod parent troll by Anonymous Coward · · Score: 1

    Parent was being sarcastic, was it lost on you?

  14. Re:Mod parent troll by Anonymous Coward · · Score: 5, Funny

    He couldn't see the sarcasm because his monitor isn't using monster cables.

  15. The best practice by Anonymous Coward · · Score: 0

    Don't lose it. No matter what Eminem may tell you.

  16. Backups by dour+power · · Score: 1

    The last word in lossless archiving...

  17. Best lossless archive? by Anonymous Coward · · Score: 0

    My suggestion is to rip each CD to a bin/cue type format (with toc) and then burn your archives onto some fairly cheap optical media. I suggest CD-R. Then, if you ever need to restore the files, just insert the discs and use some ripping software to extract the data again. As an added bonus, your archival copies will play in a wide range of audio equipment. Glad I could be of assistance.

  18. Re:My advice - use PKZIP for DOS by Anonymous Coward · · Score: 4, Funny

    Yes, I agree with the parent. Use those most excellent formats for storing your music or else use PKZIP for MS-DOS and then copy the ZIP file to a IOMEGA ZIP drive for safekeeping

  19. Let me just say...Woooooosh! by Overzeetop · · Score: 2, Informative

    Everybody sit down. Did you see the line about Monster cables and Bose?

    Parent was trying to be funny. He wasn't, but don't go off the deep end.

    Overrated is more appropriate, though Troll probably will be the choice of the Mac fanbois for the Apple Lossless dig he included.

    --
    Is it just my observation, or are there way too many stupid people in the world?
    1. Re:Let me just say...Woooooosh! by heinousjay · · Score: 1

      I laughed. Quietly, but it still met my funny test. I'd say a few Funny mods and an Underrated or two are in order here.

      Of course, I don't get my panties in a wad over any pet causes, so I may be a little more open with my sense of humor than others.

      --
      Slashdot - where whining about luck is the new way to make the world you want.
  20. FLAC works for me by turgid · · Score: 1

    I've been ripping all my CDs using cdparanoia and encoding with FLAC. I keep two copies of all the FLAC'd suff on separate hard disks, and verey year or two, when I buy new hard disks, I migrate the data to the new disks in case the old ones fail.

    There's no point in burning to DVD for "archival" since DVD is too unreliable. Anecdotally, DVDs seem to last only a few months to a year or two. Perhaps good quality tape archival would be good if you need the security? But really, hard disks are so cheap nowadays, it's feasible to have many PeeCees with new, high-qulaity disks in your house and to have multiple copies of the data.

    Through the magic of bash scripting, I can produce ogg/vorbis and mp3s of all my music whenever I like. My old Athlon XP 2000+ used to do this really quickly. I haven't tried it on my new box yet.

    1. Re:FLAC works for me by Sandman1971 · · Score: 1

      A couple of suggestions. Instead of copying to 2 separate harddrives and replacing the HD every year or 2, I would suggest a mirrored RAID instead. You only need to replace a drive once it fails, with very little chance of both drives failing. That said, if its very important to you to keep these files, you should either burn them to archival DVD or portable HD and keep them offsite (IE: at your office, your parents' house). You never know when you might lose your PC to a fire, theft, flooding, rare chance of both drives failing, etc...

      --
      It's better to burn out than to fade away
    2. Re:FLAC works for me by turgid · · Score: 1

      I don't do RAID at home since it's too complicated and ropey on Linux(*). The advantage of it being on non-raided separate drives is that they can be spun down when not in use, they can be different sizes and different manufacturers. They can even be on different interfaces i.e. IDE, SCSI and SATA.

      * I say that as a Linux fanboi since 1995. I do Linux RAID at work :-( I like to upgrade my kernels at home quite frequently. There is no guaranteeing that a RAID from one kernel version will work on the next. This, folks, is the wonder of the Linux development model.

      I'd rather have two different hard disks in two separate machines than a Linux RAID on the sort of hardware that I can afford.

    3. Re:FLAC works for me by turgid · · Score: 1

      Actually, maybe I'm being a bit harsh on the Linux RAID stuff. Some of our machines at work have months of uptime.

      The thing is, I haven't got the time or money to do RAID on Linux at home.

    4. Re:FLAC works for me by Anonymous Coward · · Score: 0

      DVD unreliable? Say what? I've got hundreds of DVD+R's and DVD-R discs. Had 'em for years. Not a single one has gone bad so far.

      I'd trust DVD over tape any day of the week. Tape is way too touchy. You have to keep it at a consistent temperature and consistent humidity or you're looking at data loss.

    5. Re:FLAC works for me by TeknoHog · · Score: 1

      There's no point in burning to DVD for "archival" since DVD is too unreliable. Anecdotally, DVDs seem to last only a few months to a year or two. Perhaps good quality tape archival would be good if you need the security? But really, hard disks are so cheap nowadays, it's feasible to have many PeeCees with new, high-qulaity disks in your house and to have multiple copies of the data.

      I've been archiving music on DVDs for a couple of years, and just this week I decided to get an external hard drive instead. I figured the price per GB is almost equal; in Finland there's the 'tax' on blank DVDs, but not (yet) on hard drives.

      Of course, a hard drive is more versatile and portable. My only worry so far has been that a broken DVD is much less of a loss than a broken HD.

      --
      Escher was the first MC and Giger invented the HR department.
    6. Re:FLAC works for me by MojoStan · · Score: 1
      "There's no point in burning to DVD for "archival" since DVD is too unreliable. Anecdotally, DVDs seem to last only a few months to a year or two."

      As we all know, the quality of blank DVD media varies by brand, manufacuring plant, etc. Note that some brands (e.g. Maxell) sell DVDs from different manufacturers (e.g. Mitsubishi Chemical, Taiyo Yuden). Therefore, some Maxell DVD models are very good (manufacured by a good factory) while other Maxells are very poor (cheaply manufactured).

      The current "standard" for long-term storage seems to be DVDs manufactured by Taiyo Yuden, which is sold under various brands (including "Taiyo Yuden" brand). A hundred Taiyo Yuden DVD-R single-layer blanks cost about $33 (plus shipping) at Newegg.

      Also, any archives should use parity data to recover from data that has gone bad. Hopefully, the "backup to DVD" software should include parity data creation. If not, use something like PAR2 files to ensure you can recover from minor data loss.

      The CD Freaks Blank Media forum is a good place to read about how to identify and buy good quality blank DVDs. If you don't understand the concept of parity files, Slyck.com has a good explanation of PAR/PAR2.

      --
      TO START
      PRESS ANY KEY

      Where's the 'ANY' key? I see Esk, Kitarl, and Pig-Up...

  21. There's only one choice... by evilviper · · Score: 1

    In my opinion, there is no other choice for lossless audio compression than FLAC. Since it was BSD licensed a couple years ago, it has been rapidly taking over the world.

    It appears to have overtaken all other lossless formats in popularity online, in a short time.

    It is the only one seeing significant adoption in multiple brand of hardware (MP3) players.

    I'd say it has a brighter future than Vorbis, even though it is at a several year disadvantage.

    I've found that just about every audio program I use, has silently added FLAC decoding support while nobody was looking.

    With all of it's positive attributes, and support, FLAC is well on its way to becoming ubiquitous, and actually replacing WAV/AU/RIFF/AIFF/etc. files as the standard lossless storage and interchange audio format.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    1. Re:There's only one choice... by Anonymous Coward · · Score: 0

      WAV/AU/RIFF/AIFF/etc. files as the standard lossless storage and interchange audio format. ?

      You seem to not know what you're talking about. WAV and AIFF are not 'standard lossless storage'.
      WAV and AIFF are uncompressed audio.

      Lossless implies compression. FLAC files are compressed. Lossless, perhaps, but compressed nonetheless.
    2. Re:There's only one choice... by evilviper · · Score: 1

      Lossless implies compression.

      No. "Lossless" absolutely DOES NOT imply compression, it merely means a bit-perfect copy, and is used in many places where compression isn't even possible.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:There's only one choice... by Anonymous Coward · · Score: 0

      >> Lossless implies compression.

      > No. "Lossless" absolutely DOES NOT imply compression, it merely means a bit-perfect copy, and is used in many places where compression isn't even possible.

      It does, actually, because the terms "lossy" and "lossless" were coined to describe methods of digital compression, not A/D encoding.

      Think about it... is there a method of digital storage and reproduction which is "lossy" that doesn't refer to compression? No. The whole advantage of digital is that you don't lose any information when you store and retreive it, or copy it.

      "Lossy" only came into use after digital compression was invented. Someone realized that you could get greater compression by throwing out some data, if the application didn't require a 100% bit-accurate reproduction of the original. You can misapply the term however you like, but that's the facts of history.

      CDs are not "lossy," because PCM encoding is not compression.

    4. Re:There's only one choice... by evilviper · · Score: 1

      Think about it... is there a method of digital storage and reproduction which is "lossy" that doesn't refer to compression? No.

      Yes. Any type of modification to the waveform, typically resampling.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    5. Re:There's only one choice... by Anonymous Coward · · Score: 0

      >> hink about it... is there a method of digital storage and reproduction which is "lossy" that doesn't refer to compression? No.

      > Yes. Any type of modification to the waveform, typically resampling.

      Non-sequitur. The term "lossy" isn't all-encompassing; it wasn't coined to describe every instance where there is loss of information. Of course there is loss of information in resampling, but that is expected, it's called distortion.

    6. Re:There's only one choice... by Anonymous Coward · · Score: 0

      >> Think about it... is there a method of digital storage and reproduction which is "lossy" that doesn't refer to compression? No.
      > Yes. Any type of modification to the waveform, typically resampling.

      If you're going to count that, then none of the "lossless" formats you mentioned above are lossless either, because they don't prevent loss of information when resampling.

      What you're saying here amounts to "changing the data means it will differ from the original." Well, duh.

    7. Re:There's only one choice... by Anonymous Coward · · Score: 0

      Are you clear now? Lossless implies compression.

      Lossless is not the same as a bit-perfect copy.

      All lossless formats are using compression.

  22. flac by jroesner · · Score: 1

    I use flac because my Squeezebox supports it. So does XMMS. So does Winamp. Nero and Roxio support burning audio CDs from it (with appropriate version/plugin).

    I'd been down the mp3/Ogg Vorbos road but found myself transcoding from one lossy format to another which had to stop. With flac I have the lossless copy to transcode from. I rip on Windows using dBPowerAmp and with AccurateRip I feel that when it says it's accurate, it is. I've seen people start to rate dBPowerAmp as good or better than Exact Audio Copy.

    My wife has an iPod and I finally have her ripping to Apple Lossless. I figure Apple Lossless is better than lossy AAC, even if it is proprietary.

  23. For your iPod by bigfleet · · Score: 1

    Check out Flac2MP3 which I'm using to generate a metadata-complete MP3 image of my FLAC files. Whenever I add a couple of new albums to my archives, I run a shell script and the MP3's are available for my iPod. Album covers from Amarok don't transfer over, but it's a plenty good system for me.

  24. You've already lost, you just don't know it by Gothmolly · · Score: 2, Insightful

    Use of the term "best practices" indicates that you've already assumed that whatever you're doing is wrong, and that whatever someone else tells you to do is right.
    "Best practices" is to IT what the "zero tolerance" concept is to schools - no questioning, no thought required, simply doing whatever the current meme dictates.

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:You've already lost, you just don't know it by Anonymous Coward · · Score: 1, Insightful

      Gosh, I hope you don't brush your teeth twice a day simply because "best practice" would indicate that it would be wise for you to do. For those of us that don't have time to rederive everything under the sun/re-invent the wheel constantly, "best practices" provide a noticeable improvement in either efficiency or quality of output, while requiring a significantly smaller investment in time than rederiving the optimal solution. Sure, I had a grand time re-deriving some of the integral tables in the back of my calc books, but that's because I was interested in doing so. I DON'T have any interest in tracing circuit diagrams and computing SNR to see which audio setup is the best for my computer. I leave it to someone who really cares.

    2. Re:You've already lost, you just don't know it by Gothmolly · · Score: 1

      So, in all the time you save not reinventing the wheel, what DO you invent?

      The acceptance of the recent "best practices" craze is indicative of the dumbing down of IT that started with Ellen Feiss.

      --
      I want to delete my account but Slashdot doesn't allow it.
  25. what's the point? by coaxial · · Score: 2, Insightful

    Seriously. What's the point? What are you trying to accomplish? You can't hear the difference at 256kps lossy versus lossless, so why waste you're life converting your already lossess music archive from CD form to harddrive form? It's not like you're going to be transcoding all that often, if at all. I encoded my entire CD collect 7 years ago as 320kbps constant MP3. I'm thinking about re-encoding it, because there's no point in having the files that big. 256kbps variable mp3 is would probably still be more than enough. And if you think that someday you can transcode to something higher than 320kbps, I doubt you'll be able to tell the difference if that ever happens, because your hearing naturally gets worse over time.

    Futhermore, if you think Alcatel-Lucent v Microsoft is going to change anything, you're delusional. MP3 is going to stay. Just like how LZW patent did nothing to GIF. No one is going to abandon MP3, because the public isn't going to buy a device that can't play their MP3 collection. Nothing will change, and FLAC and Ogg will remain forever an asterisk.

    1. Re:what's the point? by Ant+P. · · Score: 2, Insightful

      You can't hear the difference at 256kps lossy versus lossless, so why waste you're life converting your already lossess music archive from CD form to harddrive form


      Maybe because at some point he'd like to upgrade from the low-end gear he said made the difference inaudible? Even on $30 headphones the difference between MP3 and lossless is clear as day.
      Or maybe because he wants a backup copy to rebuild from in case the CDs get scratched? Not everyone has an audio CD collection made entirely of titanium and diamond discs.
    2. Re:what's the point? by tomaasz · · Score: 0, Offtopic

      Indeed, the only meaninful use for an archive of losslessly compressed (or uncompressed) music is for reselling it. Otherwise it's a waste of disk space, waste of time converting them AGAIN if you want to give someone with an iPod a copy and a waste of time even thinking about it.
      If you want this archive for your listening pleasure only, go with VBR MP3s. They will usually have an average bitrate of around 200kbps so you can fit many times more on a single harddrive.

    3. Re:what's the point? by Anonymous Coward · · Score: 0

      it's because he's one of those fags who cries and moans about patents and such. he knows it's never going to cause him any troubles but he just wants to grandstand and act like he's all techo-conscious. it's crap like this that makes me sick.

    4. Re:what's the point? by tmasssey · · Score: 2, Insightful

      Seriously. What's the point? What are you trying to accomplish? You can't hear the difference at 256kps lossy versus lossless, so why waste you're life converting your already lossess music archive from CD form to harddrive form?

      There are so many thing wrong with this statement...

      1) Hearing artifacts at 256kbps. I will agree that even with decent speakers you may not be able to hear them. But with good gear, it's *noticable*. I used to have a pair of B&W DM602-S3 speakers as my mains and MP3's were fine. Then I upgraded to the 704's. All of a sudden I had to throw away my entire collection of MP3's: the artifacts just slapped you in the head.

      2) Why have your media on hard drive? Why *not* have your media on hard drive? And if you're going to go through the work of ripping them, why not rip them *once* (to a lossless format) and be done with it? To save a few gig of hard drive space? Let's assume 1,000 CD's. Is that enough? An audio CD holds Seeing as a 400GB hard drive is going to cost less than $200 ($400 if you mirror them), what is the point of "saving space"? Especially when you figure that those 1,000 albums cost probably $10,000 - $20,000? And what did your time cost to rip 1,000 albums? At $5/hour and 10 minutes per album, you spent over $800 just to do the ripping! So why in the world would you want to do it *twice*, just so you can save a little bit of storage?

      Of course, there's also the very real possibility that IHBT... :)

    5. Re:what's the point? by Overzeetop · · Score: 1

      $1 or $1.50 is about right. I think squeezebox will do it for you for about that price.

      What's worse than his comment about high bitrate MP3s is that he's planning on transcoding from lossy to lossy. The artifacts get multiplied each time. Disclaimer: I can't tell the difference with MDR-V6 cans or my e3cs (both are decent, though neither are made with snake oil) above ~200kb, and have been stumped by less than 96kb on certain content with advanced mp4 encoding.

      *shrug* As I've said - rip to FLAC, transcode to whatever you want.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    6. Re:what's the point? by Anonymous Coward · · Score: 0

      Storage is cheap. My computer plays FLAC. In fact, using Linux, a FLAC encoder is much more common than an MP3 encoder because of patent restrictions. Squeezebox streams FLAC to my high end audio equipment. My iAudio x5 portable player decodes FLAC natively. Or I can install Rockbox firmware on an iPod, iRiver, iAudio, or Archos portable which will support FLAC. FLAC is much less likely to introduce audio artifacts. There are a whole bunch of car audio solutions that support FLAC that I'm not fully versed on because I haven't gone there yet. If you're so hard up on a particular format, FLAC can be transcoded to any other format any number of times relatively quickly with no quality loss using a small batch script. Why not use FLAC?

      I know I don't have a reason not to. If you do then don't fucking use it.

    7. Re:what's the point? by Dragoon235 · · Score: 1

      You can't hear the difference at 256kps lossy versus lossless, so why waste you're life converting your already lossess music archive from CD form to harddrive form?

      I agree, for certain styles of music: rock, metal, jazz, anything loud with a simple sound.

      But, you, my friend, have never listened to classical, or opera in lossy format. It stands out like a sore thumb. The crystal sound that comes from many instruments (especially strings and any moderately high/low tones), including voice, becomes what I like to call, "pixelated", and filled with artifacts.
    8. Re:what's the point? by /dev/trash · · Score: 1

      Really?

    9. Re:what's the point? by Anonymous Coward · · Score: 0

      YA RLY {-.-}
                  |)_(|
                  -"-"-

    10. Re:what's the point? by r_jensen11 · · Score: 1

      I encoded my entire CD collect 7 years ago as 320kbps constant MP3. I'm thinking about re-encoding it, because there's no point in having the files that big. 256kbps variable mp3 is would probably still be more than enough.

      Maybe because not everyone uses those $30 speakers that come standard with all Dell computers? I personally rarely use my computer speakers (I have a set of Klipsch 2.1 ProMedia's), but instead have my sound routed to my receiver. No computer speakers can compete with a real stereo.

    11. Re:what's the point? by UnknownSoldier · · Score: 1

      > 1) Hearing artifacts at 256kbps.

      Yup, completely agree. CD stands for Crap Digital after listening to vinyl on horns.

      > Seeing as a 400GB hard drive is going to cost less than $200

      Eh? Where DO you do your shopping??

      I just picked up a SATA3 WD 500 Gig for $140 (US) from Newegg.

      If you're in Canada, NCIX is the newegg of Canada :-)

      Cheers

    12. Re:what's the point? by tmasssey · · Score: 1

      Usually PC Connection. However, I was too lazy to actually punch up the numbers for the reply. I wasn't sure I wasn't being trolled, so I wasn't going to waste more time than I already had.

      As for CD/vinyl: I have a friend of mine that swears by records and his Technics turntables. I'm very happy with CD. I've never had the opportunity to compare same-source material between the two. In any case, the convenience and durability of CD has a lot going for it...

  26. Pioneer PD-F1009 by Anonymous Coward · · Score: 0

    Pioneer PD-F1009

    Or something similar should do the trick. I recall seeing a 500 disk model from one of the home audio manufacturers once.

    It will save you the job of ripping all those tracks and keep your material safe, clean and organised ready for play whenever you like.

    1. Re:Pioneer PD-F1009 by KevinKnSC · · Score: 2, Insightful

      I have an old 400 disc CD changer from Sony, and as cool as the thing was at the time, I haven't used it to listen to music in years. When you can store that much music completely uncompressed on a $150 hard drive, it just doesn't really make sense anymore.

      Not to mention how you can't take it with you, like you can with an MP3 player, etc.

    2. Re:Pioneer PD-F1009 by cruff · · Score: 1

      Indeed, I sold both of my 400 disc changers after I ripped everything to FLAC and use a squeezebox (original version) to listen to it. The advantage is that I can also listen to the entire collection at work without having to lug CDs to/from home.

  27. Conversion question by astrashe · · Score: 1

    Is there any linux software that will convert flacs to mp3s and preserve the tags?

    1. Re:Conversion question by mahonri5 · · Score: 2, Informative

      Oggify was designed to handle flac to mp3 or ogg conversion in bulk, while preserving the tags. I've been happy with it (not that I'm biased or anything), and so have a number of other people. It's open source, free, and in Perl.
      You should try it.

    2. Re:Conversion question by astrashe · · Score: 1

      I will definitely try it -- thanks a lot, that's really helpful.

  28. WTF? (OT) by metamatic · · Score: 1

    I do RAID on Linux all the time, and I've never had problems with kernel versions causing incompatibility, or system flakiness. What kind of RAID are you using?

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    1. Re:WTF? (OT) by turgid · · Score: 1

      Sorry, I work for a dreadful company and it's causing me much bitterness. Please, pay no attention to my rantings.

  29. Judgement? by Threni · · Score: 1

    Dunno what judgement you're on about mate, but MP3 is free for personal use.

    I'd use FLAC - 20,000 tracks isn't really all that much, and storage is only going to get cheaper. Pulling numbers out of my arse gives me 300 meg or so per CD using FLAC, so assuming you've got 10 tracks per CD that's 600 gigs. That'll fit on a couple of hard disks for £150 or so (UKP), although you might want to back up your stuff onto DVD also. Or you might want to find a backup medium which has some chance of being readable in a few years. Assuming you actually bought the CDs the data came from you might be better off hanging onto them and just having the FLAC files on your hard drive. You can play them as-is using VLC or probably get plug ins for Winamp if you like bloat and non-standard interfaces.

    1. Re:Judgement? by pppppppman · · Score: 1

      ... or probably get plug ins for Winamp if you like bloat and non-standard interfaces

      woah calm down there, just because it isn't open source, doesn't meen it's big and nasty.
      WinAMP is the sexy, back on an old machine when Windows Media Player couldn't keep up with playing a high bitrate mp3, winamp completly pwned and played it back perfectly, using bugger all resources. And non-standard interface? You obviously haven't used WinAMP - Z X C V B - Back Play Pause Stop Next. Sure, that might not be the same as... well any other player, but when you see that the graphical buttons are in that same order, you've like, "duh!"
      I listened to my first mp3 with it back in grade 7, and (having tried others) I've never changed. Ignore WinAMP 3 though... we don't like to talk about WinAMP 3. Personally I use classic skins too.
    2. Re:Judgement? by Threni · · Score: 1

      > just because it isn't open source, doesn't meen it's big and nasty.

      No, being big and nasty makes it big and nasty.

      Windows Media Player is even worse. If the choice were just between that and WinAmp then Winamp would win. But that's not the choice.

      > And non-standard interface? You obviously haven't used WinAMP - Z X C V B - Back Play Pause Stop
      > Next. Sure, that might not be the same as... well any other player,

      Exactly. Whereas VLC is a standard windows app with menus, keyboard short-cuts etc.

    3. Re:Judgement? by pppppppman · · Score: 1

      Entire WinAMP directory (latest v5.33, downloaded today actually) comes to a whopping 5 MB. Running, winamp consumes 8.5MB RAM.
      Entire VLC directory (latest, v0.8.6a) comes up to 30.5MB. Running, uses 7.4MB RAM.

      So, Winamp is much smaller on disk, but uses ~1 meg more RAM.
      VLC does hoever come with every codec under the sun, but Winamp is still technically smaller, and for a more particular purpose (music/audio, not really video).

      </objectivity>

      VLC pwns at video. Winamp pwns at music.
      Winamp sucks at video (I blame being based solely on windows video codecs). VLC sucks at music (from a usability perspective).

      Winamp has menus and shortcuts. The shortcuts are very very nice. I used my wireless keyboard in another room to my computer and could turn on/off shuffle (S), skip between songs (Z/B), find specific songs (J, type song title/artist words, enter), etc. You'll hear similar being said about shortcuts in vi, sure, it's not the same as the standard (Ctrl+O, Ctrl+S or Click file, click save, click ok, click... etc) but, after a little time they make more sense then the "standard" (that being said I'm a bit of a tard at vi).
      VLC is standard. People that used windows 3.1 should be able to use VLC. That being said, that's not particularly super for me. For video, you can't go past VLC.
      C'mon, just play around with Winamp, I know you want to...

  30. EAC & Hydrogen Audio Forums by yoth · · Score: 0

    You should really look at http://www.hydrogeaudio.org/ to answer tons of questions. I personally am using EAC with a React add-in that allows me to rip to FLAC and AAC at the same time. Tags and organizes in folders all at the same time. The nice thing about EAC (or Exact Audio Copy) is that you know you are getting an excellent rip without listening through your hundreds or thousands of tracks for quality control.

  31. wav? by VoiceOfRaisin · · Score: 1

    ive always wondered why people dont just use drive/folder compression and keep them as raw wav files? no special codecs needed. no converting. its just there in its original form, and im sure the compressed size must be similar? anyone do this?

    1. Re:wav? by pipatron · · Score: 1

      No, because lossless compressing of audio, video, executables and text files require different compression algorithms if you want a decent compression ratio.

      --
      c++; /* this makes c bigger but returns the old value */
    2. Re:wav? by that+this+is+not+und · · Score: 1

      Well, you may be right, but it all depends on what a 'decent compression ratio' is in this era where storage is so cheap. I figure that saving them as .WAV files is tremendously non-lossy and has a 'decent compression ratio' considering the cost of storage media these days. Your opinion may vary.

      But in my opinion 'lossless' means that it can be decompressed to a bit-by-bit identical copy of the original WAV file.

    3. Re:wav? by 42forty-two42 · · Score: 1

      Compression algorithms designed around block repetition and relative frequency of occurrence of particular byte values don't typically work too well with audio files - when you've got a waveform, you'll have jitter that wrecks any exact repetition of data, and since it's basically going back and forth, you won't see much difference between how often 0x10 and 0x40 occur. Audio lossless compression takes advantage of the specific properties of audio - for example, FLAC does things like taking a linear prediction of the waveform over a small space, then recording the differences between its prediction and the actual value, in a form which optimizes for numbers close to zero.

    4. Re:wav? by Anonymous Coward · · Score: 0

      I figure that saving them as .WAV files is tremendously non-lossy... Is it less lossy than other lossless formats?

      But in my opinion 'lossless' means that it can be decompressed to a bit-by-bit identical copy of the original WAV file. That is actually the only definition of lossless.
    5. Re:wav? by that+this+is+not+und · · Score: 1

      Is it less lossy than other lossless formats?

      The question should be: "Is there any point in not just saving .WAV files?"

      Oh, and I am not beholden to the .WAV file format. There are plenty of other non-lossy encoding methods. It becomes a matter of deciding what 'common defacto format' is most appropriate. It's the 'doze monopoly that makes .WAV attractive. The .AU file format also has merit, etc. etc. It is all just huge tables of 16 bit data points, where 'Digital' comes to play, and it is completely deterministic if we're gonna consider said tables of data 'the actual performance' and not dig deeper to master tapes, original mixes, etc.

      It's actually sad that there is so much obsessing over particular discrete recorded sound patterns. There used to be a lot more interest, culturally, in 'open source' forms of music like printed sheet music, when every home had a piano or a guitar in it. What are people trying to 'preserve' here? It's almost like a bunch of obsessives who've decided to collect swatches of wallpaper: "How can we best preserve our swatches of wallpaper from fading, mildew, etc.) Shouldn't we be out singing somewhere or playing the drums instead?

  32. FLAC, but consider ALAC by HeelToe · · Score: 1

    I'm using flac for our entire library. However, I'm at the point of seriously considering a switch to ALAC. I use some custom scripts for ripping the tracks on OS X, tagging them with audiotag (http://www.tempestgames.com/ryan/), and then some mirroring scripts that check filestamps and output a mirror of a selected portion of the flac tree in a lossy format.

    I'm possibly switching to ALAC because iTunes will play it back natively, and I can use it under FrontRow in a Mac OS X media center frontend. The only reason I haven't switched is because I'm currently combining aacgain and the open source alac decoder to create alacgain. Once I've tested that iTunes actually obeys gain tags on ALAC, I'll move ahead with development.

    1. Re:FLAC, but consider ALAC by Anonymous Coward · · Score: 1, Insightful

      ALAC only makes sense if you use Mac OS X and have absolutely no intent to move to another platform basically for the duration you intend to keep your music files. For everyone else, use FLAC. More devices support it natively, and more applications on more operating systems support it. It's also open and will be around for a long time to come. (Yes, iPod will only support FLAC with Rockbox.)

    2. Re:FLAC, but consider ALAC by HeelToe · · Score: 1

      Yeah, agreed.

      I wouldn't be personally considering the decision if I couldn't easily migrate off of ALAC. Given the open source decoder and open source AtomicParsley tagging utility, I could very quickly write a perl script that would migrate me away from ALAC and back to FLAC. That way there is no ultimate platform lock-in for Mac OS X because of my music collection. It would only be a point to consider in terms of momentum required to get off the platform. If I were making a switch for other reasons, it wouldn't be a prime consideration to me anyway.

    3. Re:FLAC, but consider ALAC by Anonymous Coward · · Score: 0

      Agreed,

      There is an open source ALAC decoder available (http://craz.net/programs/itunes/alac.html) (who does a bunch of other interesting stuff - http://craz.net/

      I think he also has an open source ALAC encoder made, but I think it was sold for commercial purposes. Contact him to find out the details.

  33. Lossless? by cpct0 · · Score: 1

    I will go with the flow and say Flac is the most used open source format for lossless. However I will digress from the flow and say most MP3 players don't support Flac. Since the widely used iPod is really here to stay, I have to say Apple Lossless is a good solution. No the compression is not as good, but it's more convenient, like it or not. And the compression not being as good doesn't mean there's a difference in output quality, it's lossless or it's not? :) So the super file format for losslessness should be on what is convenient to you, not what takes more or less room. If your players support lossless in Flac, then go ahead. Just pick what you want.

    After having ripped most of my collection in Lossless, I however can safely say one grow tired of it. Some materials, you want in lossless, but I do not think it's practical to have everything in lossless. I got a lot of ripped CDs and a lot of ripped vinyls. I start by doing them in lossless, I archive them 10-15 CDs in one DVD in lossless (no not in the best Flac compression, something that compresses quickly please, as long as it's smaller than raw), then I switch the heck out to some other format (Mp4 vbr 128+) for me, Ogg if you want to go other ways, again what suits your particular players)

    To rip CDs, please no normalization. Please. No volume change whatsoever, no "post-processing" of any sorts. Once you convert from lossless to your other format, you can then decide to apply some or not, at your leisure. But I see little point in using lossless format to change the volume of your tracks. And please use some software that correctly checks your rip. Exact Audio Copy for Windows is a good choice, and say you are not afraid of waiting. If there were errors, clean up your CD then try again. If your CD doesn't support basic functionality to properly rip with your software, consider buying a new CD player that supports everything. The worst thing I couldn't hate more are clicks and ticks (or worse, garbage fits).

    For Vinyls, I clean up the vinyl as best as I can with demineralized water and cotton cloth, then I record it at its proper speed (or else you will not get the same frequency response) at -6db peak volume, make it go through a de-popper (very lightly, more you remove, worst it sounds), make it go through a de-noise algorithm (using the ending groove for my 500ms sample of noise, as it's usually quite clean, again very lightly, like a -3db reduction, or else it makes everything sounds electronic), I remove the DC (there's one with your equipment unless it's gigantically pro), remove 50Hz frequencies at -6db (depending on the frequency response of your cartridge and equipment, my Grado limits at 50Hz) and maximize the volume with a different volume for every side of the vinyl (as every side is engraved differently at usually different volumes), just enough to get some limiting on maximum a peak per 2 minutes.

    I guess that basically covers my processes and what I would do (and don't do) for a collection.

    1. Re:Lossless? by Anonymous Coward · · Score: 0

      iPods have support for FLAC via rockbox firmware. I do agree that normalizing or altering the gain defeats the purpose of ripping to a lossless format. Conversely it's required for portables, they usually lack the gain for albums with RMS down at -18db (early CDs) and compression artifacts sound (W: sarcasm) better when the dynamic range is completely removed and everything has been normaled to 0db.

    2. Re:Lossless? by Anonymous Coward · · Score: 0

      To rip CDs, please no normalization. Please. No volume change whatsoever, no "post-processing" of any sorts.

      Thank you. I'm glad somebody mentioned this. Something that bugs the hell out of me is people that normalize each track from an album during ripping. Nearly all CDs are mastered to be one cohesive unit. Some tracks are supposed to be quieter than others. Normalizing each track removes that unity. If any normalizing is done at all, it should be the same across the whole album.

    3. Re:Lossless? by Fweeky · · Score: 1

      Of course if you're using Rockbox, you can just use ReplayGain, which is supported by pretty much any format imaginable. Nicer than either normalizing the raw data or constantly reaching for the volume control. Of course, Apple have something like this too, though as always they decided to forgo the whole "use an established standard" thing and do their own inferior version which only they support.

    4. Re:Lossless? by cpct0 · · Score: 1

      Amen :)

      Some of my friends haven't understood that. I go to their homes, listen to a mixed tracks CD and the volume is all out of the place. Also what I hate about normalization is a single event near clipping (like a badly ripped CD - see my previous rant in parent) will make ONE track sound very thin and everything else horribly loud.

      Anyways, like I said, one can have fun with volume AFTER they have safely secured their original version on a DVD.

    5. Re:Lossless? by Petrushka · · Score: 1

      Audiograbber has a nice feature that allows you to normalise a batch of files as though they were a single file. I like this feature very much and use it frequently. Windows-only, though.

      For curiosity, I'd like to know what sample rate is "good enough" for digitising vinyl. How does 96 KHz do? the higher the better, obviously, but at some point there's going to have to be a trade-off between file size and sample rate.

  34. Re:flac by Anonymous Coward · · Score: 0

    The thing about dbPowerAmp is that the free version does not do the "secure ripping" for which the software is so revered. The real question is, how well does the FREE version of dbPowerAmp rip compared to EAC?

  35. CD is already lossy by ljw1004 · · Score: 1

    CD is already lossy. It truncates the audio to just 44khz 8bit stereo.

    1. Re:CD is already lossy by Anonymous Coward · · Score: 0

      16bit.

  36. Disk Image by amper · · Score: 1

    I'm not sure if this is the best thing to do, but I decided to just make disk images of my CD's, and store them on an external HDD. Then I use iTunes to rip them to 192Kbps AAC format for my iPods. I figured out that I could fit about 400 CDs, more or less, along with the ripped files, on a 250GB drive.

    The disk image files themselves are made with Roxio Toast in Digidesign's Sound Designer II format. Yes, it's proprietary software and a proprietary format, but the likelihood that this format will be readable for a long time to come is high. And if it isn't, I can always remount the images and convert to another format.

    I'm pretty sure that when I originally started doing this, I tried it with Apple Disk Utility, and had unsatisfactory results (though of course, I can't remember why).

    I think it's important to get an image of the CDs as they actually shipped. If someone an suggest a more open method of doing the same thing, I'd appreciate it. The only reason I'm doing it this way is because it was easy for me to get started. I got to about 150 or so CDs, starting with my newest albums, before I realized that most of the rest of the older stuff I didn't care so much about, anyway. My CD collection isn't very large as it is, so I'm not especially worried.

    I don't ditch the CDs. I do this so they can be stored and I don't have to handle them so they won't get damaged. Now if only I could do this as easily with DVDs!

    1. Re:Disk Image by mixmasta · · Score: 1

      You can. See search for dvd decrypter ... if you feel like removing all the crap from the disk, dvd shrink it is.

      --
      #6495ED - cornflower blue
    2. Re:Disk Image by level_headed_midwest · · Score: 1

      There is a more open way of imaging CDs. For this, I assume that the CD-ROM drive is IDE channel 1 master. You'll either need a UNIX-type machine or "dd" from the UNIX Utilities for Windows on Sourceforge.net.

      1. Insert CD to be imaged into the CD drive.
      2. Type in dd if=/dev/hda of=/home/yourname/name_of_cd.iso
      3. Move the .iso from your home folder to whatever subdirectory you want.

      To read the image on a UNIX machine:

      mkdir /mount
      mount -t iso9660 /home/yourname/name_of_cd.iso /mount

      and then the contents of the CD will be visible at /mount. If you want to rip it, point the CD ripping app at /mount.

      If you have a Windows machine, I believe there is a Windows Power Toy that will allow you to mount .iso images and then you can point your CD ripper at the mount point.

      --
      Just "gittin-r-done," day after day.
    3. Re:Disk Image by that+this+is+not+und · · Score: 1

      The only difficulty with your comment is where you typed 'UNIX' and then used Linux conventions for devtypes and format in the mount command.

      Now, I am being a little pedantic, but usage on my equipment, which runs NetBSD, seems to be exactly the same nomenclature as used on SunOS and various other OSes that are actually licenced legal versions of UNIX, whereas yours appears to be Linux specific.

      So in the future, type 'Linux' instead of UNIX unless you have carefully checked for the distinction.

      Also, is the loopback device now automagically accepted in Linux? Because your mount command uses loopback and back when I used to run Linux you had to include a loopback switch in your mount command.

      Carry on.

    4. Re:Disk Image by level_headed_midwest · · Score: 1

      D'oh...you got me. It should read:

      "mount -o loop -t iso9660 /path/to/image.iso /mount/point"

      Thanks for the correction. I'd briefly used other kinds of UNIX machines and almost all of the commands I'd used were identical to Linux, so I though this would be to.I guess not.

      --
      Just "gittin-r-done," day after day.
  37. Anal Retentive MP3 by notanatheist · · Score: 1

    FLAC should be your first choice but if you go mp3 I prefer LAME using VBR @ 'q 0'. Average bitrate on my library is between 240 and 280Kbps. Playing through my Squeezeboxes on any system from low to high I can NOT tell a difference. I have even tested a variety of interconnects including making my own. Of course you still need to downsample for most portable. Decoding high bitrate VBR files will suck your battery dry.

  38. Correction, 16 bits per channel by Anonymous Coward · · Score: 0

    44KHz, 16 bits per channel, not 8 bits. And the term "lossy" would depend on the input data; if your input source is 44KHz, 16 bits per channel, 2 channels, CD will store it with no loss.

    1. Re:Correction, 16 bits per channel by Anonymous Coward · · Score: 0

      >> CD is already lossy. It truncates the audio to just 44khz 8bit stereo.

      > 44KHz, 16 bits per channel, not 8 bits. And the term "lossy" would depend on the input data; if your input source is 44KHz, 16 bits per channel, 2 channels, CD will store it with no loss.

      Both incorrect-- the term "lossy" applies to compression, it means you don't get the exact original back when you compress.

      Sampling is a form of encoding, which can vary in fidelity, but CD is quite high fidelity compared to most formats that went before it. No, it's not perfect, but I would hardly describe it as low-fidelity. You may "lose" some information by recording to CD, but that has nothing to do with compression. Non-sequtur.

  39. No, really. Why not wav? by corysama · · Score: 1

    FLAC is great and all, but you only save about 30%. That's a significant help, but it's not a killer feature in my opinion. Uncompressed WAV format (RIFF storing PCM) has one significant advantage: it is such a trivially simple file format that any junior programmer can write a parser for it in an afternoon. fread(), a pointer cast, a linked list traversal and there's the bits. You don't need any libraries other than standard file I/O. That makes future support and migration a zero-risk proposition.

    A nice feature of audio is that our requirements are scaling much slower than our tech. It takes about 100K to store one second of one channel of 16 bit, 48 Khz uncompressed audio. People will always argue about how many channels they need or if 96Khz is actually any better, but we aren't going to see real demand for 10X storage/bandwidth requirements for audio in the foreseeable future. Meanwhile storage and bandwidth are going to continue to get cheaper by factors of 10.

    I expect FLAC to go the way of Stacker. It's a great tech that helps bridge the gap between the time when it was just too expensive to store so much data and the near future when it will be so cheap that it doesn't make sense to bother compressing it. I loved Stacker back when I had my first (5 gig) hard drive. Now that I'm pushing a terabyte, it would be silly to put up with the risks and the hassle of drive compression.

  40. Why Compress? by pz · · Score: 1

    Disk space is ridiculously inexpensive these days -- a good 500 GB hard drive will set you back under USD 140 when on sale. You didn't specify how large your collection is in terms of uncompressed space, but let's say 20,000 tracks represents about 1,300 albums on CD (15 tracks per CD). That's about 800 GB (600 MB per CD). Four 500 GB drives (two for data, two for backup ... you *were* going to have an on-line backup, right?) and you're set.

    As other replies on this thread have observed, lossless compression recovers about 30%. Is your time and worry converting to a lossless format worthwhile? Tagging, yes, but compression for your reference collection? To me, the answer isn't clear, and as disk prices continue to plummet, the answer will sometime soon become, "don't bother compressing."

    --

    Put my fist through my alarm clock with its ding-dong death inside my ear. - The Blackjacks.
  41. definitely flac by disturbedite · · Score: 1

    flac all the way buddy. it more than meets your criteria. and its open source. can't get any better imho.

    --
    http://www.ronpaul2008.com/ Ron Paul for President 2008 http://www.infowars.com/
  42. Re:Lossless? - vinyl rip by cpct0 · · Score: 1

    It depends if it's worth it or not. It also depends on your equipment.

    Look at the specifications of your cartridge, if it's 20Hz-50KHz for example, double that to be conservative. Remember analog is discrete, 50KHz means you can get a pure 49.999KHz sound. Digital is quantized, 50KHz would mean you can get a pure 50KHz, then a pure 25KHz, pure 16.67KHz, and so on. To get a proper recording, and get proper quantization, 2x or 4x the maximum is adequate, I would go to 96KHz. Or if you have the equipment, try 192KHz.

    End result would be 16 bits probably, so if you record everything at -6db and have equipment that do true 24 bits (like Motu Traveler, again, look at specs and graphs to know if your equipment is true to what it advertises in your recording software), once you will normalize or limit the volume to full range, it will give 20-22 bits of true bits, hence reducing at 16 bits will only give you quality, not approximations. But that's later.

    Then, post-process. Add your filters (again: less is better, no filters if not required, or else it sounds electronic and that's the worst thing you want to do). And finally, convert in the end-result (44KHz/16bits for CD, 48KHz/24bits for computer-based, 96KHz/24bits for DVD, 192KHz/24bits for DVD-audio if you got it), using the best dithering (not the strongest, the best) and even slight noise shaping, algorithm that's almost done for vinyls.

    As far as records go, 80's and early 90's digital is the worse. Some 50KHz (no not 44 or 48, I mean the original 50KHz equipment) were decent, but most had no dithering, and very bad end-result quality, a lot of high frequency ringing and harshness. I would take less quality to these. 44KHz would be enough for these, no matter. Analogic records, I'd go to 96KHz for personal use, and for true archiving I'd go at 192KHz 32bits float, but that's for pro job and for that, there'd be a tape instead of record. Pre-50's, I'd revert to 96KHz. 78RPMs, I'd revert to 44KHz.

  43. no point using linux by farken · · Score: 1

    I assume the whole point of this is to be able to create _exact_ copies of your CD's? Well, this isn't possible on linux AFAIK.

    To see why, try this:

    1. Rip a CD to flac
    2. Create a CD from the flac files
    3. Rip the burnt CD again

    Note there are differences between the 2 ripped files. If the process was truly *lossless*, the 2 rips should be the same. Yes?

    I believe it is only possible to have the same rip twice under windows using EAC.

    1. Re:no point using linux by mvdwege · · Score: 1

      Bullshit.

      If there are no incorrectable errors on your CD media, cdparanoia followed by FLAC compression will give you an exact copy of the CD.

      Mart
      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
    2. Re:no point using linux by Anonymous+Drunkard · · Score: 2, Informative

      I believe it is only possible to have the same rip twice under windows using EAC.


      Please read the documentation for EAC. You may be surprised to find that EAC was written because the author wanted a Windows port for the Linux program 'cdparanoia'. EAC's entire goal is to mimic the pre-existing Linux program 'cdparanoia' in its bit-for-bit redundant checking and matching.



      There are decent frontends for cdparanoia if you don't want to run it via command line. GRip happens to be excellent. But please check what you are saying before you say it; few things are more annoying than having someone announce "Oh you can't do X in Linux, you can only use Windows program Y" when, in fact, Windows program Y was developed to give Windows users the chance to use a superior program that was already established in Linux.

  44. Hey OP! by Anonymous Coward · · Score: 0

    I do the exact thing you're describing. I rip to WAV with Exact Audio Copy, compress to FLAC (with highest compression level), convert the FLACs to OGG to keep on hard drive for listening, and burn the FLACs to archival DVDs. I use Taiyo Yuden DVD+R and burn them at half their rated speed (plus some other anal-retentive habits I've picked up through trial and error), then test their quality with Nero CD-DVD Speed. I burn the DVDs with sequential labels (music-01, music-02, etc.), and after burning a DVD, I keep a catalog of its contents. How? "dir /s >music-01.txt". Couldn't be easier.

  45. Sounds like the star of your solution is your SW by sys_mast · · Score: 1

    To me it seems like the great features of your setup is your softare, of course made possible by FLAC. Now if you wrote some software that handels this, as you sort of implied, hey great you ROCK!!! Can you share it? or does it belong to your employeer if you did it at work?? Or is it software anyone can get open source or closed? Of course I am talking about the part where you use unique ID's to "create a Artist/Album/Track hierachy which again can be changed at at time fairly trivially" Trivially being the key word.

    --
    Those who can, do.
  46. The answer is: It doesn't matter! It's Lossless! by Dr.+Spork · · Score: 1
    I'm sorry if I think this Ask Slashdot question is dumb. There is no way to make a wrong choice! Suppose you pick something random and obscure like Apple's lossless codec, and later find yourself regretting it. With less than 10 clicks, you can recode all your files the yet-unreleased verion of FLAC, APE, or whatever other lossless codec better suits your needs. And you can repeat this as many times as you like! Because the files are lossless, you will never lose any quality. In fact, this is to me the most beautiful thing about lossless music. The fight for the best lossless codec will be volatile, because it's so easy to abandon one method in favor of another.

    Right now I standardized on Monkey's Audio, I love how it works. But if the next version of FLAC outperforms APE in terms of size, required power and ease of use, I will just fire up my dbPower Music Converter and batch-convert the APEs. I could have done the same from any codec to any codec. This is why the question sounds to me like "Should I put my computer on my desk or under it?" to which the answer is: Pick a place, and if you don't like it, move it! Don't bother to Ask Slashdot about it!

  47. Transcoding convenience has been the issue for me by Fross · · Score: 1

    I've been wanting to do this for a while too. I'm in the same situation with about 10 gigs of MP3s (r3mix or preset extreme) I have about 2,000 CDs I want to (re-)encode, and only want to do it once.

    My ideal setup would be:
    Have a bunch of lossless files on a portable harddrive
    Have a portable media player that can play high-quality lossy files
    Have an "update" process, that when I move music to the portable media player, automatically encodes it to the lossy system, so I can fit more onto it, but keep the lossless files on the harddrive for reference.

    now, iTunes seemed to do that for me, with Apple Lossless/AAC, and from what I've read (I've not tried it out), it seemed to have a transcoding setting as above too. What I'd like to know is, confirmation of whether it does or not, and whether any other solutions have the ease-of-use and convenience of doing the lot automagically when I want. When I want to sync my music, I want to drag a bunch of files and have it know i want it to change it from lossless to lossy, and not have to fiddle with shell scripts or anything else like that. I'm all for low-maintenance solutions.

    And hi to any PJB-100 users out there, I'm finally outgrowing mine and going for a player smaller than a brick :)

  48. Re:Lossless? - vinyl rip by Petrushka · · Score: 1

    Thanks for that, very informative. I've got a friend who wants to back up a rather large vinyl collection and he'll find this most helpful.

  49. the q switch by Anonymous Coward · · Score: 0

    The q switch hasn't worked since at least version 3.96.1 of L.A.M.E. An explanation I heard from one of the developers is that it used to control the termination of some loop, but that loop is no longer used, to paraphrase from my marijuana riddled memory =D The -V X switch will turn on the appropriate things with no need for other switches, other than the recommened(by consensus on hydrogenaudio.org) --vbr-new switch, which invokes the new VBR algorithm and is alleged to be of higher quality. Now before you freak out and re-encode your mp3 collection(a benefit of using FLAC), its not like its some earth shattering improvement. I recommend FLAC + EAC + foobar2k if you are using windows.

  50. Use Flac & don't worry about re-ripping by Xenna · · Score: 1

    Flac is great because of the license, freely available tools and because my digital audio players ( 4 SqueezeBox network players at home and an iRiver H140 with rockbox on the road) support it natively. Tag support is included.

    The great thing about any lossless format (as long as you have the uncompression tool) is that you may at any time choose to convert to any other format without loss. I regularly convert Monkey audio downloads to Flac without loss.

    That's the real problem with MP3 library's you can never move to a different format without losing extra quality (unless you move to a lossless format which is - of course - totally pointless).

    Many people maintain a separate mp3 tree, which they can use on any portable players where sound quality is not that important. Tools exist to automate this:

    http://forums.slimdevices.com/archive/index.php/t- 14697.html

    X.