Sin descripción

Karl 7e83e4ef1e cleanup and add ability to process specifc show only hace 8 meses
.github 1c0cdb6eba Add GitHub Workflow with Pylint analyzer hace 1 año
.vscode 7e83e4ef1e cleanup and add ability to process specifc show only hace 8 meses
bazarr-ai-sub-generator 7e83e4ef1e cleanup and add ability to process specifc show only hace 8 meses
.gitignore 7b9eb02f12 ignore config file hace 1 año
LICENSE d8a3d96f52 New version using faster-whisper with more model parameters exposed hace 1 año
README.md 3988ba518b update readme hace 1 año
config.cfg.example 09e718b597 config update hace 1 año
requirements.txt fde1b4d89e add cuda deps hace 8 meses
setup.py 77b28df03d setup.py updates hace 1 año

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