Discover and explore top open-source AI tools and projects—updated daily.
InsiderX-ProReal-time video translation and dubbing skill
Top 38.4% on SourcePulse
Summary
This project provides a skill for OpenClaw enabling real-time video translation and dubbing. It automates a complex pipeline, including ASR, translation, voice cloning, and subtitle generation, by leveraging a remote API service. The primary benefit is the streamlined localization of video content, particularly for English and Chinese audiences, via a single API call.
How It Works
The skill accepts video inputs, either as a file upload or a public URL, and initiates an asynchronous job with the audiox-api-global.luoji.cn service. The backend performs background separation, speaker diarization, ASR, translation, voice cloning, dubbing, and subtitle rendering. Users poll for job completion via a job ID and receive a preview URL upon success. This remote-first approach offloads heavy computational tasks.
Quick Start & Requirements
curl and python3.VIDEO_TRANSLATE_SERVICE_API_KEY for authenticating with the remote service.scripts/curl_examples.sh.Highlighted Details
Maintenance & Community
The README provides no information regarding project maintainers, community channels (e.g., Discord, Slack), roadmap, sponsorships, or partnerships.
Licensing & Compatibility
The README does not specify a software license. This omission is a critical adoption blocker, particularly for commercial use or integration into closed-source projects, as it leaves licensing terms undefined.
Limitations & Caveats
The core functionality is entirely dependent on the external audiox-api-global.luoji.cn service, introducing reliance on its availability and terms. Only Chinese and English are supported as target languages. Error handling for API key or token issues directs users to external URLs without providing in-README resolution steps.
3 weeks ago
Inactive