Python script which reads a directory of narrations, extracts the audio files contained within, and generates subtitle json files for each narration.
To use:
- Clone the repo
- Run
python -m venv venv - Run
.\venv\Scripts\activate.ps1 - Run
pip install -r requirements.txt - Place the narrations in the narrations folder.
- Run
python narration_mp3_extractor.py
Note: This json is similar, but not the same as the json used in syGlass Pro