Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-21 00:26:22 +00:00
parent 51e1b58889
commit 49187d6be0
11 changed files with 138 additions and 25 deletions

View File

@@ -10,8 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
- Create an audiobook with the audio files in the input directory:
`m4b-tool merge {{path/to/input_directory}} --output-file={{path/to/merged.m4b}}`
`m4b-tool merge {{path/to/input_directory}} {{[-o|--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`
`m4b-tool merge {{path/to/input_directory}} {{[-o|--output-file]}}={{path/to/merged.m4b}} --use-filenames-as-chapters`
- Split an audiobook into separate files by chapters:
`m4b-tool split {{path/to/audiobook.m4b}} {{[-o|--output-dir]}}={{path/to/output_directory}}`
- Split an audiobook into MP3 files:
`m4b-tool split {{path/to/audiobook.m4b}} --audio-format {{mp3}} {{[-o|--output-dir]}}={{path/to/output_directory}}`
- Adjust chapters using silence detection:
`m4b-tool chapters {{path/to/audiobook.m4b}} --adjust-by-silence`