youtube-chinese-localizer

Convert YouTube or local videos into Simplified Chinese subtitles and Mandarin dubbing.

95|34|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jiayuqi7813/video-Zebra-china --skill youtube-chinese-localizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-chinese-localizer
Source: https://github.com/jiayuqi7813/video-Zebra-china/tree/main
Command: npx skills add https://github.com/jiayuqi7813/video-Zebra-china --skill youtube-chinese-localizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, faster-whisper, volcengine-python-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of localizing foreign-language videos into Chinese, including generating subtitles and dubbing, saving time and effort in video localization tasks.

Core Features & Use Cases

  • Video Localization: Converts YouTube or local videos into Simplified Chinese subtitles and Mandarin dubbing.
  • End-to-End Pipeline: Handles video download, speech-to-text, translation, dubbing, audio mixing, and exporting.
  • Use Case: If you need to localize a video for a Chinese-speaking audience, this Skill can help you create a localized version with Chinese subtitles and dubbing.

Quick Start

Run the scripts/run_localize_video.sh script with a YouTube URL or a local video file to generate a localized version.

Frequently Asked Questions about youtube-chinese-localizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate YouTube video translation and Mandarin dubbing?

Automate YouTube video translation into Simplified Chinese subtitles and Mandarin dubbing by running a shell script that handles downloading, speech-to-text transcription, translation, and audio mixing.

What is the best way to localize foreign video content for a Chinese audience?

Localizing foreign video content for a Chinese audience involves an end-to-end pipeline that transcribes audio, translates text into Simplified Chinese, generates Mandarin dubbing, and exports the final mixed video.

Do I need specific APIs to generate Chinese subtitles and dubbing from videos?

Generating Chinese subtitles and dubbing requires specific APIs and tools: faster-whisper for transcription, Volcengine TranslateText for translation, and Volc TTS for Mandarin audio synthesis.

Can I process local video files for Mandarin dubbing or does it only work with YouTube links?

Processing local video files for Mandarin dubbing is fully supported; you can pass a local video file directly to the localization script instead of a YouTube URL to generate translated subtitles and dubbed audio.

How does faster-whisper work for video localization into Chinese?

Faster-whisper works for video localization by performing speech-to-text transcription on the video's audio track, which is then translated by Volcengine TranslateText into Simplified Chinese subtitles before Mandarin dubbing.

What are the limitations of using Volc TTS for video dubbing?

A limitation of using Volc TTS for video dubbing is that it only generates Mandarin speech from translated text, meaning the pipeline is strictly specialized for Simplified Chinese localization and not other target languages.