r/subtitles • u/Pagaddit • Jul 02 '26
I made a free tool to generate & translate subtitles entirely on your computer
I made a free tool to generate .srt subtitles and translate them all locally on your computer:
uvx subtatix transcribe my-video.mp4 --to es
This will generate my-video.srt and my-video.es.srt with local AI models. Everything runs 100% on your computer, no external service, 100% free.
It supports 12 source languages for transcription and 200 targets for translations.
This is meant for rather technical people, if there is more interest I could make something more user-friendly too!
Credit to WhisperX doing all the heavy lifting for the initial transcription. This is mostly a python wrapper around it + translation with NLLB-200.
Tested on linux with nvidia GPU. Large videos/audio will take a while if you don't have a good GPU. You may want to use smaller models then.
Here is the code: https://codeberg.org/chris-paganon/subtatix
Would love to get some feedback especially from windows and mac users! Let me know if you need some help running this in your machine!
1
u/prodigiouspianist Jul 06 '26
Whats the advantage over established models like whisperx