blender_edit_sequencer
Add, modify, delete strips, add transitions and effects in Blender's Video Sequence Editor. Supports video, image, audio, text, color, adjustment layers.
Instructions
Edit the Video Sequence Editor (VSE) — add/modify/delete strips, add transitions and effects. Supports video, image, audio, text, color, and adjustment layer strips.
Use this when: you need to edit video sequences or add VSE effects.
Do NOT use for: compositor node effects (use blender_edit_nodes with tree_type=COMPOSITOR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The sequencer operation to perform. | |
| strip_type | No | Type of strip to add (for add_strip action). | |
| filepath | No | File path for VIDEO/IMAGE/AUDIO strips. | |
| channel | No | VSE channel number. | |
| frame_start | No | Start frame of the strip. | |
| frame_end | No | End frame of the strip. | |
| strip_name | No | Strip name for modify/delete/move operations. | |
| text | No | Text content for TEXT strips. | |
| font_size | No | Font size for TEXT strips. | |
| color | No | Color [r,g,b] or [r,g,b,a] for TEXT/COLOR strips. | |
| effect_type | No | Effect type for add_effect action. | |
| transition_type | No | Transition type for add_transition action. | |
| transition_duration | No | Duration in frames for transitions. | |
| settings | No | Additional strip/effect-specific settings. |