Loading...
Loading...
Animate a single image into a video using fal.ai Veo 3.1. Use when the user wants to create a video from a still image, animate a photo, or bring an image to life. Supports up to 8 seconds of video with optional audio.
npx skill4agent add bluewaves-creations/bluewaves-skills video-from-imagereferences/fal-api.mdfal-ai/veo3.1/image-to-videopromptimage_urlfal_client.upload_file()| Parameter | Type | Default | Options |
|---|---|---|---|
| string | "8s" | "4s", "6s", "8s" |
| string | "auto" | "auto", "9:16", "16:9" |
| string | "720p" | "720p", "1080p" |
| boolean | true | Disable to save ~50% credits |
python3 scripts/fal_generate.py \
--endpoint video-from-image \
--prompt "Camera slowly pans across the landscape" \
--image /path/to/photo.jpg \
--duration 8s \
--video-resolution 1080p \
--output video.mp4generate_audio: False