/srtgen_whisper

Automatically generate .srt files from media files.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

srtgen

Tool to automatically generate .srt files from media files.

The result is absolute crap, but it is a good starting point to manually make a subtitle, rather than start from scratch.

Install it

cd /tmp/
python3 -m venv srtgen
. srtgen/bin/activate
pip install git+https://github.com/openai/whisper.git
pip install srtgen

Execute it

srtgen --help