π¦ ClawHub
kameo
by @veya2ztn
Generate expressive talking-head videos from static images using Kameo AI. Converts static avatars/portraits into dynamic 5-second videos with realistic facial expressions, lip-sync, and motion. Use when you need to bring static images to life, create AI character videos, demonstrate visual communication, or generate talking avatars from photos.
β‘ When to Use
π‘ Examples
scripts/generate_video.sh [output_file]
Example:
scripts/generate_video.sh avatar.jpg "Hello, I am an AI assistant" output.mp4
π Tips & Best Practices
1. Optimize image size - Resize large images before encoding (saves bandwidth, faster upload)
ffmpeg -i large.jpg -vf scale=720:-1 optimized.jpg
2. Use descriptive prompts - Enhanced prompts = better results
3. Choose aspect ratio wisely - 9:16: Mobile/social media (TikTok, Instagram Stories) - 16:9: Desktop/YouTube - 1:1: Profile pictures, square posts
4. Monitor credits - Check balance with scripts/check_credits.sh
TERMINAL
clawhub install kameo