Initializing... drag & drop files here
Supports: MOV
.mov files. iPhone and iPad screen recordings, QuickTime captures, GoPro clips, DSLR/mirrorless camera footage, and Final Cut / iMovie exports all work. Batch is supported — drop in a folder of recordings and extract audio from every one in parallel.12.5) or HH:MM:SS.sss (00:01:30.500) so you can pull a single clip from a long QuickTime screen recording without re-encoding the whole thing.MOV is Apple's QuickTime container, introduced in 1991 and used by iPhone, iPad, Mac, GoPro, and most professional cameras. The audio inside is typically AAC or PCM. Opus is a modern, royalty-free codec standardized by the IETF in 2012 (RFC 6716) — it's the format WhatsApp, Telegram, Discord, Microsoft Teams, Zoom, and WebRTC-based browser calls use because it sounds excellent at extremely low bitrates and is fully open. Extracting Opus audio from a MOV is the right move when you only need the audio and want the smallest possible file at a given quality:
If you need an Apple-native audio target instead, see MOV to M4A; for universal compatibility see MOV to MP3; for lossless extraction see MOV to WAV.
| Property | MOV (AAC audio inside) | Opus |
|---|---|---|
| Container | QuickTime / MPEG-4 (Apple, 1991) | Ogg (Xiph.Org) |
| Inner audio codec | AAC most common, also PCM/ALAC | Opus only |
| Standardized | ISO/IEC 14496-14 (2003) | IETF RFC 6716 (2012) |
| Compression | Lossy (AAC) or lossless (PCM/ALAC) | Lossy |
| Typical bitrate | 128-256 kbps AAC | 6-128 kbps (sweet spot 24-96) |
| Quality at 64 kbps | Good | Excellent (best-in-class at low bitrate) |
| Quality at 128 kbps | Excellent | Excellent |
| Royalty status | AAC patents licensed | Royalty-free (BSD) |
| Apple device playback | Native everywhere | Safari 17+ only; not in Music/Files/CarPlay |
| Android playback | Native | Native (since Android 5.0) |
| Browser playback | All major browsers | Firefox, Chrome, Edge, Safari 17+ |
| Best for | Apple ecosystem, video containers | Voice/video calls, low-bitrate streaming, podcasts |
| Bitrate | Mode | Use case | Audible vs source |
|---|---|---|---|
| 16-24 kbps mono | VBR | WhatsApp/Telegram-style voice notes | Voice clearly intelligible |
| 32-48 kbps mono | VBR | Podcasts, audiobooks, lectures | Mostly transparent for speech |
| 64 kbps stereo | VBR | Casual music, near-transparent | Better than 128 kbps MP3 |
| 96 kbps stereo | VBR | High-quality music | Effectively transparent |
| 128 kbps stereo | VBR | Archive-grade music | Indistinguishable from source |
| 160 kbps stereo | VBR | Maximum useful Opus rate | Indistinguishable; rarely needed |
Opus is unusual among codecs in that VBR is almost always the right choice — the format was designed VBR-first and constant-bitrate mode exists mainly for streaming pipelines that need predictable bandwidth.
Opus is more efficient than both at every bitrate. At 64 kbps stereo, Opus sounds roughly equivalent to 128 kbps MP3 — half the file size for the same perceived quality. At 24 kbps mono it's clearly intelligible for voice while MP3 at the same rate is famously bad. The catch is playback: Apple devices outside Safari 17+ don't play .opus files natively, so for an iPhone audio library or CarPlay you want MOV to M4A or MOV to MP3 instead. For browser, Discord, Telegram, web players, and Linux pipelines, Opus is the better target.
Some loss occurs because both AAC and Opus are lossy — you're transcoding lossy → lossy. At 96-128 kbps Opus stereo the difference from the AAC source is inaudible to most listeners, even on good headphones. For speech-only sources (interviews, screen recordings, lectures), 32-48 kbps mono Opus is indistinguishable from the original AAC despite being a fraction of the size. Don't try to "upgrade" by picking a much higher Opus rate than the source AAC — the extra bits just store the existing lossy artifacts.
iPhone screen recordings and QuickTime captures wrap H.264 or HEVC video with AAC-LC audio (typically 128-256 kbps stereo at 48 kHz, or mono if the source was a single mic). DSLR and mirrorless camera MOVs use the same AAC audio plus higher-bitrate video codecs. GoPro MOVs use AAC stereo at 48 kHz. The converter decodes the AAC track from the MOV container and re-encodes it as Opus inside an Ogg wrapper.
Yes — the conversion only produces a new audio file; your source MOV is untouched. The output is audio only, with the video track dropped. Useful when you want to keep the full QuickTime recording for editing later but also want a small, shareable audio-only version for podcast hosting, transcription, or Discord/Telegram distribution.
Only inside Safari 17 and later (iOS 17 / macOS Sonoma and newer). The Apple Music app, Voice Memos, the Files app preview, iMessage attachments, and CarPlay all still refuse .opus files. If you need playback across the Apple ecosystem, convert to M4A or MP3 instead. Third-party iOS apps like VLC will play Opus on any iOS version.
Yes — trimming first means the encoder only processes the part you keep, so conversion is faster and the output file is exactly the section you want. Both fields accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for pulling one quote from a long QuickTime interview, isolating a single speaker's segment from a meeting recording, or extracting a 30-second podcast teaser from a longer episode.
The audio metadata in a MOV (title, artist, album, year, comment) maps to Vorbis comments in the Opus output, which is the metadata format Ogg containers use. iPhone screen recordings and most QuickTime captures don't have meaningful audio metadata, so the resulting Opus won't either. Chapter markers from a MOV are not preserved — Opus has no widely-supported chapter format.
No. Convertio caps free uploads at 100 MB and CloudConvert charges by the minute. XConvert processes files entirely on our servers — there's no sign-up, no count cap, and no per-file size limit beyond upload size and connection speed. Drop in a folder of hour-long QuickTime lecture recordings and they all convert in parallel.