Chapterize-Audiobooks icon indicating copy to clipboard operation
Chapterize-Audiobooks copied to clipboard

Split a single, monolithic mp3 audiobook file into chapters using Machine Learning and ffmpeg.

Results 11 Chapterize-Audiobooks issues
Sort by recently updated
recently updated
newest added

Is it possible to just write the CUE file and skip writing the mp3s?

I love that the script can detect and splice a big file into chapters but it would be nice it also supported mp4a encoding consistently. The script is able to...

enhancement

It would be nice if there was some indicator that the ffmpeg subprocess was working (maybe a tail of the SRT file) so as a user we can see it's...

enhancement

In a previous release, I modularized the project so it can leverage multiple different languages dynamically. I need help from people who speak those languages to fill out the excluded...

help wanted

I got the error: ``` Traceback (most recent call last): File "/home/savant/Projects/Chapterize-Audiobooks/chapterize_ab.py", line 1078, in main() File "/home/savant/Projects/Chapterize-Audiobooks/chapterize_ab.py", line 970, in main audiobook_file, in_metadata, lang, model_name, model_type, cue_file = parse_args()...

Some audiobooks don't use normal keywords that can help identify the start of a chapter. For example, some don't say "chapter" before the identifier, but instead just say "One". My...

Improvement

Add additional chapter separators: - Preface - Introduction - Foreword - Afterword Initially these will not be used but can be enabled via a CLI switch until thorough testing is...

enhancement

Option to convert an mp3 file to m4b with embedded chapter metadata.

enhancement

Add an additional, simple GUI interface for users who are not as comfortable using the command line.

enhancement

Hello! ~~I am trying to add a Dockerfile to run this within a container. This loads up and extracts the metadata + cover art, but then hangs on generating timecodes....