---
title: "Shot Batch"
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/creative/shotbatch
markdown: https://docs.nodetool.ai/nodes/nodetool/creative/shotbatch.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/creative/shotbatch.md
---

# Shot Batch

**Type:** `nodetool.creative.ShotBatch`

**Namespace:** `nodetool.creative`

## Description

Flatten a screenplay into generation-ready shot specs (prompt, timing, keyframe).
    creative, shots, batch, screenplay, prompts

    Use cases:
    - Preparing a screenplay's shots for batch keyframe/clip generation
    - Producing one prompt + duration per shot in a single list
    - Feeding the Shot Chain node a ready-to-render spec list

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| screenplay | `dict` | The screenplay to flatten into per-shot generation specs. | `{}` |
| aspect_ratio | `str` | Aspect ratio applied to every shot spec (e.g. 16:9, 9:16, 1:1). | `16:9` |
| default_duration | `int` | Clip length in seconds for shots without their own duration. | `4` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| shots | `list[dict]` |  |

## Related Nodes

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