Chapterize-Audiobooks
Chapterize-Audiobooks copied to clipboard
Split a single, monolithic mp3 audiobook file into chapters using Machine Learning and ffmpeg.
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...
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...
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...
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...
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...
Add an additional, simple GUI interface for users who are not as comfortable using the command line.
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....