How translating Korean audio into Japanese text #2105
-
How to translate non-English audio into non-English, such as translating Korean audio into Japanese text? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Whisper directly supports direct translation of audio only the from language X into English. If you want to target Japanese and still want to use Whisper, you would need to do a two step process where you first do a direct transcription into Korean, and then use a separate model or API (e.g. DeepL, ... etc.) to translate that into Japanese. |
Beta Was this translation helpful? Give feedback.
-
Hi @aguang1201
|
Beta Was this translation helpful? Give feedback.
-
I want to translate a video in English to Spanish |
Beta Was this translation helpful? Give feedback.
Hi @aguang1201
if your input audio is in Korean and you want to translate KR to JP, you could use the following command.
I think the output quality of the large model is better than one of the small model for Korean.
whisper --model large --language ja input_audio.mp3