VideoHelp Forum
+ Reply to Thread
Results 1 to 11 of 11
Thread
  1. Member
    Join Date
    Jun 2007
    Location
    United Kingdom
    Search Comp PM
    hello, I know both these formats are lossless, however, I ripped a song from my CD in ALAC and FLAC, when analyzing the file using Mediainfo, the ALAC file had 1075kbps where as the FLAC file had 1066kbps. Whats the deal here, I thought lossless meant no loss of quality seeing as a WAV file has 1411.2kbps.
    Quote Quote  
  2. Member
    Join Date
    Jul 2009
    Location
    Spain
    Search Comp PM
    All this means is that FLAC has slightly more efficient compression than ALAC, squeezing the same information into a smaller space. In both cases, the compression is lossless, meaning that the original WAV data can be recovered exactly, so no loss of quality.
    Quote Quote  
  3. Member
    Join Date
    Jun 2007
    Location
    United Kingdom
    Search Comp PM
    but I don't get it, if the file is converted and you get a new bitrate, doesn't that mean the file has lost some quality?
    Quote Quote  
  4. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by Nitro89
    but I don't get it, if the file is converted and you get a new bitrate, doesn't that mean the file has lost some quality?
    No, it doesn't. Same as with zip and rar archives.
    Quote Quote  
  5. Member
    Join Date
    Jun 2007
    Location
    United Kingdom
    Search Comp PM
    then why does the bitrate come out different then?
    Quote Quote  
  6. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    kb alone does not determine quality.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  7. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by Nitro89
    then why does the bitrate come out different then?
    The file gets smaller size. Bitrate here is file size divided by playback time. Playback time remains the same, so...
    Quote Quote  
  8. Member
    Join Date
    Jun 2007
    Location
    United Kingdom
    Search Comp PM
    so as result of conversion, bitrate is sacrificed for file size?
    Quote Quote  
  9. Here is some uncompressed data, 100 zeros:

    Code:
    00000000000000000000 
    00000000000000000000 
    00000000000000000000 
    00000000000000000000 
    00000000000000000000
    Here's the data compressed with my simple plain english lossless encoder:

    Code:
    repeat 0 100 times
    My lossless compression scheme reduced 100 bytes down to 18 bytes. So the compressed bitrate is about 1/5 of the source. Now follow the instructions in the compressed version:

    Code:
    00000000000000000000 
    00000000000000000000 
    00000000000000000000 
    00000000000000000000 
    00000000000000000000
    The final result is exactly the same as the original data. MediaInfo is reporting the bitrate of the compressed version of the audio. But after decompression the data is exactly the same as the source. Now do you understand?
    Quote Quote  
  10. Member
    Join Date
    Jun 2007
    Location
    United Kingdom
    Search Comp PM
    yes thank you, I just thought that the rule above only applies to the file size, not the bit rate.

    Also, when the file is read, does it get uncompressed to read the WAV underneath?
    Quote Quote  
  11. Originally Posted by Nitro89
    Also, when the file is read, does it get uncompressed to read the WAV underneath?
    Yes. The codec decompresses the audio and gives that decompressed data to the sound card to play. So the sound card gets exactly the same data it would have gotten if the file had not been compressed.

    Lossy codecs (like MP3) throw away some of the original data in order to get higher compression ratios (lower bitrates in the compressed file). When the data is decompressed it's not exactly the same as the original data.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!