GET

/v1/schemas/fal/video/fal-ai%2Fffmpeg-api%2Fimages-to-video

kind inputactivity videohash 6d602aa4extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
images*ImageFrame[]Ordered list of images to play as video frames. Each image is held for its specified number of frames before cutting to the next image.items ≥ 1 · items ≤ 200
fpsnumberFrames per second of the output video.1 ≤ n ≤ 120 · default: 24

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/ffmpeg-api/images-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}