Video to Audio

Extract audio from video files

Click or drop a video file here

About Video to Audio

Video to Audio extracts the audio track from a video file using the Web Audio API, entirely in your browser. Note: the output is always a mono WAV file — only the first audio channel is extracted, so stereo sources are downmixed to a single channel, and there's no MP3, AAC, or OGG export option.

How to use Video to Audio

  1. 1Click the upload area and select a video file.
  2. 2Click "Extract Audio" to decode and render the audio track locally.
  3. 3Preview the result in the audio player.
  4. 4Click "Download WAV" to save the extracted audio.

Frequently Asked Questions

What audio format do I get?

Always mono WAV — MP3, AAC, OGG, and FLAC aren't available.

Does it keep stereo audio?

No — only the first channel is extracted, so stereo or multi-channel sources are effectively downmixed to mono.

Is Video to Audio free to use?

Yes, it's completely free with no signup required.

Is my file uploaded anywhere?

No, extraction happens entirely in your browser via the Web Audio API.

Tips & Tricks

  • If you need stereo or a compressed format like MP3, convert the downloaded WAV afterward with a dedicated audio converter.
  • This works on the video's decodable audio track — if your browser can't decode the video's specific audio codec, extraction will fail.
  • WAV files are large and uncompressed — convert to MP3 afterward if file size matters for sharing.
  • Extraction is usually much faster than the video's actual duration, unlike the canvas-based video tools that re-record in real time.