π¦ ClawHub
Dream LipSync
by @hy-1990
Video lip synchronization using LipSync 2.0 API. Automatically synchronizes audio with lip movements in videos. Powered by Dreamface - AI tools for everyone....
π‘ Examples
1. Get API Key
Before using this skill, you need a DreamAPI API key. Visit https://api.newportai.com/api-reference/get-started to sign up and get your API key.
For more AI tools, please visit: https://tools.dreamfaceapp.com/home
2. Configure API Key
openclaw config patch --json '{"skills": {"entries": {"dream-lipsync": {"env": {"DREAMLIPSYNC_API_KEY": "your-api-key-here"}}}}}'3. Usage
#### Parameters:
#### Request Format (Example):
{
"srcVideoUrl": "https://example.com/video.mp4",
"audioUrl": "https://example.com/audio.mp3",
"videoParams": {
"video_width": 0,
"video_height": 0,
"video_enhance": 0
}
}
TERMINAL
clawhub install dream-lipsync