Replies: 1 comment 1 reply
-
I also notice that even though I chose 64kbps in settings, the rendered files are at 128kbps. I must be doing something wrong. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have overdrive audiobooks in mp3 format and embedded non-standard chapter markers that AudioBookConverter reads. The books are comprised of multiple files, but are not split by chapters (each file contains multiple chapters). I would like to essentially concatenate the mp3s then split them based on chapters read from the metadata. I would rather not re-encode lossy mp3 to mp3 again if I can help it. It would also be fine to create one large mp3 with embedded chapters that other players can read or have some accompanying standard chapter file like a cue sheet.
When I test with version 6.2.10, CPU utilization is high enough for long enough that I think the program is re-encoding mp3 to mp3, even though I have chosen the same bitrate, sample rate, number of channels, and codec. I also chose to avoid re-encoding.
Is it actually re-encoding and is that expected behavior? Any way to achieve what I am looking for? I can hear the quality loss and have been looking for a solution that can avoid this but nothing elegant and simple to use has presented itself. This application seems very close to doing what I want, but I must be missing something! Thank you.
Beta Was this translation helpful? Give feedback.
All reactions