Skip to content

Splits long podcast audio files into smaller segments in a folder

Notifications You must be signed in to change notification settings

joshbmair/podcast-episode-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Podcast Episoder Splitter

Why I made this

The aux cord cord port in my car broke. Instead of getting a Bluetooth car adapter, I figured I could plug a thumb drive into the USB port my car has to listen to my podcasts.

What this script does

  1. This goes through each the MP3 files in a given input folder.
  2. Creates a folder with the name of the MP3 (without the file ending).
  3. Puts 10 minute segments of that podcast in said folder.

Setup

  1. Install FFmpeg.
  2. Install the Python dependencies in requirements.txt.

Usage

python3 main.py <input directory>

About

Splits long podcast audio files into smaller segments in a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages