Bez popisu

Karl0ss ee80890966 Merge pull request #5 from karl0ss/reworked před 1 rokem
.github 1c0cdb6eba Add GitHub Workflow with Pylint analyzer před 1 rokem
.vscode 295918a129 cleanup launch.json před 1 rokem
bazarr-ai-sub-generator 7d92f7ec23 cleanup před 1 rokem
.gitignore 7b9eb02f12 ignore config file před 1 rokem
LICENSE d8a3d96f52 New version using faster-whisper with more model parameters exposed před 1 rokem
README.md 3988ba518b update readme před 1 rokem
config.cfg.example 09e718b597 config update před 1 rokem
requirements.txt d8a3d96f52 New version using faster-whisper with more model parameters exposed před 1 rokem
setup.py 77b28df03d setup.py updates před 1 rokem

README.md

bazarr-ai-sub-generator

This is a fork 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