dexus 30 Posted 3 hours ago Posted 3 hours ago (edited) I am not going to get into the Ai vs no Ai argument here.. Truth is there is too many facets to that discussion. Me personally see it as a tool as any other, and use it both professionally and privately. If anyone wishes to not use it, good on you. I won't try to convince you. That said.. I have made myself a tool that I use to get Norwegian subtitles when none exist, based on existing subs in other languages (any language in fact). I DOES use AI, because a good LLM is needed to get great translation, as it understands context and slang etc, making the subtitles feel normal and with a good flow. In my opinion, it makes virtually flawless subtitles. It is very easy to use, and you can utilize both API calls to external LLM's or local if you have hefty hardware.. but to be honest, API calls to a very capable LLM is the way to go as of now, if you want flawless subs. I use DeepSeek API, and yes.. I know.. it's chinese. I don't care. It is by far the cheapest option, and costs virtually nothing to use compared to other options.. And ALL i send them is subtitles to be translated, nothing else. If you would like to check the project out, it is here: https://github.com/dexusno/Translate_Subs It is of course fully open source with an MIT license so you can do with it what you want, and is python based.. with wrappers for powershell and bash (debian / ubuntu). AND of course you can translate to ANY language of your choice, from any language that is available. To be clear, I do respect everyone that does not want to use AI, but the truth is, we can't put the cat back into the bag, it's here to stay. And I for one, will use the tool, rather than ignore its existence. Still, everyone must decide for themselves. I also believe that AI is not needed in the base Emby code, but plugins are always welcome.. That way everyone has a choice. Edited 3 hours ago by dexus 1
dexus 30 Posted 1 hour ago Posted 1 hour ago On 2/4/2026 at 3:48 AM, yocker said: I would rather have an AI create subtitles than painstakingly making them my self. In fact i often have to using Bazarr and whisper because subtitles in Danish can be very hard to find. Hey, my Danish neighbor! check out my translation project using AI here: https://github.com/dexusno/Translate_Subs It works like a charm, and DeepSeek API is so cheap it's ridicolous.
BillOatman 597 Posted 1 hour ago Posted 1 hour ago 2 hours ago, dexus said: I am not going to get into the Ai vs no Ai argument here.. Truth is there is too many facets to that discussion. Me personally see it as a tool as any other, and use it both professionally and privately. If anyone wishes to not use it, good on you. I won't try to convince you. That said.. I have made myself a tool that I use to get Norwegian subtitles when none exist, based on existing subs in other languages (any language in fact). I DOES use AI, because a good LLM is needed to get great translation, as it understands context and slang etc, making the subtitles feel normal and with a good flow. In my opinion, it makes virtually flawless subtitles. It is very easy to use, and you can utilize both API calls to external LLM's or local if you have hefty hardware.. but to be honest, API calls to a very capable LLM is the way to go as of now, if you want flawless subs. I use DeepSeek API, and yes.. I know.. it's chinese. I don't care. It is by far the cheapest option, and costs virtually nothing to use compared to other options.. And ALL i send them is subtitles to be translated, nothing else. If you would like to check the project out, it is here: https://github.com/dexusno/Translate_Subs It is of course fully open source with an MIT license so you can do with it what you want, and is python based.. with wrappers for powershell and bash (debian / ubuntu). AND of course you can translate to ANY language of your choice, from any language that is available. To be clear, I do respect everyone that does not want to use AI, but the truth is, we can't put the cat back into the bag, it's here to stay. And I for one, will use the tool, rather than ignore its existence. Still, everyone must decide for themselves. I also believe that AI is not needed in the base Emby code, but plugins are always welcome.. That way everyone has a choice. Nice! I wrote this one that creates subs from the audio that uses Whisper SubtitleCreator
dexus 30 Posted 1 hour ago Posted 1 hour ago 1 minute ago, BillOatman said: Nice! I wrote this one that creates subs from the audio that uses Whisper SubtitleCreator LOL! I am actually working on one that does that as well, but also uses api calls to an LLM to fine-tune the subs, and keeping them in the "netflix rules" for subs, correcting grammar, punctuation and shortening sentences that are longer than the standard etc. Refinement stage. In the translation project there is alot more to it than meets the eye.. it uses quite advanced processes to ensure that we have bulletproof timing and that the llm doesn't f*ck it up.
Neminem 1626 Posted 23 minutes ago Posted 23 minutes ago (edited) @dexus Nice more options are always nice I have used this for 1 or 2 years now. lingarr-translate/lingarr: Lingarr is an application that supports both local and SaaS translation services to translate subtitle files into a specified target language. With automated translation options, Lingarr simplifies translating subtitles. With a combination of Bazarr and Whisper for those pesky not found subs in any language. It runs in docker, so that might not be for all. But using that with libretranslate. This is mostly because I strip out all embedded subs from my media. And only use .srt subs. Edited 15 minutes ago by Neminem adding
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now