Skip to content
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

Some chapter titles missing from .m4b converted audiobook #37

Closed
jessehansen opened this issue Nov 11, 2020 · 8 comments
Closed

Some chapter titles missing from .m4b converted audiobook #37

jessehansen opened this issue Nov 11, 2020 · 8 comments

Comments

@jessehansen
Copy link

I'm converting several of my audiobooks to .m4b at I've noticed that the chapter titles are missing from the later chapters in the book. All of the chapter titles are present in the metadata, but when using ffprobe after conversion you can see missing titles. I've attached a log file (level 4) and the output of ffprobe. I've tried this with "Verify and adjust chapter marks" set to "No" and "In all conversion modes" with the same result.
AaxAudioConverter_2020-11-11_002.log
ffprobe-output.txt

@jessehansen jessehansen changed the title Some chapters missing from .m4b converted audiobook Some chapter titles missing from .m4b converted audiobook Nov 11, 2020
@audiamus
Copy link
Owner

Hmmh. The log file reports success. But it seems to only affect one of the two chapter variants. It may have to to with ATL.net, which is responsible for writing the chapters.

What does MediaInfo say in tree view for "Menu 1" and "Menu 2"?

Can you also try AAX Audio Converter 1.15.0? (You should uninstall first, otherwise the installer may refuse to downgrade). 1.15 uses ATL.net in unbuffered mode.

@jessehansen
Copy link
Author

MediaInfo Shows all of the chapters correctly in Tree view:
Capture

I tried with 1.15.0 and it does show all chapter names in both ffprobe and MediaInfo

@jessehansen
Copy link
Author

Here's the Menu #1 and #2 for 1.15.0

Menu1
Menu2

@audiamus
Copy link
Owner

Thank you.

So, I suggest to stick with 1.15.0 for the moment. Unless you want to do anything that is listed in the release notes for 1.15.1 and 1.15.2 you should be fine.

I will try to reproduce the issue myself and then forward the matter to the ATL.net project.

@jessehansen
Copy link
Author

Thanks, I'll stick with the earlier version for now.

@vi3itor
Copy link

vi3itor commented Nov 19, 2020

Thanks for the great solution for converting my audiobooks.

I tried to convert 2 books and I have a similar problem: in my case, all the chapters have the same name. I downgraded to 1.15.0 and everything works fine.
Please let me know if you need any additional information (logs, or even files to reproduce the problem).

@audiamus
Copy link
Owner

audiamus commented Nov 19, 2020

I could reproduce the issue myself. It's caused by the current version 3.13 of ATL.net which introduced a new buffering strategy. Something may go wrong there. In version 1.15.0 I am using the previous version 3.12 of ATL.net, and in unbuffered mode, because the old buffering mode was allocating too much memory. Unbuffered mode requires much more disk I/O, so buffered mode is preferable.

I reported it last week to the ATL.net project. It has already been acknowledged but the ATL.net author is currently busy with another task. "Stay tuned" he says. ☺️

@audiamus
Copy link
Owner

ATL.net published a new version with the fix yesterday. I have linked against this and just released the new version as 1.15.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants