mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
536 B
Plaintext
18 lines
536 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|