Skip to content

Instantly share code, notes, and snippets.

View klickreflex's full-sized avatar

Daniel Wentsch klickreflex

View GitHub Profile
@klickreflex
klickreflex / convert_m4b.sh
Last active July 9, 2025 07:10 — forked from nitrag/convert_m4b.sh
Audibook convert m4b to mp3. This will split into chaptered mp3 files and automatically reconfigure proper ID3v2 tags. (adjusted to work on MacOS)
#!/bin/bash
#
# brew install id3v2 ffmpeg
#
# USAGE:
# cd /book title/
# bash ~/this_script_path.sh
# rm *.m4b (you need to manually remove the original in case something goes wrong)
#
#