Skip to content

Instantly share code, notes, and snippets.

View EstesE's full-sized avatar
🌴
...

Eric EstesE

🌴
...
  • Proxima Centauri, Proxima b
View GitHub Profile
@nitrag
nitrag / convert_m4b.sh
Last active July 19, 2024 16:04
Audibook convert m4b to mp3. This will split into chaptered mp3 files and automatically reconfigure proper ID3v2 tags.
#!/bin/bash
#
# sudo apt-get 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)
#
#