Skip to content

Instantly share code, notes, and snippets.

View corbindavenport's full-sized avatar

Corbin Davenport corbindavenport

View GitHub Profile
@corbindavenport
corbindavenport / podcast.sh
Last active April 22, 2024 22:38
Bash script to generate MP3 file and chapters text file for a podcast episode
# More information: https://blog.corbin.io/post/748500250878263296/figuring-out-podcast-chapter-markers
# This requires FFMPEG/FFPROBE and JQ to be installed
# On a Mac with Homebrew installed: brew install jq ffmpeg
echo "Audio file: "
read audio
echo "Video file: "
read video