Browse Source

[nb] Commit

master
rdrew 3 weeks ago
parent
commit
2ec0db5411
  1. BIN
      .cli_commands.md.swp
  2. 12
      cli_commands.md

BIN
.cli_commands.md.swp

Binary file not shown.

12
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

Loading…
Cancel
Save