Video to Audio: Free MP4 to MP3 Extractor Online, No Upload
Extract the audio track from any video — MP4, MOV, MKV, WebM and more — and save it as MP3, AAC, OGG, OPUS, FLAC, or WAV. Runs entirely in your browser, no upload.
Your computer does 100% of the processing — not a server, not the cloud.
FFmpeg runs directly inside your browser via WebAssembly. Your video files never leave your device. No upload, no cloud service — your own CPU pulls out the audio.
- ✓Files stay on your computer — zero upload, zero cloud
- ✓Completely private — no account, no logging of your files
- ⚠First use downloads ~32 MB FFmpeg engine — cached after that
Drop a video file here or browse files
MP4 · MOV · MKV · WebM · AVI · WMV · FLV · M4V · and more
The video track is discarded — you get the audio only
Free Online Video to Audio Extractor, 100% Local, No Upload
This tool uses FFmpeg compiled to WebAssembly and running entirely inside your browser tab. It strips the video track from your file and re-encodes just the audio stream into the format you pick, whether that's a lecture recording buried in a screen capture, the soundtrack from a music video, or a podcast episode someone only sent you as an MP4. Your video files never leave your device. The same CPU that plays the file back in your browser does the decoding and re-encoding, so there's no upload step and no wait for a server to hand a file back to you.
How the extraction works
Drop in a video and the tool loads it into FFmpeg's in-memory filesystem, then runs an encode command with the -vn flag, which tells FFmpeg to discard the video stream entirely and touch only the audio. From there, the audio gets re-encoded into whichever format you selected: MP3 through the LAME encoder, AAC through FFmpeg's built-in encoder, OGG through Vorbis, OPUS through libopus, or left untouched in the case of FLAC and WAV, which copy the underlying PCM data losslessly rather than compressing it away.
Choosing a format and bitrate
MP3 opens on essentially every device and app ever made, which makes it the safe default when you don't know what the audio will end up in. AAC gets you similar quality at a smaller file size and is the native format for Apple devices. OGG and OPUS are open formats favored by web and open-source audio tools, with OPUS in particular squeezing good quality out of low bitrates, which matters if you're extracting audio for something bandwidth-constrained like a podcast feed. FLAC and WAV skip compression trade-offs altogether: FLAC keeps the exact audio data at roughly 50 to 60 percent the size of WAV, while WAV stores everything uncompressed, usually around 10 MB per minute at CD quality. For any lossy format, the bitrate picker runs from 96 kbps up to 320 kbps. Higher bitrates preserve more detail at the cost of a larger file, and 192 kbps is a reasonable middle ground for spoken word or casual listening.
Common use cases
People reach for this when a lecture, webinar, or Zoom recording only exists as a video file but all they actually need is the audio for a commute or a transcript. Musicians pull the audio from a screen-recorded jam session to get a quick reference track without re-exporting from a DAW. Podcasters who record video interviews use it to get a clean audio master for the podcast feed while keeping the video for a separate YouTube upload. It also comes in handy for salvaging a voice memo that got recorded as a video by accident, or for pulling a ringtone-length clip of dialogue or music out of a longer file before trimming it down further in an audio editor.
Extracting audio from several videos
Switch to the Batch tab to apply one format and bitrate to a whole folder of clips. Add files by dragging them in or browsing, then click extract and the tool works through the queue one file at a time, showing a live percentage for whichever file is currently processing. Once a batch finishes, a Download All button grabs every completed file in one go instead of clicking through each one individually.
Tips for cleaner results
- •If the source video has background music mixed with dialogue, extraction alone won't separate the two. Consider this a track pull, not a stem split.
- •Use FLAC or WAV when the audio will get edited further afterward, since re-encoding a lossy file a second time compounds quality loss.
- •Preview the result with the built-in audio player before downloading, so you can catch a wrong format choice before it leaves the browser.
- •Keep the tab open while extraction runs. Closing it or navigating away mid-job stops the FFmpeg worker.
Privacy and local processing
Because the extraction happens entirely on your machine, there's no server that ever holds a copy of your video, and nothing to delete once you're done since nothing left your device in the first place. The only download involved is the FFmpeg engine itself, roughly 32 MB the first time you use it, which your browser caches so later extractions in the same session start right away.
Related: Audio Compressor to reduce the extracted audio file size, or Audio Converter to convert between audio formats.
Frequently Asked Questions
Is Video to Audio free?
Yes — completely free. No account, no subscription, no watermark, and no file size limit beyond your device memory.
Is my video uploaded to a server?
No. Extraction runs entirely in your browser using FFmpeg compiled to WebAssembly. Your video never leaves your device and nothing is sent to a server.
Do I need an account?
No account, no login, and no signup required.
What audio formats can I save to?
MP3, AAC, OGG, OPUS, FLAC, and WAV. MP3 is the most universally compatible; FLAC and WAV are lossless for the highest quality.
How do I convert MP4 to MP3?
Drop your MP4 file, select MP3 as the output format, and click Extract. The audio track is stripped from the video and exported as an MP3 file in your browser — no upload required.
Why does it download ~32 MB the first time?
That is the FFmpeg WebAssembly engine. It downloads once, then your browser caches it so future extractions start immediately with no additional download.