Audio Extractor
Rip the audio track from any video and download it as MP3 or WAV.
100% client-side · no upload
Load a file to begin.
How to use
- Choose your video file. Most common formats (MP4, WebM, MOV, AVI, MKV) are accepted.
- Select MP3 for a compressed audio file you can share, or WAV for uncompressed audio for further editing.
- Click Extract audio and download the resulting audio file.
Related tools
- Extract Audio — supports M4A and OGG too
- Video Muter — remove audio from the video
- Boost Volume — amplify audio before extracting
- Video Compressor — reduce video file size
More ways to use this tool
Frequently Asked Questions
- Is my video uploaded anywhere?
- No. ffmpeg.wasm processes your video entirely in your browser. Nothing is sent to any server.
- Does it work on mobile?
- Yes. Works on iPhone Safari and Android Chrome without installing any app.
- What is the MP3 output bitrate?
- MP3 is encoded at 192 kbps by default, which provides transparent quality for music and speech.
- Are the video frames discarded?
- Yes. The -vn flag tells ffmpeg to drop the video stream entirely. Only the chosen audio codec is muxed into the output container.
Last updated: By jarvisbox