SRT file translation using ChatGPT automation #1943
EtienneAb3d
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Thank you! have you looked at "Subtitle Edit" ?. it's an ALL-In-One open source subtitle software. if your software adds any new features I'd like to see it in Subtitle Edit as well! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SRT file translation may be complex because of possible bad sentence cut, making each text part loosing its context.
A Whisper user reported me that ChatGPT, with its ability to handle complex processing, is producing much better SRT translations than any other available tools he tested. He asked me if I could automate file processing for this translation task.
I just wrote a versatile Java application to automate ChatGPT queries on a set of files, and I'm providing the SRT translation as an example use case (see the ReadMe):
https://github.com/EtienneAb3d/ChatMate
:)
Beta Was this translation helpful? Give feedback.
All reactions