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.
+ Reply to Thread
Results 1 to 11 of 11
-
-
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.
-
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.Originally Posted by Nitro89
-
kb alone does not determine quality.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
The file gets smaller size. Bitrate here is file size divided by playback time. Playback time remains the same, so...Originally Posted by Nitro89
-
so as result of conversion, bitrate is sacrificed for file size?
-
Here is some uncompressed data, 100 zeros:
Here's the data compressed with my simple plain english lossless encoder:Code:00000000000000000000 00000000000000000000 00000000000000000000 00000000000000000000 00000000000000000000
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:repeat 0 100 times
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?Code:00000000000000000000 00000000000000000000 00000000000000000000 00000000000000000000 00000000000000000000
-
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? -
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.Originally Posted by Nitro89
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.
Similar Threads
-
Converting ALAC to FLAC
By Nitro89 in forum AudioReplies: 4Last Post: 11th Mar 2011, 16:34 -
flac to mp3
By angryassdrummer in forum AudioReplies: 4Last Post: 7th Mar 2011, 02:48 -
M4A (or ALAC??) to MP3
By Lastman369 in forum AudioReplies: 4Last Post: 24th Mar 2010, 12:44 -
H264 Mov + ALAC -> DVD?
By maestro in forum AudioReplies: 5Last Post: 19th Apr 2008, 12:24 -
FLAC, should i use this?
By SE14man in forum Newbie / General discussionsReplies: 23Last Post: 7th Aug 2007, 10:17




Quote