What is video-translation?
Translate and dub videos from one language to another, replacing the original audio with TTS while keeping the video intact. Source: noizai/skills.
Translate and dub videos from one language to another, replacing the original audio with TTS while keeping the video intact.
Quickly install video-translation AI skill to your development environment via command line
Source: noizai/skills.
Translate a video's speech into another language, using TTS to generate the dubbed audio and replacing the original audio track.
Use the youtube-downloader skill to download the video and its subtitles as SRT. Make sure you specify the source language to fetch the correct subtitle.
Read the downloaded .srt file. Translate its contents sentence by sentence into the target language using the following fixed prompt. Keep the exact same SRT index and timestamp format!
Translate and dub videos from one language to another, replacing the original audio with TTS while keeping the video intact. Source: noizai/skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/noizai/skills --skill video-translationTranslate and dub videos from one language to another, replacing the original audio with TTS while keeping the video intact. Source: noizai/skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/noizai/skills --skill video-translation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/noizai/skills