podcastifier
// Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namepodcastifier
descriptionTurn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
metadata[object Object]
podcastifier
Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
Features
- Parses plain text/HTML input and extracts story bullets.
- Generates TTS per chunk (char limit safe), concatenates via ffmpeg.
- Outputs mp3 with intro/outro.
Usage
python podcastify.py --input newsletter.txt --voice "elevenlabs" --out briefing.mp3