Options (2)
-o, --output-filebooleanCreate an audiobook with the audio files in the input directory
Example:
m4b-tool merge {{path/to/input_directory}} {{[-o|--output-file]}}={{path/to/merged.m4b}}-o, --output-dirbooleanSplit an audiobook into separate files by chapters
Example:
m4b-tool split {{path/to/audiobook.m4b}} {{[-o|--output-dir]}}={{path/to/output_directory}}Examples (5)
Create an audiobook with the audio files in the input directory
m4b-tool merge path/to/input_directory [-o|--output-file]=path/to/merged.m4bMake chapters using the input files' names
m4b-tool merge path/to/input_directory [-o|--output-file]=path/to/merged.m4b --use-filenames-as-chaptersSplit an audiobook into separate files by chapters
Split an audiobook into MP3 files
Adjust chapters using silence detection
m4b-tool chapters path/to/audiobook.m4b --adjust-by-silencemade by @shridhargupta | data from tldr-pages