# Export shot video

Two entry points for getting one shot out as a file. The shot kebab in the Storyboard is the fast path for a complete video download. The per-render download icon below the main preview gives you finer-grained options for image stills, scene references, or trimmed crossfade segments.

## Watch

{% embed url="<https://www.youtube.com/watch?v=NtDxfBheD6o>" %}

## The two paths

| Path                          | Where                                        | When to reach for it                                                              |
| ----------------------------- | -------------------------------------------- | --------------------------------------------------------------------------------- |
| **Shot kebab → Export Video** | Storyboard, on the shot card                 | You want the whole rendered video as one MP4. Fastest path.                       |
| **Per-render download icon**  | Below the main render preview in the gallery | You want a still image, a scene reference, a crossfade segment, or a bundled ZIP. |

The two paths coexist. Pick by what file you need.

## Shot kebab path (rendered video as MP4)

The newer entry point. One click from the shot card.

1. **In Visualize mode**, find the shot in the Storyboard.
2. **Click the kebab (...) on the shot card.**
3. **Pick Export Video.** The file downloads immediately.

The Export Video entry is hidden when the shot has no selected video render (image-only shots show no Export Video option). Render a video first, then the entry appears.

For exports at the scene or sequence level (per-shot files plus a concatenated cut), use the [Export Video](/publish/export-video.md) options at the scene-group or storyboard-level kebabs.

## Per-render download icon path

The original per-render menu, useful when you want something other than a complete video.

1. **In Visualize mode**, select the shot. The shot's gallery appears on the right with every render produced for it.
2. **Click the download icon** below the main render preview (next to the favorite-heart icon).
3. **Pick the export option** from the popup menu:
   * **Image** – the currently selected generation as a still image.
   * **Scene Reference** – an image of the graybox 3D scene, no image references included. Useful for sharing the structural frame the visualizer sees.
   * **Crossfade Video** – the currently selected video artifacts on the Sequence Timeline, with trim points respected. Useful when you've trimmed a clip and want only the visible portion.
   * **All** – the currently selected image generation plus the scene (3D graybox) image, bundled as a ZIP.
4. **The file downloads automatically** to your local download directory. The OS download notification confirms completion.

## What's in each file

* **Export Video (shot kebab):** the shot's most recent video render as H.264 30fps MP4 at the authored aspect ratio. Audio included if the shot was generated with audio.
* **Image:** the currently selected generation. PNG or JPEG depending on source. Filename: `image (#).jpg` style.
* **Scene Reference:** the greybox 3D scene as a still PNG. Filename: `scene-reference.jpg`.
* **Crossfade Video:** the selected video segments concatenated, MP4. Trim points respected via stream-copy (near-instant) where possible.
* **All:** ZIP containing the selected image plus the scene reference image.

Filenames from the per-render icon menu are generic. The shot-kebab Export Video uses the [filename convention](/publish/export-video.md#filename-convention): `<project>_<scene>_<shot>_<localTimestamp>.mp4`. Rename downstream if you need consistent naming across both paths.

## When to reach for it

* **Sending one shot for review.** A client wants to see a specific framing; the shot kebab Export Video is fastest.
* **Dropping into a downstream edit.** Resolve, Premiere, FCP – the shot kebab path produces the editorial-ready MP4.
* **Sharing the structural frame.** Scene Reference image is the right tool for "what camera angle is this?" reviews.
* **Pulling a trimmed clip.** Crossfade Video respects the trim points you set on the Sequence Timeline.

When not to reach for the shot kebab:

* **You want only a still.** Use the per-render icon's Image option.
* **You want a multi-shot file.** Use [Export Video](/publish/export-video.md) at the scene or sequence level.

## Limits and known issues

* **Shot kebab Export Video requires an existing render.** It exports what's in the gallery. Render first, export second.
* **No re-rendering during export.** Same for both paths.
* **No format or codec choice.** H.264 MP4 only.
* **The Image / Scene Reference / Crossfade / All menu briefly disappeared** in an earlier release while the underlying encode pipeline was being rebuilt. It was restored as part of [Export Video Phase 1](/publish/export-video.md). If you don't see the popup, hard-refresh the app.

## Related

* [Export Video](/publish/export-video.md) – the canonical reference for shot, scene, and sequence-level exports.
* [Scene to video](/publish/scene-to-video.md) – per-scene greybox animatic export from Compose.
* [Direct Render](/visualize/direct-render.md) – the Visualize-mode wireframe-video path.
* [Generate video](/visualize/generate-video.md) – the rendering step that has to happen first.
* [Managing outputs](/visualize/managing-outputs.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.intangible.ai/publish/export-shot-video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
