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: Need help setting up CUETools (Read 2858 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Need help setting up CUETools

Hello, tell me, please, I studied all the settings that are described on the program's website and almost everything is clear to me, but I did not find answers to some questions.

I have attached pictures.

1. Formats - Decoder -> what should I choose? Lossless encoder I choose libFLAC.
2. Encoders - libFLAC -> there are settings (Verify and MD5) they can change the values. What are they for and what is better to choose?
3. There are additional settings (Extra) on the main page. What are they needed for? Please explain how to use them and what values should be.

Thank you very much for any help.

Re: Need help setting up CUETools

Reply #1
Are you having an issue with the default settings?


3. This section is used to add missing information to properly identify the rip for verification with the AccurateRip Database. You can also adjust the offset (again for verification with the AccurateRip Database). These should all be zero for normal use.
korth

Re: Need help setting up CUETools

Reply #2
Thanks for your reply.

I want to do everything right and I did not find information on my questions. The site has a lot of useful information, where you can find answers to most questions.

On the third question, everything is clear to me, the values ​​with the correct outcome of the file should be equal to zero. I need to find information on how to manage these settings if something goes wrong.

For the first two questions, I did not find information.

I found the difference between libFLAC and cuetools.

1. Formats - Decoder -> cuetools is installed by default, but libFLAC can also be selected. For decoding, it probably does not matter which of these items is set and you can leave the default cuetools.

Do encoder have libFLAC or cuetools? What are you using?


2. Encoders - libFLAC -> there are settings (Verify and MD5) they can change the values. What are they for and what is better to choose?

Both libFLAC and cuetools have parameters in the Encoders settings that can be changed. Verify, MD5, Allow Non-subset.

What do they mean?

Re: Need help setting up CUETools

Reply #3
There's a lot of information here also both in this board and the FLAC board. It is preferred that new members search first as their questions may have already been answered.

There have been a few recent issues reported with libFLAC on 32-bit systems in CUETools and CUERipper. They are being addressed but if you're using a 32-bit system and having issues, you should probably stick with the cuetools default until v2.2.4 comes out.
Personally I use the built-in libFLAC for both encoding and decoding. I don't try to push limits on speed or compression.

2. Verify (from https://xiph.org/flac/)
Quote
-V, --verify
    Verify a correct encoding by decoding the output in parallel and comparing to the original
Quote
The only known cause of verify errors is faulty hardware. The dead giveaway is that if you repeat the exact same command, the error occurs in a different place or not at all. This can also happen when decoding or testing a FLAC file. If this is happening it is your hardware and not a FLAC bug.

The problem is usually caused by overclocking/overheating the CPU or bad RAM. Try one of the many free programs available for testing hardware...

This option is disabled by default.

MD5 (from https://xiph.org/flac/)
Quote
...Also included in the STREAMINFO block is the MD5 signature of the unencoded audio data. This is useful for checking an entire stream for transmission errors.
Quote
METADATA_BLOCK_STREAMINFO
[...]
MD5 signature of the unencoded audio data. This allows the decoder to determine if an error exists in the audio data even when the error does not result in an invalid bitstream.

This option is enabled by default.

Allow Non-subset (from http://cue.tools/wiki/CUETools_FLAC_encoders_comparison) Note: some information may be dated as libFLAC has continued to improve.
Quote
libFlake and FlaCuda are tuned differently, so libFlake -5 might in fact compress better than libFLAC -8. They also support additional compression levels 9–11, however their use is not recommended, because those levels produce "non-subset" files which might not be supported by certain decoders.

FLAC specifies a subset of itself as the Subset format. The purpose of this is to ensure that any streams encoded according to the Subset are truly "streamable", meaning that a decoder that cannot seek within the stream can still pick up in the middle of the stream and start decoding. It also makes hardware decoder implementations more practical by limiting the encoding parameters such that decoder buffer sizes and other resource requirements can be easily determined. flac generates Subset streams by default unless the "--lax" command-line option is used.

This option is disabled by default.
korth

Re: Need help setting up CUETools

Reply #4
Thank you very much for your willingness to help.

Re: Need help setting up CUETools

Reply #5
It is possible that after separating flac into tracks in flac, I hear a difference in sound, or it just seems to me. Thank you

Re: Need help setting up CUETools

Reply #6
Are there any differences in the log when you verify the original then verify the new files?
korth

Re: Need help setting up CUETools

Reply #7
Original

Code: [Select]
Peak level 99.9 %
Range quality 99.7 %
Test CRC 588BBC89
Copy CRC 588BBC89
Copy OK

Convert to individual tracks by program CUETools

Named file image.accurip

Code: [Select]
Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [2D2861E4] [55D54545] [588BBC89]
 01   96,5 [0F3E1671] [4BFE12D4]          
 02   96,5 [7A50CF28] [2262B403]          
 03   97,9 [0074D46D] [AB3EE04A]          
 04   96,5 [977EC547] [6ABC27D7]          
 05   83,1 [F46A9D31] [BDB91851]          
 06   96,5 [DAB1EBD9] [65EA7208]          
 07   97,8 [9207B4D3] [24DE6B84]          
 08   89,0 [378752BF] [20971A3E]          
 09   95,4 [29B7EB62] [76090AF6]          
 10   96,5 [50652A7B] [1593D123]          
 11   97,4 [E6649906] [B64823E6]          
 12   96,5 [16A3994F] [5A89A635]          
 13   96,5 [6A027647] [67A283DC]          
 14   96,5 [75503803] [5780D9E6]          
 15   96,5 [6B0E0712] [74FC05E9]          
 16   96,5 [A4E7F2AB] [84ECA0D8]          
 17   96,5 [ABADA285] [3C7FC52A]          
 18   96,5 [4E45C50B] [F4663725]

This is right? Or how can I check it?

If I understand correctly, does 588BBC89 match or should I watch something else?


MOD edit: move log info to code '#'

Re: Need help setting up CUETools

Reply #8
full logs please
copy of EAC log
copy of verification of original image by CUETools
copy of verification of split files by CUETools

588BBC89 from the EAC log should match both verification logs assuming you did not add anything to the Extra section and did not change the Gaps handling.
korth

Re: Need help setting up CUETools

Reply #9
I'm sorry, I'm not at the computer right now.

588BBC89 - this number matches in two logs. So the track copy was correct?

I guess it sounded different. Track gap settings and other advanced settings are set to zero by default.

Rebooting can't change the sound quality of 16/44.1 flac to flac?

Thank you

Re: Need help setting up CUETools

Reply #10
Please provide logs when you can.

Code: [Select]
Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [2D2861E4] [55D54545] [588BBC89]
This says the audio is different from what it was in the EAC log when ripped. It would say CRC32 or
W/O NULL under LOG if the log CRC matched one or the other.

I forgot to mention above that changing the Encode script from default can also alter the CRC hashes.
korth

Re: Need help setting up CUETools

Reply #11
Code: [Select]
Exact Audio Copy V0.99 prebeta 3 from 28. July 2007

EAC extraction logfile from 20. January 2008, 14:01

R.E.M. / In Time: The Best Of R.E.M. 1988-2003

Used drive  : _NEC    DVD_RW ND-3550A   Adapter: 5  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 48
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : No
Used interface                              : Installed external ASPI interface

Used output format              : User Defined Encoder
Selected bitrate                : 768 kBit/s
Quality                         : High
Add ID3 tag                     : No
Command line compressor         : C:\Programmi\Exact Audio Copy\FLAC\FLAC.EXE
Additional command line options : -6 -V -T "ARTIST=%a" -T "TITLE=%t" -T "ALBUM=%g" -T "DATE=%y" -T "TRACKNUMBER=%n" -T "GENRE=%m" -T "COMMENT=%e" %s -o %d


TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  5:16.34 |         0    |    23733  
        2  |  5:16.34 |  5:09.02 |     23734    |    46910  
        3  | 10:25.36 |  4:09.65 |     46911    |    65650  
        4  | 14:35.26 |  4:03.14 |     65651    |    83889  
        5  | 18:38.40 |  4:47.65 |     83890    |   105479  
        6  | 23:26.30 |  4:31.02 |    105480    |   125806  
        7  | 27:57.32 |  5:28.02 |    125807    |   150408  
        8  | 33:25.34 |  3:54.52 |    150409    |   168010  
        9  | 37:20.11 |  4:00.27 |    168011    |   186037  
       10  | 41:20.38 |  3:42.39 |    186038    |   202726  
       11  | 45:03.02 |  4:04.62 |    202727    |   221088  
       12  | 49:07.64 |  4:10.17 |    221089    |   239855  
       13  | 53:18.06 |  3:14.15 |    239856    |   254420  
       14  | 56:32.21 |  4:09.39 |    254421    |   273134  
       15  | 60:41.60 |  2:50.27 |    273135    |   285911  
       16  | 63:32.12 |  5:20.62 |    285912    |   309973  
       17  | 68:52.74 |  3:38.30 |    309974    |   326353  
       18  | 72:31.29 |  4:18.21 |    326354    |   345724  


Range status and errors

Selected range

     Filename D:\Documents and Settings\salvo.SN116508160310\Documenti\R.E.M. - In Time  The Best Of R.E.M. 1988-2003.wav

     Peak level 99.9 %
     Range quality 99.7 %
     Test CRC 588BBC89
     Copy CRC 588BBC89
     Copy OK

No errors occurred

 
AccurateRip summary
 
Track  1  not present in database
Track  2  not present in database
Track  3  not present in database
Track  4  not present in database
Track  5  not present in database
Track  6  not present in database
Track  7  not present in database
Track  8  not present in database
Track  9  not present in database
Track 10  not present in database
Track 11  not present in database
Track 12  not present in database
Track 13  not present in database
Track 14  not present in database
Track 15  not present in database
Track 16  not present in database
Track 17  not present in database
Track 18  not present in database
 
None of the tracks are present in the AccurateRip database

End of status report

Code: [Select]
[CUETools log; Date: 07.02.2023 15:49:58; Version: 2.2.3]
[CTDB TOCID: qgew5_W5W4DnekvQJ_jaXHABVbc-] found.
Track | CTDB Status
  1   | (2/2) Accurately ripped
  2   | (2/2) Accurately ripped
  3   | (2/2) Accurately ripped
  4   | (2/2) Accurately ripped
  5   | (2/2) Accurately ripped
  6   | (2/2) Accurately ripped
  7   | (2/2) Accurately ripped
  8   | (2/2) Accurately ripped
  9   | (2/2) Accurately ripped
 10   | (2/2) Accurately ripped
 11   | (2/2) Accurately ripped
 12   | (2/2) Accurately ripped
 13   | (2/2) Accurately ripped
 14   | (2/2) Accurately ripped
 15   | (2/2) Accurately ripped
 16   | (2/2) Accurately ripped
 17   | (2/2) Accurately ripped
 18   | (2/2) Accurately ripped
[AccurateRip ID: 00341c54-02ad39c1-f7120112] found.
Track   [  CRC   |   V2   ] Status
 01     [465074bb|3c2b8b37] (0+1/4) Accurately ripped
 02     [912da39a|ed23da14] (0+1/5) Accurately ripped
 03     [0f7a4a0d|44dd8b10] (0+1/4) Accurately ripped
 04     [e5a9d911|d73d30a3] (0+1/4) Accurately ripped
 05     [29d054ab|1024a8cd] (0+1/4) Accurately ripped
 06     [930dff26|240e97cb] (0+1/5) Accurately ripped
 07     [97b0c58d|c2c36a70] (0+1/4) Accurately ripped
 08     [d79bb8d1|77490410] (0+1/5) Accurately ripped
 09     [b32fdcc0|0044adef] (0+1/5) Accurately ripped
 10     [262cd5b2|7607e2ce] (0+1/4) Accurately ripped
 11     [7e963297|5cd5a438] (0+1/4) Accurately ripped
 12     [8fc274ff|354f37bb] (0+1/4) Accurately ripped
 13     [28e608d7|fcf89131] (0+1/4) Accurately ripped
 14     [442dbeb5|37eff793] (0+1/4) Accurately ripped
 15     [c63763f6|e2cb74ab] (0+1/4) Accurately ripped
 16     [48733595|b06ac286] (0+1/4) Accurately ripped
 17     [2bd89be6|9f8346b3] (0+1/4) Accurately ripped
 18     [3c98d87d|6d89eb69] (0+1/4) Accurately ripped

Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [2D2861E4] [55D54545] [588BBC89]
 01   96,5 [0F3E1671] [4BFE12D4]          
 02   96,5 [7A50CF28] [2262B403]          
 03   97,9 [0074D46D] [AB3EE04A]          
 04   96,5 [977EC547] [6ABC27D7]          
 05   83,1 [F46A9D31] [BDB91851]          
 06   96,5 [DAB1EBD9] [65EA7208]          
 07   97,8 [9207B4D3] [24DE6B84]          
 08   89,0 [378752BF] [20971A3E]          
 09   95,4 [29B7EB62] [76090AF6]          
 10   96,5 [50652A7B] [1593D123]          
 11   97,4 [E6649906] [B64823E6]          
 12   96,5 [16A3994F] [5A89A635]          
 13   96,5 [6A027647] [67A283DC]          
 14   96,5 [75503803] [5780D9E6]          
 15   96,5 [6B0E0712] [74FC05E9]          
 16   96,5 [A4E7F2AB] [84ECA0D8]          
 17   96,5 [ABADA285] [3C7FC52A]          
 18   96,5 [4E45C50B] [F4663725]    

Re: Need help setting up CUETools

Reply #12
Still missing one log.
korth

Re: Need help setting up CUETools

Reply #13
Code: [Select]
Exact Audio Copy V0.99 prebeta 3 from 28. July 2007

EAC extraction logfile from 20. January 2008, 14:01

R.E.M. / In Time: The Best Of R.E.M. 1988-2003

Used drive  : _NEC    DVD_RW ND-3550A   Adapter: 5  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 48
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : No
Used interface                              : Installed external ASPI interface

Used output format              : User Defined Encoder
Selected bitrate                : 768 kBit/s
Quality                         : High
Add ID3 tag                     : No
Command line compressor         : C:\Programmi\Exact Audio Copy\FLAC\FLAC.EXE
Additional command line options : -6 -V -T "ARTIST=%a" -T "TITLE=%t" -T "ALBUM=%g" -T "DATE=%y" -T "TRACKNUMBER=%n" -T "GENRE=%m" -T "COMMENT=%e" %s -o %d


TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  5:16.34 |         0    |    23733  
        2  |  5:16.34 |  5:09.02 |     23734    |    46910  
        3  | 10:25.36 |  4:09.65 |     46911    |    65650  
        4  | 14:35.26 |  4:03.14 |     65651    |    83889  
        5  | 18:38.40 |  4:47.65 |     83890    |   105479  
        6  | 23:26.30 |  4:31.02 |    105480    |   125806  
        7  | 27:57.32 |  5:28.02 |    125807    |   150408  
        8  | 33:25.34 |  3:54.52 |    150409    |   168010  
        9  | 37:20.11 |  4:00.27 |    168011    |   186037  
       10  | 41:20.38 |  3:42.39 |    186038    |   202726  
       11  | 45:03.02 |  4:04.62 |    202727    |   221088  
       12  | 49:07.64 |  4:10.17 |    221089    |   239855  
       13  | 53:18.06 |  3:14.15 |    239856    |   254420  
       14  | 56:32.21 |  4:09.39 |    254421    |   273134  
       15  | 60:41.60 |  2:50.27 |    273135    |   285911  
       16  | 63:32.12 |  5:20.62 |    285912    |   309973  
       17  | 68:52.74 |  3:38.30 |    309974    |   326353  
       18  | 72:31.29 |  4:18.21 |    326354    |   345724  


Range status and errors

Selected range

     Filename D:\Documents and Settings\salvo.SN116508160310\Documenti\R.E.M. - In Time  The Best Of R.E.M. 1988-2003.wav

     Peak level 99.9 %
     Range quality 99.7 %
     Test CRC 588BBC89
     Copy CRC 588BBC89
     Copy OK

No errors occurred

 
AccurateRip summary
 
Track  1  not present in database
Track  2  not present in database
Track  3  not present in database
Track  4  not present in database
Track  5  not present in database
Track  6  not present in database
Track  7  not present in database
Track  8  not present in database
Track  9  not present in database
Track 10  not present in database
Track 11  not present in database
Track 12  not present in database
Track 13  not present in database
Track 14  not present in database
Track 15  not present in database
Track 16  not present in database
Track 17  not present in database
Track 18  not present in database
 
None of the tracks are present in the AccurateRip database

End of status report


Re: Need help setting up CUETools

Reply #14
Still missing one log.

The latter was created automatically with the name image. It looks like the original. There is no other.

Re: Need help setting up CUETools

Reply #15
Code: [Select]
REM ACCURATERIPID 00341c54-02ad39c1-f7120112
REM GENRE "Rock"
REM DATE 2003
REM DISCID F7120112
REM COMMENT "ExactAudioCopy v0.99pb3"
PERFORMER "R.E.M."
TITLE "In Time: The Best Of R.E.M. 1988-2003"
FILE "01 - Man On The Moon.flac" WAVE
  TRACK 01 AUDIO
    TITLE "Man On The Moon"
    PERFORMER "R.E.M."
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "The Great Beyond"
    PERFORMER "R.E.M."
    INDEX 00 05:14:35
FILE "02 - The Great Beyond.flac" WAVE
    INDEX 01 00:00:00
  TRACK 03 AUDIO
    TITLE "Bad Day"
    PERFORMER "R.E.M."
    INDEX 00 05:07:03
FILE "03 - Bad Day.flac" WAVE
    INDEX 01 00:00:00
  TRACK 04 AUDIO
    TITLE "What's The Frequency, Kenneth"
    PERFORMER "R.E.M."
    INDEX 00 04:07:66
FILE "04 - What's The Frequency, Kenneth.flac" WAVE
    INDEX 01 00:00:00
  TRACK 05 AUDIO
    TITLE "All The Way To Reno"
    PERFORMER "R.E.M."
    INDEX 00 04:01:15
FILE "05 - All The Way To Reno.flac" WAVE
    INDEX 01 00:00:00
  TRACK 06 AUDIO
    TITLE "Losing My Religion"
    PERFORMER "R.E.M."
    INDEX 00 04:45:66
FILE "06 - Losing My Religion.flac" WAVE
    INDEX 01 00:00:00
  TRACK 07 AUDIO
    TITLE "E Bow The Letter"
    PERFORMER "R.E.M."
    INDEX 00 04:29:03
FILE "07 - E Bow The Letter.flac" WAVE
    INDEX 01 00:00:00
  TRACK 08 AUDIO
    TITLE "Orange Crush"
    PERFORMER "R.E.M."
    INDEX 00 05:26:03
FILE "08 - Orange Crush.flac" WAVE
    INDEX 01 00:00:00
  TRACK 09 AUDIO
    TITLE "Imitation Of Life"
    PERFORMER "R.E.M."
    INDEX 00 03:52:53
FILE "09 - Imitation Of Life.flac" WAVE
    INDEX 01 00:00:00
  TRACK 10 AUDIO
    TITLE "Daysleeper"
    PERFORMER "R.E.M."
    INDEX 00 03:58:28
FILE "10 - Daysleeper.flac" WAVE
    INDEX 01 00:00:00
  TRACK 11 AUDIO
    TITLE "Animal"
    PERFORMER "R.E.M."
    INDEX 00 03:40:40
FILE "11 - Animal.flac" WAVE
    INDEX 01 00:00:00
  TRACK 12 AUDIO
    TITLE "The Sidewinder Sleeps Tonite"
    PERFORMER "R.E.M."
    INDEX 00 04:02:63
FILE "12 - The Sidewinder Sleeps Tonite.flac" WAVE
    INDEX 01 00:00:00
  TRACK 13 AUDIO
    TITLE "Stand"
    PERFORMER "R.E.M."
    INDEX 00 04:08:18
FILE "13 - Stand.flac" WAVE
    INDEX 01 00:00:00
  TRACK 14 AUDIO
    TITLE "Electrolite"
    PERFORMER "R.E.M."
    INDEX 00 03:12:16
FILE "14 - Electrolite.flac" WAVE
    INDEX 01 00:00:00
  TRACK 15 AUDIO
    TITLE "All The Right Friends"
    PERFORMER "R.E.M."
    INDEX 00 04:07:40
FILE "15 - All The Right Friends.flac" WAVE
    INDEX 01 00:00:00
  TRACK 16 AUDIO
    TITLE "Everybody Hurts"
    PERFORMER "R.E.M."
    INDEX 00 02:48:28
FILE "16 - Everybody Hurts.flac" WAVE
    INDEX 01 00:00:00
  TRACK 17 AUDIO
    TITLE "At My Most Beautiful"
    PERFORMER "R.E.M."
    INDEX 00 05:18:63
FILE "17 - At My Most Beautiful.flac" WAVE
    INDEX 01 00:00:00
  TRACK 18 AUDIO
    TITLE "Nightswimming"
    PERFORMER "R.E.M."
    INDEX 00 03:36:31
FILE "18 - Nightswimming.flac" WAVE
    INDEX 01 00:00:00


Re: Need help setting up CUETools

Reply #17
I did as you wrote. When checking the original, it gives an error.

 

Re: Need help setting up CUETools

Reply #18
Under Verify please tick
Write AccurateRip log
And
In source folder
In source folder isn't ticked
korth

Re: Need help setting up CUETools

Reply #19
For a long time I could not understand why an error popped up when checking the original, for image.accurip it was necessary to choose a place to save it. And you said that it will save this file to the original folder.

This is the original check:

Code: [Select]
[CUETools log; Date: 07.02.2023 22:20:35; Version: 2.2.3]
[CTDB TOCID: qgew5_W5W4DnekvQJ_jaXHABVbc-] found.
Track | CTDB Status
  1   | (2/2) Accurately ripped
  2   | (2/2) Accurately ripped
  3   | (2/2) Accurately ripped
  4   | (2/2) Accurately ripped
  5   | (2/2) Accurately ripped
  6   | (2/2) Accurately ripped
  7   | (2/2) Accurately ripped
  8   | (2/2) Accurately ripped
  9   | (2/2) Accurately ripped
 10   | (2/2) Accurately ripped
 11   | (2/2) Accurately ripped
 12   | (2/2) Accurately ripped
 13   | (2/2) Accurately ripped
 14   | (2/2) Accurately ripped
 15   | (2/2) Accurately ripped
 16   | (2/2) Accurately ripped
 17   | (2/2) Accurately ripped
 18   | (2/2) Accurately ripped
[AccurateRip ID: 00341c54-02ad39c1-f7120112] found.
Track   [  CRC   |   V2   ] Status
 01     [465074bb|3c2b8b37] (0+1/4) Accurately ripped
 02     [912da39a|ed23da14] (0+1/5) Accurately ripped
 03     [0f7a4a0d|44dd8b10] (0+1/4) Accurately ripped
 04     [e5a9d911|d73d30a3] (0+1/4) Accurately ripped
 05     [29d054ab|1024a8cd] (0+1/4) Accurately ripped
 06     [930dff26|240e97cb] (0+1/5) Accurately ripped
 07     [97b0c58d|c2c36a70] (0+1/4) Accurately ripped
 08     [d79bb8d1|77490410] (0+1/5) Accurately ripped
 09     [b32fdcc0|0044adef] (0+1/5) Accurately ripped
 10     [262cd5b2|7607e2ce] (0+1/4) Accurately ripped
 11     [7e963297|5cd5a438] (0+1/4) Accurately ripped
 12     [8fc274ff|354f37bb] (0+1/4) Accurately ripped
 13     [28e608d7|fcf89131] (0+1/4) Accurately ripped
 14     [442dbeb5|37eff793] (0+1/4) Accurately ripped
 15     [c63763f6|e2cb74ab] (0+1/4) Accurately ripped
 16     [48733595|b06ac286] (0+1/4) Accurately ripped
 17     [2bd89be6|9f8346b3] (0+1/4) Accurately ripped
 18     [3c98d87d|6d89eb69] (0+1/4) Accurately ripped

Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [2D2861E4] [55D54545] [588BBC89]
 01   96,5 [0F3E1671] [4BFE12D4]          
 02   96,5 [7A50CF28] [2262B403]          
 03   97,9 [0074D46D] [AB3EE04A]          
 04   96,5 [977EC547] [6ABC27D7]          
 05   83,1 [F46A9D31] [BDB91851]          
 06   96,5 [DAB1EBD9] [65EA7208]          
 07   97,8 [9207B4D3] [24DE6B84]          
 08   89,0 [378752BF] [20971A3E]          
 09   95,4 [29B7EB62] [76090AF6]          
 10   96,5 [50652A7B] [1593D123]          
 11   97,4 [E6649906] [B64823E6]          
 12   96,5 [16A3994F] [5A89A635]          
 13   96,5 [6A027647] [67A283DC]          
 14   96,5 [75503803] [5780D9E6]          
 15   96,5 [6B0E0712] [74FC05E9]          
 16   96,5 [A4E7F2AB] [84ECA0D8]          
 17   96,5 [ABADA285] [3C7FC52A]          
 18   96,5 [4E45C50B] [F4663725]          

Exact Audio Copy original:

Code: [Select]
Exact Audio Copy V0.99 prebeta 3 from 28. July 2007

EAC extraction logfile from 20. January 2008, 14:01

R.E.M. / In Time: The Best Of R.E.M. 1988-2003

Used drive  : _NEC    DVD_RW ND-3550A   Adapter: 5  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 48
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : No
Used interface                              : Installed external ASPI interface

Used output format              : User Defined Encoder
Selected bitrate                : 768 kBit/s
Quality                         : High
Add ID3 tag                     : No
Command line compressor         : C:\Programmi\Exact Audio Copy\FLAC\FLAC.EXE
Additional command line options : -6 -V -T "ARTIST=%a" -T "TITLE=%t" -T "ALBUM=%g" -T "DATE=%y" -T "TRACKNUMBER=%n" -T "GENRE=%m" -T "COMMENT=%e" %s -o %d


TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  5:16.34 |         0    |    23733  
        2  |  5:16.34 |  5:09.02 |     23734    |    46910  
        3  | 10:25.36 |  4:09.65 |     46911    |    65650  
        4  | 14:35.26 |  4:03.14 |     65651    |    83889  
        5  | 18:38.40 |  4:47.65 |     83890    |   105479  
        6  | 23:26.30 |  4:31.02 |    105480    |   125806  
        7  | 27:57.32 |  5:28.02 |    125807    |   150408  
        8  | 33:25.34 |  3:54.52 |    150409    |   168010  
        9  | 37:20.11 |  4:00.27 |    168011    |   186037  
       10  | 41:20.38 |  3:42.39 |    186038    |   202726  
       11  | 45:03.02 |  4:04.62 |    202727    |   221088  
       12  | 49:07.64 |  4:10.17 |    221089    |   239855  
       13  | 53:18.06 |  3:14.15 |    239856    |   254420  
       14  | 56:32.21 |  4:09.39 |    254421    |   273134  
       15  | 60:41.60 |  2:50.27 |    273135    |   285911  
       16  | 63:32.12 |  5:20.62 |    285912    |   309973  
       17  | 68:52.74 |  3:38.30 |    309974    |   326353  
       18  | 72:31.29 |  4:18.21 |    326354    |   345724  


Range status and errors

Selected range

     Filename D:\Documents and Settings\salvo.SN116508160310\Documenti\R.E.M. - In Time  The Best Of R.E.M. 1988-2003.wav

     Peak level 99.9 %
     Range quality 99.7 %
     Test CRC 588BBC89
     Copy CRC 588BBC89
     Copy OK

No errors occurred

 
AccurateRip summary
 
Track  1  not present in database
Track  2  not present in database
Track  3  not present in database
Track  4  not present in database
Track  5  not present in database
Track  6  not present in database
Track  7  not present in database
Track  8  not present in database
Track  9  not present in database
Track 10  not present in database
Track 11  not present in database
Track 12  not present in database
Track 13  not present in database
Track 14  not present in database
Track 15  not present in database
Track 16  not present in database
Track 17  not present in database
Track 18  not present in database
 
None of the tracks are present in the AccurateRip database

End of status report

After dividing the file into separate tracks (image.accurip):

Code: [Select]
[CUETools log; Date: 07.02.2023 22:13:11; Version: 2.2.3]
[CTDB TOCID: qgew5_W5W4DnekvQJ_jaXHABVbc-] found.
Track | CTDB Status
  1   | (2/2) Accurately ripped
  2   | (2/2) Accurately ripped
  3   | (2/2) Accurately ripped
  4   | (2/2) Accurately ripped
  5   | (2/2) Accurately ripped
  6   | (2/2) Accurately ripped
  7   | (2/2) Accurately ripped
  8   | (2/2) Accurately ripped
  9   | (2/2) Accurately ripped
 10   | (2/2) Accurately ripped
 11   | (2/2) Accurately ripped
 12   | (2/2) Accurately ripped
 13   | (2/2) Accurately ripped
 14   | (2/2) Accurately ripped
 15   | (2/2) Accurately ripped
 16   | (2/2) Accurately ripped
 17   | (2/2) Accurately ripped
 18   | (2/2) Accurately ripped
[AccurateRip ID: 00341c54-02ad39c1-f7120112] found.
Track   [  CRC   |   V2   ] Status
 01     [465074bb|3c2b8b37] (0+1/4) Accurately ripped
 02     [912da39a|ed23da14] (0+1/5) Accurately ripped
 03     [0f7a4a0d|44dd8b10] (0+1/4) Accurately ripped
 04     [e5a9d911|d73d30a3] (0+1/4) Accurately ripped
 05     [29d054ab|1024a8cd] (0+1/4) Accurately ripped
 06     [930dff26|240e97cb] (0+1/5) Accurately ripped
 07     [97b0c58d|c2c36a70] (0+1/4) Accurately ripped
 08     [d79bb8d1|77490410] (0+1/5) Accurately ripped
 09     [b32fdcc0|0044adef] (0+1/5) Accurately ripped
 10     [262cd5b2|7607e2ce] (0+1/4) Accurately ripped
 11     [7e963297|5cd5a438] (0+1/4) Accurately ripped
 12     [8fc274ff|354f37bb] (0+1/4) Accurately ripped
 13     [28e608d7|fcf89131] (0+1/4) Accurately ripped
 14     [442dbeb5|37eff793] (0+1/4) Accurately ripped
 15     [c63763f6|e2cb74ab] (0+1/4) Accurately ripped
 16     [48733595|b06ac286] (0+1/4) Accurately ripped
 17     [2bd89be6|9f8346b3] (0+1/4) Accurately ripped
 18     [3c98d87d|6d89eb69] (0+1/4) Accurately ripped

Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [2D2861E4] [55D54545] [588BBC89]
 01   96,5 [0F3E1671] [4BFE12D4]          
 02   96,5 [7A50CF28] [2262B403]          
 03   97,9 [0074D46D] [AB3EE04A]          
 04   96,5 [977EC547] [6ABC27D7]          
 05   83,1 [F46A9D31] [BDB91851]          
 06   96,5 [DAB1EBD9] [65EA7208]          
 07   97,8 [9207B4D3] [24DE6B84]          
 08   89,0 [378752BF] [20971A3E]          
 09   95,4 [29B7EB62] [76090AF6]          
 10   96,5 [50652A7B] [1593D123]          
 11   97,4 [E6649906] [B64823E6]          
 12   96,5 [16A3994F] [5A89A635]          
 13   96,5 [6A027647] [67A283DC]          
 14   96,5 [75503803] [5780D9E6]          
 15   96,5 [6B0E0712] [74FC05E9]          
 16   96,5 [A4E7F2AB] [84ECA0D8]          
 17   96,5 [ABADA285] [3C7FC52A]          
 18   96,5 [4E45C50B] [F4663725]          

And now I'm out of adjustments in the (Extra) section (image.accurip). I wanted to check if there are changes:

Code: [Select]
[CUETools log; Date: 07.02.2023 22:05:53; Version: 2.2.3]
Pregap length 00:10:00.
CD-Extra data track length 00:10:00.
CDDBId mismatch: F7120112 vs 1612A313
Offset applied: 5
[CTDB TOCID: qgew5_W5W4DnekvQJ_jaXHABVbc-] found.
Track | CTDB Status
  1   | (2/2) Accurately ripped
  2   | (2/2) Accurately ripped
  3   | (2/2) Accurately ripped
  4   | (2/2) Accurately ripped
  5   | (2/2) Accurately ripped
  6   | (2/2) Accurately ripped
  7   | (2/2) Accurately ripped
  8   | (2/2) Accurately ripped
  9   | (2/2) Accurately ripped
 10   | (2/2) Accurately ripped
 11   | (2/2) Accurately ripped
 12   | (2/2) Accurately ripped
 13   | (2/2) Accurately ripped
 14   | (2/2) Accurately ripped
 15   | (2/2) Accurately ripped
 16   | (2/2) Accurately ripped
 17   | (2/2) Accurately ripped
 18   | (2/2) Accurately ripped
[AccurateRip ID: 00348374-02b2ec26-1612a313] disk not present in database.

Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [8239BE2D] [55D54545] [588BBC89]
 01   96,5 [75E66C91] [4BFE12D4]          
 02   96,5 [89748957] [2262B403]          
 03   97,9 [36BFFD69] [AB3EE04A]          
 04   96,5 [4093E24A] [6ABC27D7]          
 05   83,1 [B27FB9CC] [BDB91851]          
 06   96,5 [F680569C] [65EA7208]          
 07   97,8 [B505B12D] [24DE6B84]          
 08   89,0 [51090ED9] [20971A3E]          
 09   95,4 [DABF0230] [76090AF6]          
 10   96,5 [6657FC5B] [1593D123]          
 11   97,4 [1F1A7F89] [B64823E6]          
 12   96,5 [6854A60B] [5A89A635]          
 13   96,5 [6FC64E21] [67A283DC]          
 14   96,5 [AA89DF4D] [5780D9E6]          
 15   96,5 [ACADED0B] [74FC05E9]          
 16   96,5 [3C490856] [84ECA0D8]          
 17   96,5 [76D16E11] [3C7FC52A]          
 18   96,5 [0CCA4E6B] [F4663725]          

The indicators in the first files are the same CRC32, W/O NULL, LOG. Only in the latter, CRC32 has a different indication. I did this only for verification, since the first two files were the same and it seemed to me that nothing was changing.

If I understand correctly, the original and the division into tracks was successful? And the difference in listening to the original and the split album just seemed to me?

Re: Need help setting up CUETools

Reply #20
Here is another disk, it shows that LOG corresponds to CRC32. So everything went well in this case?

Exact Audio Copy:

Code: [Select]
Exact Audio Copy V1.0 beta 3 from 29. August 2011

EAC extraction logfile from 18. September 2013, 22:54

Black Rebel Motorcycle Club / B.R.M.C

Used drive  : ATAPI   iHAS124   D   Adapter: 2  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 6
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : Yes
Used interface                              : Native Win32 interface for Win NT & 2000

Used output format              : User Defined Encoder
Selected bitrate                : 128 kBit/s
Quality                         : High
Add ID3 tag                     : No
Command line compressor         : C:\Program Files (x86)\Exact Audio Copy\Flac\flac.exe
Additional command line options : -V -8 -T "Genre=%genre%" -T "Artist=%artist%" -T "Title=%title%" -T "Album=%albumtitle%" -T "Date=%year%" -T "Tracknumber=%tracknr%" -T "PERFORMER=%albuminterpret%" -T "COMPOSER=%composer%" -T "ALBUMARTIST=%albumartist%" -T "DISCNUMBER=%cdnumber%" -T "TOTALDISCS=%totalcds%" -T "TOTALTRACKS=%numtracks%" -T "Comment=%comment%" %source%


TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  4:05.67 |         0    |    18441  
        2  |  4:05.67 |  4:00.01 |     18442    |    36442  
        3  |  8:05.68 |  4:38.18 |     36443    |    57310  
        4  | 12:44.11 |  6:12.03 |     57311    |    85213  
        5  | 18:56.14 |  4:55.38 |     85214    |   107376  
        6  | 23:51.52 |  5:52.66 |    107377    |   133842  
        7  | 29:44.43 |  7:04.14 |    133843    |   165656  
        8  | 36:48.57 |  4:55.26 |    165657    |   187807  
        9  | 41:44.08 |  3:45.23 |    187808    |   204705  
       10  | 45:29.31 |  5:35.50 |    204706    |   229880  
       11  | 51:05.06 |  6:07.01 |    229881    |   257406  
       12  | 57:12.07 |  3:32.47 |    257407    |   273353  
       13  | 60:44.54 |  4:42.48 |    273354    |   294551  
       14  | 65:27.27 |  5:33.28 |    294552    |   319554  
       15  | 71:00.55 |  6:08.22 |    319555    |   347176  


Range status and errors

Selected range

     Filename D:\CD\Black Rebel Motorcycle Club - 2008 - B.R.M.C\Black Rebel Motorcycle Club - B.R.M.C..wav

     Peak level 100.0 %
     Extraction speed 10.2 X
     Range quality 100.0 %
     Test CRC 1F7B5158
     Copy CRC 1F7B5158
     Copy OK

No errors occurred

 
AccurateRip summary
 
Track  1  accurately ripped (confidence 4)  [4B1F9D31]  (AR v2)
Track  2  accurately ripped (confidence 4)  [0DF1AA0B]  (AR v2)
Track  3  accurately ripped (confidence 4)  [BF3BBBF8]  (AR v2)
Track  4  accurately ripped (confidence 4)  [6DDDF846]  (AR v2)
Track  5  accurately ripped (confidence 4)  [30145144]  (AR v2)
Track  6  accurately ripped (confidence 4)  [C74BD3DF]  (AR v2)
Track  7  accurately ripped (confidence 4)  [B717A40C]  (AR v2)
Track  8  accurately ripped (confidence 4)  [01ABAF80]  (AR v2)
Track  9  accurately ripped (confidence 4)  [E0E37E39]  (AR v2)
Track 10  accurately ripped (confidence 4)  [CEDEB40D]  (AR v2)
Track 11  accurately ripped (confidence 3)  [CC73BD1A]  (AR v2)
Track 12  accurately ripped (confidence 3)  [8970E1B4]  (AR v2)
Track 13  accurately ripped (confidence 3)  [AF2B611F]  (AR v2)
Track 14  accurately ripped (confidence 3)  [0E1AAC39]  (AR v2)
Track 15  accurately ripped (confidence 4)  [326176D7]  (AR v2)
 
All tracks accurately ripped

End of status report

==== Log checksum 12E57043EB6A962A3B27C6C96EADEE0898A2F9682991F5300C0E908C9F07E34F ====


Checking the original:

Code: [Select]
[CUETools log; Date: 07.02.2023 22:50:45; Version: 2.2.3]
[CTDB TOCID: E4F6WCbjFoValQ4_fepbAYp1vJc-] found.
Track | CTDB Status
  1   | (197/199) Accurately ripped
  2   | (199/199) Accurately ripped
  3   | (198/199) Accurately ripped
  4   | (197/199) Accurately ripped
  5   | (198/199) Accurately ripped
  6   | (199/199) Accurately ripped
  7   | (197/199) Accurately ripped
  8   | (198/199) Accurately ripped
  9   | (199/199) Accurately ripped
 10   | (198/199) Accurately ripped
 11   | (198/199) Accurately ripped
 12   | (199/199) Accurately ripped
 13   | (193/199) Accurately ripped
 14   | (191/199) Accurately ripped
 15   | (190/199) Accurately ripped
[AccurateRip ID: 00297c07-01da5ed5-d812150f] found.
Track   [  CRC   |   V2   ] Status
 01     [eff656f5|4b1f9d31] (00+19/90) Accurately ripped
 02     [0b54f35f|0df1aa0b] (00+19/91) Accurately ripped
 03     [e811365c|bf3bbbf8] (00+19/91) Accurately ripped
 04     [aca42206|6dddf846] (00+19/91) Accurately ripped
 05     [d83e88d0|30145144] (00+19/91) Accurately ripped
 06     [9b4eb449|c74bd3df] (00+19/91) Accurately ripped
 07     [12af400a|b717a40c] (00+19/91) Accurately ripped
 08     [45d4451c|01abaf80] (00+19/91) Accurately ripped
 09     [a7898a15|e0e37e39] (00+19/91) Accurately ripped
 10     [4cda5969|cedeb40d] (00+19/91) Accurately ripped
 11     [bee200d3|cc73bd1a] (00+18/90) Accurately ripped
 12     [ba50ff40|8970e1b4] (00+18/88) Accurately ripped
 13     [25ed0790|af2b611f] (00+18/86) Accurately ripped
 14     [bef9019e|0e1aac39] (00+18/84) Accurately ripped
 15     [3327fe3f|326176d7] (00+19/83) Accurately ripped
Offsetted by 36:
 01     [4f1dfc0d] (18/90) Accurately ripped
 02     [f18e4fe3] (19/91) Accurately ripped
 03     [405dda64] (19/91) Accurately ripped
 04     [76148488] (19/91) Accurately ripped
 05     [d5e14f73] (19/91) Accurately ripped
 06     [5fc6ed24] (19/91) Accurately ripped
 07     [50a57902] (19/91) Accurately ripped
 08     [55c1c1e0] (19/91) Accurately ripped
 09     [cd8b81cd] (19/91) Accurately ripped
 10     [e2e9aea5] (19/91) Accurately ripped
 11     [b3a71163] (19/90) Accurately ripped
 12     [6bc7d410] (18/88) Accurately ripped
 13     [517e2ba8] (18/86) Accurately ripped
 14     [ad5c22e2] (18/84) Accurately ripped
 15     [dd7a9af3] (17/83) Accurately ripped
Offsetted by -628:
 01     [579816fd] (00/90) No match (V2 was not tested)
 02     [ccfa890b] (00/91) No match (V2 was not tested)
 03     [8e667ab4] (00/91) No match (V2 was not tested)
 04     [5798efee] (00/91) No match (V2 was not tested)
 05     [8d6f0cf1] (00/91) No match (V2 was not tested)
 06     [db19111c] (00/91) No match (V2 was not tested)
 07     [68047ab2] (00/91) No match (V2 was not tested)
 08     [1388fd88] (00/91) No match (V2 was not tested)
 09     [496736fd] (00/91) No match (V2 was not tested)
 10     [da40a6fd] (00/91) No match (V2 was not tested)
 11     [82c9a703] (00/90) No match (V2 was not tested)
 12     [69a9d430] (00/88) No match (V2 was not tested)
 13     [66d03c98] (00/86) No match (V2 was not tested)
 14     [2b1b4b8a] (00/84) No match (V2 was not tested)
 15     [97f8a5fb] (00/83) No match (V2 was not tested)
Offsetted by -6:
 01     [356fbb71] (00/90) No match (V2 was not tested)
 02     [0fa0b949] (00/91) No match (V2 was not tested)
 03     [d959c5b0] (00/91) No match (V2 was not tested)
 04     [a5036444] (00/91) No match (V2 was not tested)
 05     [7d9a5b01] (00/91) No match (V2 was not tested)
 06     [cfba554e] (00/91) No match (V2 was not tested)
 07     [5db0e136] (00/91) No match (V2 was not tested)
 08     [188205a6] (00/91) No match (V2 was not tested)
 09     [f6893621] (00/91) No match (V2 was not tested)
 10     [5e8275df] (00/91) No match (V2 was not tested)
 11     [c0c128bb] (00/90) No match (V2 was not tested)
 12     [4767dbc8] (00/88) No match (V2 was not tested)
 13     [f3ff818c] (00/86) No match (V2 was not tested)
 14     [973dd168] (00/84) No match (V2 was not tested)
 15     [96c4e421] (00/83) No match (V2 was not tested)

Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   99,9 [1F7B5158] [C4820B10]   CRC32  
 01   99,9 [BBB6DB81] [F814D282]          
 02   99,9 [4C9E5B3B] [6AEBC710]          
 03   99,9 [F6861633] [7B2EA1D0]          
 04   99,9 [E36656B3] [6BCD554E]          
 05   99,9 [2851B872] [AE389C65]          
 06   99,9 [1623DDA6] [38E4A62F]          
 07   99,9 [4B521A0E] [DFB212FD]          
 08   94,4 [47815567] [9A4FD7D2]          
 09   89,1 [7116EA32] [7F08A09F]          
 10   89,1 [B0035532] [8EEDC364]          
 11   99,9 [81F82AB7] [8F1A0B58]          
 12   94,6 [D310036C] [CC692352]          
 13   94,6 [255986E3] [2F749933]          
 14   88,1 [86CC829C] [C891D191]          
 15   99,9 [6C4B1A75] [11ACD810]          


image.accurip after processing by CUETools:

Code: [Select]
[CUETools log; Date: 07.02.2023 22:50:29; Version: 2.2.3]
[CTDB TOCID: E4F6WCbjFoValQ4_fepbAYp1vJc-] found.
Track | CTDB Status
  1   | (197/199) Accurately ripped
  2   | (199/199) Accurately ripped
  3   | (198/199) Accurately ripped
  4   | (197/199) Accurately ripped
  5   | (198/199) Accurately ripped
  6   | (199/199) Accurately ripped
  7   | (197/199) Accurately ripped
  8   | (198/199) Accurately ripped
  9   | (199/199) Accurately ripped
 10   | (198/199) Accurately ripped
 11   | (198/199) Accurately ripped
 12   | (199/199) Accurately ripped
 13   | (193/199) Accurately ripped
 14   | (191/199) Accurately ripped
 15   | (190/199) Accurately ripped
[AccurateRip ID: 00297c07-01da5ed5-d812150f] found.
Track   [  CRC   |   V2   ] Status
 01     [eff656f5|4b1f9d31] (00+19/90) Accurately ripped
 02     [0b54f35f|0df1aa0b] (00+19/91) Accurately ripped
 03     [e811365c|bf3bbbf8] (00+19/91) Accurately ripped
 04     [aca42206|6dddf846] (00+19/91) Accurately ripped
 05     [d83e88d0|30145144] (00+19/91) Accurately ripped
 06     [9b4eb449|c74bd3df] (00+19/91) Accurately ripped
 07     [12af400a|b717a40c] (00+19/91) Accurately ripped
 08     [45d4451c|01abaf80] (00+19/91) Accurately ripped
 09     [a7898a15|e0e37e39] (00+19/91) Accurately ripped
 10     [4cda5969|cedeb40d] (00+19/91) Accurately ripped
 11     [bee200d3|cc73bd1a] (00+18/90) Accurately ripped
 12     [ba50ff40|8970e1b4] (00+18/88) Accurately ripped
 13     [25ed0790|af2b611f] (00+18/86) Accurately ripped
 14     [bef9019e|0e1aac39] (00+18/84) Accurately ripped
 15     [3327fe3f|326176d7] (00+19/83) Accurately ripped
Offsetted by 36:
 01     [4f1dfc0d] (18/90) Accurately ripped
 02     [f18e4fe3] (19/91) Accurately ripped
 03     [405dda64] (19/91) Accurately ripped
 04     [76148488] (19/91) Accurately ripped
 05     [d5e14f73] (19/91) Accurately ripped
 06     [5fc6ed24] (19/91) Accurately ripped
 07     [50a57902] (19/91) Accurately ripped
 08     [55c1c1e0] (19/91) Accurately ripped
 09     [cd8b81cd] (19/91) Accurately ripped
 10     [e2e9aea5] (19/91) Accurately ripped
 11     [b3a71163] (19/90) Accurately ripped
 12     [6bc7d410] (18/88) Accurately ripped
 13     [517e2ba8] (18/86) Accurately ripped
 14     [ad5c22e2] (18/84) Accurately ripped
 15     [dd7a9af3] (17/83) Accurately ripped
Offsetted by -628:
 01     [579816fd] (00/90) No match (V2 was not tested)
 02     [ccfa890b] (00/91) No match (V2 was not tested)
 03     [8e667ab4] (00/91) No match (V2 was not tested)
 04     [5798efee] (00/91) No match (V2 was not tested)
 05     [8d6f0cf1] (00/91) No match (V2 was not tested)
 06     [db19111c] (00/91) No match (V2 was not tested)
 07     [68047ab2] (00/91) No match (V2 was not tested)
 08     [1388fd88] (00/91) No match (V2 was not tested)
 09     [496736fd] (00/91) No match (V2 was not tested)
 10     [da40a6fd] (00/91) No match (V2 was not tested)
 11     [82c9a703] (00/90) No match (V2 was not tested)
 12     [69a9d430] (00/88) No match (V2 was not tested)
 13     [66d03c98] (00/86) No match (V2 was not tested)
 14     [2b1b4b8a] (00/84) No match (V2 was not tested)
 15     [97f8a5fb] (00/83) No match (V2 was not tested)
Offsetted by -6:
 01     [356fbb71] (00/90) No match (V2 was not tested)
 02     [0fa0b949] (00/91) No match (V2 was not tested)
 03     [d959c5b0] (00/91) No match (V2 was not tested)
 04     [a5036444] (00/91) No match (V2 was not tested)
 05     [7d9a5b01] (00/91) No match (V2 was not tested)
 06     [cfba554e] (00/91) No match (V2 was not tested)
 07     [5db0e136] (00/91) No match (V2 was not tested)
 08     [188205a6] (00/91) No match (V2 was not tested)
 09     [f6893621] (00/91) No match (V2 was not tested)
 10     [5e8275df] (00/91) No match (V2 was not tested)
 11     [c0c128bb] (00/90) No match (V2 was not tested)
 12     [4767dbc8] (00/88) No match (V2 was not tested)
 13     [f3ff818c] (00/86) No match (V2 was not tested)
 14     [973dd168] (00/84) No match (V2 was not tested)
 15     [96c4e421] (00/83) No match (V2 was not tested)

Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   99,9 [1F7B5158] [C4820B10]   CRC32  
 01   99,9 [BBB6DB81] [F814D282]          
 02   99,9 [4C9E5B3B] [6AEBC710]          
 03   99,9 [F6861633] [7B2EA1D0]          
 04   99,9 [E36656B3] [6BCD554E]          
 05   99,9 [2851B872] [AE389C65]          
 06   99,9 [1623DDA6] [38E4A62F]          
 07   99,9 [4B521A0E] [DFB212FD]          
 08   94,4 [47815567] [9A4FD7D2]          
 09   89,1 [7116EA32] [7F08A09F]          
 10   89,1 [B0035532] [8EEDC364]          
 11   99,9 [81F82AB7] [8F1A0B58]          
 12   94,6 [D310036C] [CC692352]          
 13   94,6 [255986E3] [2F749933]          
 14   88,1 [86CC829C] [C891D191]          
 15   99,9 [6C4B1A75] [11ACD810]          


If I understand correctly, LOG should match CRC32 if everything goes right. The quality should be unchanged during playback. Right?

Then it is not clear what happened to the first CD.

Re: Need help setting up CUETools

Reply #21
Please provide logs when you can.

Code: [Select]
Track Peak [ CRC32  ] [W/O NULL] [  LOG   ]
 --   97,9 [2D2861E4] [55D54545] [588BBC89]
This says the audio is different from what it was in the EAC log when ripped. It would say CRC32 or
W/O NULL under LOG if the log CRC matched one or the other.

I forgot to mention above that changing the Encode script from default can also alter the CRC hashes.

Now I understand it. LOG must match CRC32 or W/O NULL.

It's just not clear about the audio quality for which these indicators do not correspond.

Can it really be different if these indicators do not correspond?

Re: Need help setting up CUETools

Reply #22
1st rip.
The accurip logs show the new files contain the same audio as the original file.
AccurateRip and the CTDB do not give a clear indication that anything is wrong with the original file.
The difference in CRC found in the EAC log vs the CRC of the original file could at the very beginning or very end of the CD where AccurateRip and the CTDB ignore samples (and an area that is not usually audible).


korth

Re: Need help setting up CUETools

Reply #23
1st rip.
The accurip logs show the new files contain the same audio as the original file.
AccurateRip and the CTDB do not give a clear indication that anything is wrong with the original file.
The difference in CRC found in the EAC log vs the CRC of the original file could at the very beginning or very end of the CD where AccurateRip and the CTDB ignore samples (and an area that is not usually audible).

Thank you very much for your help.

So the other sound is just my imagination?

Re: Need help setting up CUETools

Reply #24
Probably
korth