How to extract audio from a video on Mac (to MP3)
Updated 2026-06-22 · Runs locally — nothing uploaded
Pull the audio out of any video as a high-quality MP3 on your Mac — no command line, nothing uploaded. One click with FFmix.
- Output
- Video → MP3 320k
- Processing
- On your Mac
- Setup
- About 2 minutes to set up
- Access
- Free local task
Need just the sound from a video — an interview, a lecture, a song from a clip? You don’t need an editor or an upload site to pull it out.
FFmix’s one-click Video → MP3 320k preset drops the video track and writes a high-quality MP3 next to the original — locally, so the file never leaves your Mac. For a lossless hand-off, it can export WAV instead.
The most common case is pulling an MP3 out of an MP4 — a screen recording, a downloaded clip, a meeting export — and it’s the same single click on any Mac or MacBook. MOV, MKV and WebM work exactly the same way.
Steps
- 1 Drag your video into FFmix.
- 2 Pick the Video → MP3 320k preset (or the Extract audio task).
- 3 Confirm and click Start — the .mp3 saves next to the video.
Advanced: canonical ffmpeg recipe
This is the canonical recipe. FFmix adapts encoder flags to the engine on your Mac, then shows the final command; the command shown is the command run.
ffmpeg -i input.mp4 -vn -c:a libmp3lame -b:a 320k audio.mp3 Drop a file and go — all local, nothing uploaded.
FAQ
What quality is the MP3?
320 kbps by default, which is effectively transparent for speech and music. You can drop to 192 kbps for a smaller file, or export WAV for a lossless master.
Can I extract audio from any video format?
Yes — MP4, MOV, MKV, WebM and more. FFmix reads the file with the bundled ffmpeg engine and writes a clean MP3.
How do I extract just the MP3 from an MP4 on Mac?
Drop the .mp4 into FFmix, pick Video → MP3 320k, and confirm — a clean .mp3 saves next to the original, no command line and nothing uploaded. The same single click works on any Mac or MacBook, and for MOV, MKV or WebM files too.
Is the video uploaded anywhere?
No. The audio is extracted locally on your Mac; nothing is uploaded.
Related guides
Compress a big .wav into a high-quality .mp3 on your Mac — 320 kbps, no command line, nothing uploaded. Also converts M4A and AAC. One step with FFmix.
How to normalize podcast audio to −16 LUFS on MacLevel a podcast episode to −16 LUFS with a −1.5 dB true-peak ceiling and export MP3 on Mac. The loudness pass runs locally with ffmpeg.