> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/documentation/master-1.0.6/transcriptions/transcriptions-intro.md).

# Transcriptions intro

In this section we look at [the json spec for a transcription in autoEdit](/documentation/master-1.0.6/transcriptions/transcriptions.md). As well as a few backend modules

* The transcriber module
  * video to audio&#x20;
  * STT sdks
    * IBM&#x20;
    * pocketsphinx
    * Gentle STT
* metadata Reader
* Video preview converter

And client side components

* Hypertranscript&#x20;

In the current implementation, the `The transcriber module`, `metadata Reader` and `Video preview converter` have been combined into a `interactive_transcription_generator` module. that give an audio and video file, generate those outputs.
