Translates videos including subtitles, voice cloning, and lip sync. Use when user wants to translate video, dub video to another language, convert video language, localize video content, create multilingual video, add translated voiceover, change video audio language, or produce foreign language version. 视频翻译、配音翻译、字幕翻译、视频本地化、多语言视频、翻译视频、视频配音、语言转换。
Translates video content to another language using AI voice cloning, lip sync, and subtitle translation.
Use this skill when:
Obtain the video URL that needs translation.
Call submitAideoTask with:
getAideoTaskStatus to check progressMaximum wait time: 20 minutes
If task exceeds 20 minutes, report as timeout failure.
On completion, return the translated video URL.
User request: "Translate this Chinese video to English"
submitAideoTask:
prompt: "Translate this Chinese video to English, including subtitle translation and voice dubbing with emotion preservation"
multiInputs: ["chinese_video.mp4"]
User request: "Create a Japanese version of this video"
submitAideoTask:
prompt: "Translate this English video to Japanese with natural voice cloning and lip sync"
multiInputs: ["english_video.mp4"]
User request: "I need this video in Spanish"
submitAideoTask:
prompt: "Translate this video to Spanish with dubbed audio and translated subtitles"
multiInputs: ["source_video.mp4"]