Could you add a way to manually translate the text #14
Replies: 3 comments
-
I think you can just comment out line 137| # Translate
138| individualLanguageSubsDict = translate_dictionary(individualLanguageSubsDict, langDict, skipTranslation=skipTranslation) and put your translated subtitles inside a folder Note that this is assuming you're translating using the same length for phrases as your original subtitles, if you change the structure or order of the phrases you may get weird results. Also, I'm assuming the settings for video file name are unchanged (video.mp4 and subtitles.srt) |
Beta Was this translation helpful? Give feedback.
-
I tried this but it gave me an error. Is there anything else that I should be doing? |
Beta Was this translation helpful? Give feedback.
-
That is why I created discussion #59 |
Beta Was this translation helpful? Give feedback.
-
I don't like to add a credit card to google cloud, so could you maybe add a way to translate the text manually.
This could be a way to just do it manually through Google Translate or do something like Dutch to English.
Beta Was this translation helpful? Give feedback.
All reactions