video-from-frames

Installation
SKILL.md

Video from Frames

Generate smooth video transitions between two frames using Google DeepMind's Veo 3.1 model via fal.ai.

See references/fal-api.md for setup, Python patterns, and error handling.

API Endpoint

fal-ai/veo3.1/first-last-frame-to-video

Parameters

Required

  • prompt (string): Text description of how the video should transition between frames
  • first_frame_url (string): URL of the first/starting frame (use fal_client.upload_file() for local files)
  • last_frame_url (string): URL of the last/ending frame (use fal_client.upload_file() for local files)

Optional

| Parameter | Type | Default | Options |

Related skills

More from bluewaves-creations/bluewaves-skills

Installs
6
GitHub Stars
1
First Seen
Feb 21, 2026