blender_sequencer
Manage video sequencer operations: add movie or image strips to channels, set frame ranges, and render sequences to video files or image sequences for output.
Instructions
Drive the video sequencer: add movie or image strips to channels, set the frame range, and render the sequence out to a movie or image sequence.
This is the route to an actual rendered video rather than a single still.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | What to do in the video sequencer. | list |
| end | No | ||
| mode | No | For op='render'. | MOVIE |
| name | No | Strip name. | clip |
| path | No | For op='add', an image or movie file. | |
| start | No | ||
| output | No | Output path or directory. | |
| channel | No | ||
| frame_end | No | ||
| frame_start | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |