abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.15k stars 96 forks source link

Select translation language #111

Closed AndryOre closed 4 months ago

AndryOre commented 4 months ago

Currently it only automatically translates to English, I would like to be able to select a different translation language.

abdeladim-s commented 4 months ago

@AndryOre, the Whisper model supports translation only to English. If you want to translate to other languages you can use the translation tool included with the project.

AndryOre commented 4 months ago

But whisper docs says it is multilingual 😞

abdeladim-s commented 4 months ago

Yes, it is multilingual in the sense that it can transcribe different languages but not to translate to another language. i.e, transcription supports multi-languages but translation supports only English.

AndryOre commented 4 months ago

oh I understand, thank you very much

abdeladim-s commented 4 months ago

You are welcome :)