Hello,
I have created a console app that uses Amazon, Google, IBM and Microsoft API translation services to translate subtitles files.
I know there are websites that translate subtitles for free, such as: https://translatesubtitles.com/index.php and http://www.subtitulando.com.ar/ (this one rather finds than translates). And these tools are good and I still even use them where it is only 1 subtitle like for a movie. But it is time consuming to translate, let's say 9 seasons which each one has 24 episodes, that's 216 files you have to manually translate, for just 1 TV show.
One main motivation to do this was, to watch not so popular TV shows with my significant other since it is in a different language. It is so easy to find English subtitles but hard to find in your own native language and the correct sync'ed one.
The other motivation, was to learn about Cloud Api's and to have a hobby project to work on.
Two caveats; the translation is not perfect, but it is something, and the app is not very "user friendly". I have made some improvements for v2, that should relieve some frustrations.
There is more information on the README.md file.
Project url: https://github.com/jonwolfdev/QuickSubtitleTranslator
You may compile it yourself or download a release: https://github.com/jonwolfdev/QuickSubt ... r/releases
I wanted to share this in hopes that someone finds this helpful. If you do find this helpful, drop me a comment or feedback.
Also, I wasn't sure where I could post this, so I chose this section.
Thanks for reading.