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

# File Transcription

> Learn how to transcribe external audio and video files using Superwhisper.

## Overview

Superwhisper can process external audio and video files. Use it for meeting recordings, lectures, interviews, voice memos, and more scenarios. The app uses the AI and voice settings of your currently active mode, ensuring results match your preferred formatting. It's convenient and straightforward, whether you're recording on another app or device.

<Info>
  **For optimal transcription results, use:**

  * MP3 audio files
  * MP4 video files
  * Mono WAV files with 16 kHz sample rate
</Info>

***

## 1. Transcribing via the Menu Bar

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/superwhisper/CjTilNkn0OPO65M5/images/get-started/transcribe-files-001.png?fit=max&auto=format&n=CjTilNkn0OPO65M5&q=85&s=31271f8d3eb2daf19a3ec275392be9c1" alt="Transcribe with Superwhisper Menu Bar" width="2132" height="932" data-path="images/get-started/transcribe-files-001.png" />

<Steps>
  <Step title="Verify Active Mode">
    Ensure your preferred Supwerhisper mode is active
  </Step>

  <Step title="Open Superwhisper">
    Click on Superwhisper's menu bar icon
  </Step>

  <Step title="Select Transcribe File">
    Choose the "Transcribe File" option from the menu
  </Step>

  <Step title="Choose File">
    Browse and select the audio file you want to transcribe
  </Step>
</Steps>

***

## 2. Transcribing via Finder

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/superwhisper/CjTilNkn0OPO65M5/images/get-started/transcribe-files-002.png?fit=max&auto=format&n=CjTilNkn0OPO65M5&q=85&s=a2da66903caaaebadf4c9319ff213956" alt="Transcribe Finder Files using Superwhisper" width="1794" height="946" data-path="images/get-started/transcribe-files-002.png" />

<Steps>
  <Step title="Locate File">
    Find the audio file in Finder
  </Step>

  <Step title="Right-Click">
    Right-click on the file to open context menu
  </Step>

  <Step title="Open With Superwhisper">
    Select "Open With" > Superwhisper

    * If Superwhisper isn't listed, choose "Other" to select the application
  </Step>
</Steps>

***

## 3. Transcription via Command Line

If you are a technical user, you can also transcribe files directly using Bash:

```bash theme={null}
open /path/to/your/audiofile.mp3 -a superwhisper
```
