Sen descrición

Karl0ss bfb2332649 Merge pull request #8 from karl0ss/reworked hai 3 meses
.github 1c0cdb6eba Add GitHub Workflow with Pylint analyzer hai 10 meses
.vscode 966fa639c4 more updates, working with whisper and faster-whipser hai 4 meses
bazarr-ai-sub-generator e44448e33e dont process files with subtitles hai 3 meses
.gitignore 7b9eb02f12 ignore config file hai 10 meses
LICENSE d8a3d96f52 New version using faster-whisper with more model parameters exposed hai 10 meses
README.md 3a72af4892 Update README.md hai 10 meses
config.cfg.example 09e718b597 config update hai 10 meses
requirements.txt 966fa639c4 more updates, working with whisper and faster-whipser hai 4 meses
setup.py 281b3cabc1 more cleanup hai 4 meses

README.md

bazarr-ai-sub-generator

This is a rework of faster-auto-subtitle using faster-whisper implementation.

This repository uses ffmpeg and OpenAI's Whisper to automatically generate and overlay subtitles on any video.

This script will connect to your Bazarr instance to get a list of shows that require subtitles and start processing each video to create, by default Engligh subs, these are then written to the file as Soft subtitles.

It will then send an update to Sonarr and once that is done update the file in Bazarr and move onto the next file.

Clunky, and slow, but works.

Installation

Usage