# Transcriptions

If first time using the tool go ahead and [setup the STT API system first](https://autoedit.gitbook.io/user-manual/master-1.0.13/setup-stt-apis).

## 1. Adding a video/audio <a href="#adding-a-videoaudio" id="adding-a-videoaudio"></a>

1. Click on `new`
2. Chose the media you want to open, audio or video.
3. Fill in title and description
4. Chose Speech To T ext system you want to use (IBM American English is the default)
5. `Save Transcription`

![](https://3748924334-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKETZisqiBNpYXfFMzt%2F-LKEUVC84akkW9lpSkbg%2F-LKEUW9k9rtO9EtuN7ag%2F1_getting_started.gif?generation=1534636993877656\&alt=media)

[For a list of supported media file type see ffmpeg(which is what has been used for the file conversion under the hood)](https://ffmpeg.org/general.html#Supported-File-Formats_002c-Codecs-or-Features)

The transcription will take a round **5 minutes** process regardless of the length of the media

&#x20;to

![](https://3748924334-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKETZisqiBNpYXfFMzt%2F-LKEUVC84akkW9lpSkbg%2F-LKEUW9mf9SYlJ2WAWJw%2F2_processing_transcription.gif?generation=1534636993154951\&alt=media)

## 2. Selecting text from a transcription <a href="#selecting-text-from-a-transcription" id="selecting-text-from-a-transcription"></a>

If you click on a word the video starts playing from that point.\
Make a selections of text you’d like to include in your video sequence.<br>

![Transcription](https://3748924334-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKETZisqiBNpYXfFMzt%2F-LKEUVC84akkW9lpSkbg%2F-LKEUW9oWnHheJICZM6A%2F3_transcription_2.gif?generation=1534636994002150\&alt=media)

## 3. Exporting a video sequence(EDL) <a href="#exporting-a-video-sequenceedl" id="exporting-a-video-sequenceedl"></a>

Export an EDL, which is an[Edit decision list](https://en.wikipedia.org/wiki/Edit_decision_list).

![Transcription](https://3748924334-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LKETZisqiBNpYXfFMzt%2F-LKEUVC84akkW9lpSkbg%2F-LKEUW9qRME9kkcX0nw0%2F4_export.gif?generation=1534636994099450\&alt=media)

You can export a video sequence of selection as they appear chronologically in the video.

### Other export options

There are other export options such as plain text or timecode text, as well as `srt` captions.

### Note on Paper-editing

If you want to work with more elaborate selections pulling from multiple transcriptions, deciding the order to craft it into a story script [check out the paper-editing section.](https://autoedit.gitbook.io/user-manual/master-1.0.13/paperediting)

## 4. Reconnect in video editing software of choice <a href="#reconnect-in-video-editing-software-of-choice" id="reconnect-in-video-editing-software-of-choice"></a>

[Checkout this section on how to open an EDL](https://autoedit.gitbook.io/user-manual/master-1.0.13/opening-edl-in-video-editing-software) in a video editing software of choice to get a video sequence of your selections.

{% hint style="info" %}
Sign up to the [mailing list](http://eepurl.com/cMzwSX), follow on [twitter](http://twitter.com/autoEdit2) and/or [facebook](https://www.facebook.com/autoEdit.io/) to keep up to date with the latest releases. Say hi at [pietro@autoEdit.io](mailto:pietro@autoEdit.io?Subject=Hello), always curious to hear what autoEdit is helping you with.
{% endhint %}

{% hint style="info" %}
[autoEdit.io](http://www.autoedit.io) it's free and open source. Free as in free speech as well as in free beer. [Help support the autoEdit project to keep it that way](https://donorbox.org/c9762eef-0e08-468e-90cb-2d00643697f8?recurring=true). Support will go towards fixing bugs, adding features, provide support for users etc...
{% endhint %}


---

# 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://autoedit.gitbook.io/user-manual/master-1.0.13/transcribing.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.
