Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 584 Bytes

mp3chaptersplit

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.

how to use

  1. install ffmpeg, or copy it in the same directory as the script. Install pydub and mutagen via pip
  2. copy mp3 file(s) that should be split and have chapter marks in the same folder
  3. create folder out in the scripts directory
  4. run script

dependencies

this python script uses

  • pydub with ffmpeg to split the mp3 files
  • mutagen to handle metadata.