m1guelpf / yt-whisper

Using OpenAI's Whisper to automatically generate YouTube subtitles
MIT License
1.36k stars 138 forks source link

Can I translate English videos to Korean? #34

Open heeseon87 opened 1 year ago

heeseon87 commented 1 year ago

What should I do?

qaixerabbas commented 1 year ago

You can extract audio from the English Videos and run Whisper for the transcript/subtitle and then you can use a third party module for English to Korean translation. Resulting Korean subtitles can be then used in your video.

I have tried it with Urdu language. But I am not sure if Korean is supported or not.