HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

m4b-tool — Merge, split, and manipulate audiobook files with chapters. More information: <https://github.com/sa

Submitted by: @import:tldr-pages··
0
Viewed 0 times
splitcommandandaudiobookmanipulateclimergem4b-tool

Problem

How to use the m4b-tool command: Merge, split, and manipulate audiobook files with chapters. More information: <https://github.com/sandreas/m4b-tool>.

Solution

m4b-tool — Merge, split, and manipulate audiobook files with chapters. More information: <https://github.com/sandreas/m4b-tool>.

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

Code Snippets

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

Context

tldr-pages: common/m4b-tool

Revisions (0)

No revisions yet.