skills.vishalvoidskills/vishalvoid
Technical & DevelopmentBeginner

fal-lip-sync

Create talking head videos and lip sync audio to video

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/fal-ai-community/skills --skill fal-lip-sync

Overview

What This Skill Does

Create talking head videos and lip sync audio to video

Application

When to use this Skill

Documentation

Show Skills.md file

fal-lip-sync

Create talking head videos, sync lips to audio, and animate portraits using fal.ai models.

Scripts

Script Purpose
talking-head.sh Generate a talking head video from an image + audio/text
lip-sync.sh Sync lips in an existing video to new audio

Usage

Talking Head (Image + Audio → Video)

./scripts/talking-head.sh --image-url "https://example.com/portrait.jpg" --audio-url "https://example.com/speech.mp3" --model veed/fabric-1.0

Talking Head (Image + Text → Video with auto TTS)

./scripts/talking-head.sh --image-url "https://example.com/portrait.jpg" --text "Hello, welcome to our presentation" --model fal-ai/creatify/aurora

Lip Sync (Video + Audio → Synced Video)

./scripts/lip-sync.sh --video-url "https://example.com/video.mp4" --audio-url "https://example.com/new-speech.mp3"
Lines 1 - 27 of 76

Recommendations

Explore other random skills

All skillsMy patterns