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: What does fix offset do if you leave it on? (Read 1605 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

What does fix offset do if you leave it on?

I just reencoded ton of FLAC rips. I just noticed CUETools was set to Action/Encode/Fix offset (0 selected) the entire time. Does this do anything bad? lol

Re: What does fix offset do if you leave it on?

Reply #1
Anytime you change the offset you remove samples from one end of the rip and pad zeroes (null samples) to the other end.
Some may consider that bad.

The original purpose of the script was: If your rip didn't match a certain set of conditions with regard to AccurateRip (ARv1) confidence, apply an offset to an alternative pressing that did. The goal being an accurate result without the need to check other pressings.
So having the script enabled may do nothing, may offset by a few samples, or by hundreds of samples. That would depend on how many pressings (offsets) are in the AccurateRip database, the AccurateRip confidence (ARv1) of each track of each pressing, the AccurateRip confidence of each track of your original rip (without additional offset), and the settings on http://cue.tools/wiki/CUETools_Advanced_Settings:_AccurateRip#Fix_offset

There should be a message in the .accurp log file if any offset was applied.
Code: [Select]
Offset applied:
:
korth

Re: What does fix offset do if you leave it on?

Reply #2
Thank you for the info! :D .. CUETools is pretty confusing to me. hehe

I looked in all the recent logs and didn't find anything applied. I am using 2.2.2 cause i'm too lazy to update most of the time. Does that mean it's basically the same output as if I had used encode if verified? No need to redo from the source files?

Cheers :D

Re: What does fix offset do if you leave it on?

Reply #3
Both will throw a warning and stop if the rip is not in the AccurateRip database.
'encode if verified' doesn't apply offset and only encodes if AccurateRip verified (again based on conditions).
'fix offset' will still encode if 'fix' conditions aren't met. It just won't apply (fix) offset.

If concerned, notepad++ can quickly scan all .accurip files. Then if you want, redo any that were offset.
korth

 

Re: What does fix offset do if you leave it on?

Reply #4
Thanks again. :)