diff --git a/.cli_commands.md.swp b/.cli_commands.md.swp new file mode 100644 index 0000000..fcb12ff Binary files /dev/null and b/.cli_commands.md.swp differ diff --git a/cli_commands.md b/cli_commands.md index fa986b1..17fa3a1 100644 --- a/cli_commands.md +++ b/cli_commands.md @@ -110,3 +110,15 @@ echo "$f uses CCITT" fi done + +### Audiobook commands + + # cd to desired dir, create 'input' dir and put m4b file in it and run command + docker run --rm -it \ + -v "$(pwd)":/data \ + sandreas/m4b-tool \ + split "/data/input/The Haunting of Hill House.m4b" \ + --audio-format mp3 \ + --audio-bitrate 192k \ + --output-dir "/data/split" + -vv