> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/set-up-your-production/chapter-index.md).

# Set up graphics output

Use this chapter when Captivate needs to send graphics or Program to another part of your production system. These outputs are the standard ways Captivate feeds switchers, displays, encoders, SDI cards, NDI systems, vMix, TriCaster, and other production tools.

Which output you choose follows from how Captivate fits your production. If you haven’t made that decision yet, start with [Choose how Captivate fits your production](/set-up-your-production/how-it-fits-your-production.md) — it maps each integration model to the right output and alpha setting.

Before configuring a graphics output, check the project’s video format and alpha settings — output drivers use those project settings when sending Program to SDI, NDI, Display output, files, and other destinations. If the output needs transparency, make sure **Alpha** and premultiplication are set correctly for the destination. See [Set the project format](/set-up-your-production/set-up-your-project.md).

Primary destinations are selected through the **Program Out** menu.

## What’s in this chapter

* [Output graphics to a display](/set-up-your-production/chapter-index/output-graphics-to-a-display.md) — to an HDMI or DisplayPort-attached screen, with a downstream key color.
* [Output graphics with SDI](/set-up-your-production/chapter-index/output-graphics-with-sdi.md) — to a Blackmagic DeckLink or AJA SDI card, key + fill or single-output.
* [Output graphics with NDI](/set-up-your-production/chapter-index/output-graphics-with-ndi.md) — broadly supported network video, with audio and tally; the usual path into vMix and other software switchers.
* [Output graphics with OMT](/set-up-your-production/chapter-index/output-graphics-with-omt.md) — Open Media Transport, a low-latency NDI-class network video transport.
* [Output graphics to a TriCaster](/set-up-your-production/chapter-index/output-graphics-to-tricaster.md) — TriCaster’s AirSend, with bidirectional tally and command support.
* [Output graphics to OBS Studio](/set-up-your-production/chapter-index/output-graphics-to-obs.md) — direct integration via the NewBlue OBS plugin, for OBS workflows.

## Related

* [Set the project format](/set-up-your-production/set-up-your-project.md) — the project’s video format and alpha settings shape every output here.
* [Streaming & delivery](/set-up-your-production/chapter-index-6.md) — for sending or capturing the finished result: streaming, virtual webcam, recording to files.
* [Troubleshooting](/troubleshooting/branch-index.md) — if an output is configured but nothing is reaching the destination.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://captivatehelp.newbluelive.com/set-up-your-production/chapter-index.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
