Skip to content

splitting podcast mp3 into chapters using their metadata

Notifications You must be signed in to change notification settings

Nivatius/mp3chaptersplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

splitting podcast mp3 into chapters using their metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages