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 framesfirst_frame_url(string): URL of the first/starting frame (usefal_client.upload_file()for local files)last_frame_url(string): URL of the last/ending frame (usefal_client.upload_file()for local files)