> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Script Editor

> Open a file’s full transcription in Jumper, edit the script view, send segments to the timeline, and export

<video controls autoPlay loop muted className="w-full aspect-video" poster="https://customer-5b7nirmpkyszbexu.cloudflarestream.com/b3c5813226c38f1172c47be4a086f212/thumbnails/thumbnail.jpg?time=2s&height=600">
  <source src="https://customer-5b7nirmpkyszbexu.cloudflarestream.com/b3c5813226c38f1172c47be4a086f212/manifest/video.m3u8" type="application/x-mpegURL" />

  <source src="https://customer-5b7nirmpkyszbexu.cloudflarestream.com/b3c5813226c38f1172c47be4a086f212/downloads/default.mp4" type="video/mp4" />

  Your browser does not support the video tag.
</video>

<Info>
  The file must be analyzed for speech. See [Speech search](/core-concepts/speech-search) and the [Media tab](/interface/media-tab).
</Info>

The **Script Editor** shows the full transcription for a single media file inside Jumper. Use it to review dialogue, hide segments you do not need, jump to timecode in the Source Monitor, and export.

## Open the Script Editor

**From the Media tab**

1. Right-click a file that has speech analysis (green checkmark in **Mark for Speech analysis**).
2. Choose **Open Script Editor**.

**From Speech search**

1. Open the [Search tab](/interface/search-tab), switch to **Speech**, and run a search.
2. On a result, click **Show in script**.

<img src="https://mintcdn.com/jumper/fnBdCzyJ-3NLB84h/images/script-editor-show-in-script.png?fit=max&auto=format&n=fnBdCzyJ-3NLB84h&q=85&s=49eb424db65b90cf21a594c577154baf" alt="Speech search results with Show in script on a result card" width="1024" height="865" data-path="images/script-editor-show-in-script.png" />

The editor opens as a modal with the file name at the top and a search field to find text inside this transcript.

<img src="https://mintcdn.com/jumper/fnBdCzyJ-3NLB84h/images/script-editor-modal.png?fit=max&auto=format&n=fnBdCzyJ-3NLB84h&q=85&s=37f9d6039f68e2b0bc40921582a6c1a9" alt="Script Editor showing timestamped transcript lines and the floating action bar" width="1024" height="876" data-path="images/script-editor-modal.png" />

## Jump to timecode in the Source Monitor

Double-click a transcript line. Jumper seeks the Source Monitor to that segment’s timecode.

## Edit the script

Removing segments in the Script Editor does **not** delete your speech analysis or the files on disk. You are changing what appears in this editor session until you restore or re-open.

* Click a segment to select it. **Shift**-click to extend the selection across multiple segments.
* You can delete the selected segment(s) by clicking **Remove selected** on the floating bar, clicking the **x** button at the right of a segment, or pressing the **Backspace** key.
* Removed segments appear as a chevron in the left margin. Click the chevron to restore that segment.

<Frame caption="Deleted script segment shown as a left-margin chevron that can be clicked to restore">
  <img src="https://mintcdn.com/jumper/1PTNr8duTole0SXd/images/script-editor-deleted-segment-chevron.png?fit=max&auto=format&n=1PTNr8duTole0SXd&q=85&s=64159abbce3a8d0062eafa5f6e8e3c89" alt="Deleted script segment shown as a left-margin chevron that can be clicked to restore" width="1024" height="297" data-path="images/script-editor-deleted-segment-chevron.png" />
</Frame>

Use **Restore all removed** in the **Ellipsis (<Icon icon="ellipsis" />)** menu when you want every hidden segment back.

## Remove silence

When transcribing, Jumper will detect silence between speech segments and mark it as such.

1. Click **Ellipsis (<Icon icon="ellipsis" />)** in the top right of the Script Editor.
2. Choose **Remove silence** (the menu shows how much silence Jumper detected).

<Frame caption="Script with detected silence segments ready to remove">
  <img src="https://mintcdn.com/jumper/1PTNr8duTole0SXd/images/script-editor-remove-silence.png?fit=max&auto=format&n=1PTNr8duTole0SXd&q=85&s=2ea705df825a7f5db5a04de8d4ae8fc4" alt="Script showing silence segments in the editor" width="1024" height="532" data-path="images/script-editor-remove-silence.png" />
</Frame>

## Add segments to the timeline

After you remove segments from the script list, add what you still need:

* Add the **current selection** to the timeline.
* **Add all remaining** segments in one step (for example, strip filler in the editor, then send everything left to the timeline).

## Export and copy

In the Ellipsis (<Icon icon="ellipsis" />) menu:

* **Copy transcript** — full transcript to the clipboard.
* **Export** — **Plain text (.txt)**, **CSV**, **PDF**, or **Word (.docx)**.

On the floating bar you can also **Copy script** (entire script text) and **Copy selected** (only the highlighted segments).

## Display options

In the **Ellipsis (<Icon icon="ellipsis" />)** menu under **Font**, choose **Inter**, **Georgia**, or **Courier**.

* **Hide timestamps** — toggle timecodes in the list.
* **Use light theme** — switch the editor from dark to light.

<CardGroup cols={2}>
  <Card title="Speech search" href="/core-concepts/speech-search" icon="microphone" horizontal arrow="true" />

  <Card title="Search tab" href="/interface/search-tab" icon="magnifying-glass" horizontal arrow="true" />
</CardGroup>
