this post was submitted on 15 Mar 2025
11 points (100.0% liked)

Free and Open Source Software

18654 readers
13 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Hi!

If anyone know good Ai or Program to translate (and\or make subs) for video?

Tryed this but get errors all the times :( Looking alternatives

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] nimpnin@sopuli.xyz 4 points 1 month ago* (last edited 1 month ago) (2 children)

EDIT: seems like Whisper might be your best bet, it does speech-to-text + translation via a CLI that can be installed with pip: https://github.com/openai/whisper

Huggingface has loads of models for local speech to text and translation, see https://huggingface.co/docs/transformers/model_doc/speech_to_text

There is probably a nicer UI to use them than python coding, but I don’t know one.

[–] nimpnin@sopuli.xyz 3 points 1 month ago (1 children)

AFAIK, this is the Google translate model that you can deploy locally https://huggingface.co/google/mt5-large

[–] iuvi@lemmy.ml 1 points 1 month ago

Thank you 🙏

[–] iuvi@lemmy.ml 1 points 1 month ago

Thank you 🙏