All Posts programming m4b-tool: merge, split, and manipulate audiobook files with chapters

m4b-tool: merge, split, and manipulate audiobook files with chapters

· 98 words · 1 minute read

m4b-tool is a command-line to merge, split, and manipulate audiobook files with chapters.

Create an audiobook with the audio files in the input directory:

m4b-tool merge path/to/input_directory --output-file=path/to/merged.m4b

Make chapters using the input files’ names:

m4b-tool merge path/to/input_directory --output-file=path/to/merged.m4b --use-filenames-as-chapters

More information: https://github.com/sandreas/m4b-tool .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .