---
title: "Add Clips To Timeline"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/timeline/addclipstotimeline
markdown: https://docs.nodetool.ai/nodes/nodetool/timeline/addclipstotimeline.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/timeline/addclipstotimeline.md
---

# Add Clips To Timeline

**Type:** `nodetool.timeline.AddClips`

**Namespace:** `nodetool.timeline`

## Description

Append media to a timeline sequence as clips (videos and images on the video track, audio on the audio track). Creates a new timeline when none is given.
    timeline, clips, append, assemble, storyboard

    Use cases:
    - Assemble generated shots into an editable rough cut
    - Turn a storyboard's images into an animatic
    - Add a generated voiceover or soundtrack under an edit

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| timeline | `timeline` | Timeline to append to. Leave empty to create a new timeline. | `{"type":"timeline","id":null,"data":null}` |
| clips | `list` | Media to append: image, video, and audio references. | `[]` |
| name | `str` | Name for the timeline when a new one is created. | `Untitled video` |
| image_duration_ms | `int` | Clip duration for still images, in milliseconds. | `3000` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `timeline` |  |

## Related Nodes

Browse other nodes in the [nodetool.timeline](./) namespace.
