jansendotsh / m4b-split

A quick and dirty Python tool to split M4B files into MP3 files using their embedded chapters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m4b-split

A quick and dirty Python tool to split M4B files into MP3 files using their embedded chapters

Requirements

  • Python 3
    • ffmpeg-python
  • ffmpeg

Usage

  • Install pip modules:
python -m pip install -r requirements.txt
  • Run directly or place into path:
python m4bsplit.py file.m4b

**OR**

ln -s /path/to/git/m4bsplit.py /path/to/path/m4bsplit

About

A quick and dirty Python tool to split M4B files into MP3 files using their embedded chapters


Languages

Language:Python 100.0%