# Captions

{% tabs %}
{% tab title="Auto Captions" %}
Select **Auto Captions** to transcribe audio and create MOGRTs directly on the timeline.
{% endtab %}

{% tab title="Captions Track" %}
Select **Captions Track** to create MOGRTs from the orange Captions track on the timeline.&#x20;

See [Adobe Transcription](/quickstart-guide/quickstart-guide/adobe-transcription.md) for details.

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

{% tab title="Captions Files" %}
Drag + drop a captions file onto the panel, or hit **Browse** to navigate to a captions file. Captioneer supports caption file formats: SRT, VTT, and CSV.

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

<table><thead><tr><th width="74"></th><th></th></tr></thead><tbody><tr><td>SRT</td><td>SubRip Subtitle files (.srt) are plain text files which include the subtitle text and start and end timecodes.</td></tr><tr><td>VTT</td><td>Web Video Text Tracks (.vtt) are like SRT with more metadata, editing, and styling options.</td></tr><tr><td>CSV</td><td><p></p><p>Comma Separated Values files (.csv) are plain text files that contain a list of data.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Export CSV files from Premiere Pro's <strong>Text</strong> window (Transcript, Captions, or Graphics) for correct formatting. </p><p>We advise using sequences with whole frame-rates (24, 25, 30, 60, etc).</p></div></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

## Captions Post-Processing

{% embed url="<https://youtu.be/s96maom3brQ>" %}

Click **Show more...** for captions post-processing options. The post-processor is a highly useful tool for automatically correcting text and timing.

{% tabs %}
{% tab title="Remove Gaps" %}
Extend MOGRT outpoints to remove gaps in sequence.
{% endtab %}

{% tab title="Remove Line Breaks" %}
Remove Line Break characters: `\r \n`
{% endtab %}

{% tab title="Remove Punctuation" %}
Remove Punctuation characters: `,.!?`
{% endtab %}
{% endtabs %}


---

# 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://docs.captioneer.com/premiere-pro/premiere-pro-plugin/captions.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.
