V2A

MOVMP3 · local

MOV to MP3 Converter

QuickTime and iPhone videos to MP3 — runs locally, files stay on your device.

100% local

Files never uploaded.

Seconds, not minutes

WebCodecs streaming engine.

No size cap

Multi-GB inputs supported.

Open source

Every line on GitHub.

MOV is Apple's QuickTime container, and most of the .mov files in the wild come from one of three places: iPhones, screen recordings on macOS, or video edits exported from Final Cut Pro and iMovie. Inside a .mov you'll almost always find AAC audio paired with H.264 or HEVC video — the same building blocks as MP4, just wrapped in Apple's older container format. Converting MOV to MP3 means demuxing that AAC track and re-encoding it as MP3 so it plays back on devices outside the Apple ecosystem.

AirDrop a video from your iPhone, drop it onto this page, and the conversion runs entirely in your browser. Nothing uploads, no Apple ID required, no iCloud sync. The same goes for QuickTime Player screen recordings — they save as MOV with AAC audio, and the audio comes out cleanly. iPhones and iPads can also write HEVC video in MOV; the fast engine handles that, and falls back to FFmpeg-wasm if your browser somehow can't decode it.

Common scenarios

When to convert MOV to MP3

  • iPhone videos to MP3 ringtones

    Record a vocal snippet on your iPhone, AirDrop the .mov to your Mac, convert to MP3 and trim — instant ringtone material without a paid app.

  • QuickTime screen recordings

    Built-in macOS screen recording saves as .mov. If you only need the narration (tutorial voiceovers, gameplay commentary), strip the video out.

  • Final Cut / iMovie exports

    Edits exported as MOV ProRes or H.264 — pull a clean audio mix for podcast distribution.

  • Voice memo recordings

    Old Voice Memos saved as MOV (pre-iOS 12) or video voice memos can be converted into standard MP3 for easier sharing.

Under the hood

How the conversion works

MOV vs MP4 — what's actually different?

MOV is the older Apple QuickTime container; MP4 (ISO/IEC 14496-14) was derived from it. They share most of the structure, which is why the same codecs (H.264, HEVC, AAC) appear in both. The fast engine treats QuickTime as a first-class input — there is no slow path for normal .mov files.

HEVC and iPhone Pro footage

iPhones since the iPhone X often record in HEVC (H.265) inside a MOV container. Modern browsers (Safari 17+, Chrome 107+) can decode HEVC via WebCodecs. If yours can't, the FFmpeg-wasm fallback takes over automatically.

How to

Step by step

  1. 1

    AirDrop or drag your .mov

    AirDrop from iPhone, or drag a file from Finder. The page processes everything locally.

  2. 2

    Pick MP3 + bitrate

    320 kbps for music or vocal performances; 192 kbps for voice memos and interviews.

  3. 3

    Download the MP3

    When the bar fills, click download. The .mp3 file lands in your Downloads folder.

FAQ

Frequently asked questions

Do I need a Mac for this to work?

No. The page runs in any modern browser — Windows, Linux, ChromeOS, even on iPad. MOV is a container, not an Apple-only file format.

I AirDropped from iPhone and got a HEIC-like file, not MOV. Why?

Photos AirDrop as HEIC (image) by default; videos AirDrop as MOV or MP4. If you received an image file by accident, re-share the video from the Photos app's share sheet to get a video container.

My iPhone video is 4K HEVC. Will it work?

Yes. The fast engine decodes HEVC on supported browsers, and FFmpeg-wasm covers the rest. The audio track is AAC either way, so the MP3 output is unaffected by which video codec was inside.

What about voice memos? Aren't those .m4a, not .mov?

Modern voice memos are saved as .m4a. Drop them onto this page anyway — M4A is supported, and the MP3 conversion works the same way.

Will this strip metadata like GPS or recording date?

MP3 doesn't carry the location and timestamp metadata that MOV does, so that information doesn't transfer. Title and artist ID3 tags are not set automatically — you can edit them in any tag editor after the fact.

See also

Related converters