Export scene
flow_export_sceneCombine all clips in a Google Flow scene into one MP4 on your machine; normalizes size, fps, and audio with ffmpeg, then returns the output file path.
Instructions
Combine a scene's clips into one MP4 on this machine (downloads each clip; ffmpeg normalises size, fps and audio, then joins). Returns the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| out_dir | No | ||
| scene_id | Yes | ||
| project_id | Yes | Flow project id (from flow_list_projects). |