diff --git a/pages/common/m4b-tool.md b/pages/common/m4b-tool.md new file mode 100644 index 0000000000..4166ca6617 --- /dev/null +++ b/pages/common/m4b-tool.md @@ -0,0 +1,12 @@ +# m4b-tool + +> Merge, split, and manipulate audiobook files with chapters. +> More information: . + +- 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`