Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: why the difference in bitrate? (Read 6903 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

why the difference in bitrate?

hey guys, I was comparing the results of files extracted with EAC vs. CDex earlier, and I noticed that while the process using EAC took much longer, the end bitrates of almost every track were 8kbps less than the exact same tracks extracted with CDex.  for instance-

01 - Nothing Is Sound.flac
using EAC, bitrate = 1065kbps
using CDex, bitrate = 1073kbps
02 - Stars.flac
using EAC, bitrate = 1062kbps
using CDex, bitrate = 1071kbps

and so on...

what I can't figure out is why there is that big of a difference between the bitrates when I thought I was using the exact same compression setting with both programs... if someone could explain the difference or suggest a new parameter string for me to use with CDex to achieve the same bitrate results as EAC, I'd appreciate it (only because using EAC takes much more time than I have to work with).

if it helps, here are my parameter strings-
EAC-
Code: [Select]
-T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" -8 %s

CDex-
Code: [Select]
-8 -V -A tukey(0,5) -o %2 -T "artist=%a" -T "title=%t" -T "album=%b" -T "date=%y" -T "tracknumber=%tn" -T "genre=%g" -


thanks in advance for the help!
Archive- FLAC (-v 8)
Portable- QuickTime AAC (True VBR/-q 77)

why the difference in bitrate?

Reply #1
The difference is the "-A tukey(0,5)" command. 

Also, there really isn't any reason why EAC needs take so much longer than CDex.  Perhaps you're using secure mode with cache flushing enabled?  That'd certainly slow down EAC relative to CDex.

why the difference in bitrate?

Reply #2
The difference is the "-A tukey(0,5)" command. 

Also, there really isn't any reason why EAC needs take so much longer than CDex.  Perhaps you're using secure mode with cache flushing enabled?  That'd certainly slow down EAC relative to CDex.

ya, I went ahead and switched it over to the standard mode ("jitter-correction" mode) and it seems to be working much faster... I guess there really isn't much point in using error correction if I can see that the disc is clear of any major scratches, but I have a couple scratched discs I might compare extraction results of, just to see how different the sound quality is.  anyways, thanks for the help!
Archive- FLAC (-v 8)
Portable- QuickTime AAC (True VBR/-q 77)

why the difference in bitrate?

Reply #3
I guess there really isn't much point in using error correction if I can see that the disc is clear of any major scratches
Extracting audio is a funny thing.  I've seen odd issues with pristine discs, so you never know.  In any event, you should really enable AccurateRip if you haven't already.  It is your friend.

 

why the difference in bitrate?

Reply #4
I guess there really isn't much point in using error correction if I can see that the disc is clear of any major scratches
Extracting audio is a funny thing.  I've seen odd issues with pristine discs, so you never know.  In any event, you should really enable AccurateRip if you haven't already.  It is your friend.

well, I'll assume AccurateRip is to EAC as "Paranoia, Full" mode is to CDex (obviously with EAC's version typically yielding better error correction results), and I've been using Paranoia for some time now, but I read somewhere that using it could damage my CD drive?  granted, my laptop is under warranty, but I'd still like to use the optimum settings without inadvertently causing damage to my computer in the process. 

---

on a side note, I just tried using CDex and none of the suggested parameter strings on here work (including the one that I listed above)... for some reason it rips the WAV to the hard drive and then skips to the next track without sending the WAV to the encoder.  any idea why?
Archive- FLAC (-v 8)
Portable- QuickTime AAC (True VBR/-q 77)

why the difference in bitrate?

Reply #5
EAC's Secure mode reads the CD at least twice and can involve shuttling the read-head back and forward numerous times. Test and Copy in non-secure can rip twice without the shuttling and still be secure when the CRCs match.

AccurateRip in EAC or dBpowerAmp will compare your rip against other people's rips of the same CD pressing and report a confidence rating (number of matching rips found). It should safeguard against that fairly rare error that gives rips with the same false bit sequence twice in succession.

It also allows you to use any non-secure mode like Burst Mode with confidence that if your rip is reported as accurate with sufficient matches (say 2 or more) then it will be fine. If it's 1 or fewer (or if errors are reported by EAC), then you should probably make a note of the CRC reported in non-secure mode (and/or the AccurateRip CRC) then re-rip in Secure mode to be more sure of accuracy.

A single read, like Burst Mode will probably put the least stress on the components, and if it's verified against numerous other rips by AccurateRip it should give you greater confidence than Secure mode without AccurateRip would alone. It's also very likely to be a good deal faster.

AccurateRip does require correct Read Offset setting but will probably be better than EAC alone at confirming the offset (i.e. wider selection of discs to verify it).
Dynamic – the artist formerly known as DickD

why the difference in bitrate?

Reply #6

I guess there really isn't much point in using error correction if I can see that the disc is clear of any major scratches
Extracting audio is a funny thing.  I've seen odd issues with pristine discs, so you never know.  In any event, you should really enable AccurateRip if you haven't already.  It is your friend.

well, I'll assume AccurateRip is to EAC as "Paranoia, Full" mode is to CDex (obviously with EAC's version typically yielding better error correction results), and I've been using Paranoia for some time now, but I read somewhere that using it could damage my CD drive?


Actually, AccurateRip will save your drive from wear and tear. 

AccurateRip is not a ripping strategy (like "secure" or "paranoia" modes) at all.  Instead it is a online registry of computational hashes of ripped audio data.  If you rip in burst mode *and* you get an AccurateRip match of 2 or higher, then there's probably no point in reading any of the track's data more than once.  You end up with faster rips and less wear and tear on the disc and drive.  Winning all around.

-brendan