-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrupt files when merging many mp3 files #239
Comments
I had this in a few cases. The ONLY solution I could find was to use --audio-profile=aac_he |
I am using the docker, so can try this. I thought the aac_he profile is for low bitrates, so won't preserve the high quality I want to keep on encoding? |
The selected For a list of profiles, see
While you are absolutely correct, that this bug is very annoying, my investigation did not have any results besides What you could try: Is a similar bug is happening using https://github.com/yermak/AudioBookConverter, another great project for audio book conversion. They internally are also using |
You're right, the fact the filesize was ~1/2 of the input mp3s was throwing me but everything seems to be working as expected. I'll try with audiobookconverter when I can and report back |
Interesting, AudiobookConverter does work (running on Windows). Here's the afinfo output for the final file:
and the first input file:
The filesize is also slightly larger than using m4b-tool, so it's apparently not a filesize thing. Hopefully that helps, happy to do more tests on my end if you think that would be helpful! |
Unsure if this is an m4b-tool issue or something else, but I'm currently trying to merge the mp3s from a graphic audio novel into a single m4b. The total filesize is 2.2GB, and the file when I use the audio spec in the mp3s (2 channels, 256k bitrate, 44100kHz sampling) leads to an unopenable file. There are no errors throughout the run, the file produces successfully. Turning down e.g. bitrate or the number of files merged works, so it's not an issue with the files themselves. Are there any recommendations here?
The text was updated successfully, but these errors were encountered: