splitting podcast mp3 into chapters using their metadata. You have one large podcast file with chapter-marks. You want several mp3 files with one chapter each. This script does that.
- install ffmpeg, or copy it in the same directory as the script. Install pydub and mutagen via pip
- copy mp3 file(s) that should be split and have chapter marks in the same folder
- create folder out in the scripts directory
- run script
this python script uses
- pydub with ffmpeg to split the mp3 files
- mutagen to handle metadata.