From 690951f3b0c306dae9ff4bdc0731d6c1bb47f344 Mon Sep 17 00:00:00 2001 From: C4N-6 <82795828+C4N-6@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:05:53 -0500 Subject: [PATCH] m4b-tool: add page (#14830) Co-authored-by: Juri Dispan Co-authored-by: Wiktor Perskawiec Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/m4b-tool.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/m4b-tool.md diff --git a/pages/common/m4b-tool.md b/pages/common/m4b-tool.md new file mode 100644 index 000000000..4166ca661 --- /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`