> For the complete documentation index, see [llms.txt](https://swell-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swell-ai.gitbook.io/docs/product-guides/transcript-and-clip-editor.md).

# Transcript & Clip Editor

The left side is your Transcript and on the right will be your Transcript's Clip Editor.&#x20;

More about the clip editor and how to create clips here:&#x20;

<figure><img src="/files/WRYp33UuucYAXywHCX89" alt=""><figcaption></figcaption></figure>

## **Overview**

Here's what our Transcription can do for you

1. &#x20;**Automatic Filler Word Removal:**  Filler words in your podcast are automatically removed for a cleaner transcript.
2. &#x20;**Word-by-word Transcription:** Our AI transcribes word by word, meaning every word is timestamped and is linked a specific time stamp in the transcript file
3. &#x20;**Word-by-word Highlighting:** Words being spoken are highlighted for easy tracking.
4. &#x20;**Listen to the Transcript:** All words are timestamped, so you can click on any word in the transcript and start listening.
5. &#x20;**Real-time Editing:** Make updates to the transcript text and save changes easily.
6. &#x20;**Scroll and Navigate:** Scroll through the transcript and jump to a specific section in the audio file.
7. &#x20;**Word Highlighting:** Whatever word is currently being spoken is highlighted in the transcript.
8. &#x20;**Speaker Labels:** The AI is trained to identify multiple speakers in the audio. The labels serves as the name of each speaker.

### What Do These Buttons Do?

**Clipboard:** This button let's you copy your Transcript that can be pasted on any document. The pasted document will be based on your Transcript Format. This format can be edited on your Project's Settings.&#x20;

<div align="left" data-full-width="false"><figure><img src="/files/MkMFbZY4seg5gKKjN4Hn" alt="" width="375"><figcaption></figcaption></figure></div>

**Show Timestamps:** This button will show the Timestamps of each line in your Transcript.

<div align="left"><figure><img src="/files/Resl0wOwhEOoyGwaQWIq" alt="" width="375"><figcaption></figcaption></figure></div>

**Find and Replace:** This button will access the Find and Replace Tool.

<div align="left"><figure><img src="/files/3gsOnxLsPMAIyAp5cy7d" alt="" width="375"><figcaption></figcaption></figure></div>

**Share:** This button will give you a link that you can copy and share to your team. Click the switch to allow the link to be shared.&#x20;

<div align="left"><figure><img src="/files/8IeG0ClUTg71P2Vlcgal" alt="" width="375"><figcaption></figcaption></figure></div>

**Export:** This button will give you export options for your Transcription. (Export formats include: . vtt  .srt  and .txt) You can also see the option to export them to your authorized destinations.&#x20;

<div align="left"><figure><img src="/files/AcL05MgrL5pDAUsFqRbv" alt="" width="375"><figcaption></figcaption></figure></div>

## Transcription Accuracy

Alright, let's talk about transcription accuracy. So, our transcript hits a **99% accuracy level**, which is pretty much on par with what a human can do. Here's how we came up with that number: we took the same file and ran it through Swell and Rev.com and then compared the two. That's where the 99% accuracy comes from.

Now, **the 1% inaccuracy mostly comes from** dealing with people and business names. So to address this we created a universal find and replace tool that makes it super easy to swap out those names, more on that below.

## Find and Replace

The Find and Replace is a simple tool that lets you search for specific keywords within a transcript and replace them with something else in Swell. It's super useful when you need to fix typos or update names.

You can use it on just one transcript or apply changes to all your documents at once. If you find yourself constantly fixing the same mistake, you can create a find and replace rule at the project level, and it'll automatically correct it every time in the future.&#x20;

<figure><img src="/files/toAwCitgsSH0qYNhwDaK" alt=""><figcaption></figcaption></figure>

### &#x20;How To Use Find and Replace

Step 1: The "Find and Replace" feature can be found on top right of your Transcript. Click the **Find and Replace** button to access it.

Step 2:  Simply type in the terms you want replaced and the terms you want it to be replaced with. When done, click on "Replace" to apply the changes.&#x20;

<figure><img src="/files/Sfj8jT4jIhwenb82uyRU" alt=""><figcaption></figcaption></figure>

If you want the changes to apply as well to your other documents, tick the "Update All Documents" box below then click on "Replace" to apply the changes to all documents under the episode.

<figure><img src="/files/z6QCZHhMqISXmCawxygt" alt=""><figcaption><p><strong>Important Tip: Always remember to press "Save" on your transcript after making these edits!</strong></p></figcaption></figure>

If you want these changes to apply to future uploads under the project, tick the "Add Find and Replace Rule". These rules will be automatically applied to all future documents and transcripts under this project every time a new episode is uploaded.

<figure><img src="/files/PsV4kAXqughXX4axlZpR" alt=""><figcaption></figcaption></figure>

You can also Add more or Delete these rules. This can be found on your Project Settings

<figure><img src="/files/UAHnraOCkSBwoH8Q66gk" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://swell-ai.gitbook.io/docs/product-guides/transcript-and-clip-editor.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.
