Extracts the audio from a MOV as uncompressed WAV. The right target when the audio is going into an editor or a transcription tool rather than into a music player.
The video codec does not matter
Best case for transcription
For a speech model, mono at 16 kHz is what most expect and it keeps the file small. Both options are on this page.
More than one audio track, and which one you get
Other names for this
Also searched as “quicktime to wav”, “mov audio to wav”.
Questions
- Is the audio re-encoded?
- If the MOV already carries PCM audio, it is effectively copied. If it carries AAC, it is decoded once to PCM — which is unavoidable and adds no further loss.
- What settings suit transcription?
- Mono at 16 kHz, which is what most speech models expect and is far smaller.
- Is my file uploaded?
- No. The demuxing, decoding and encoding all happen in this tab using the browser’s own media stack plus a WebAssembly encoder. A recording can be an interview, a lecture, a private call — none of it is transmitted. Turn your Wi-Fi off after the page loads and it still works.
- How large a file can I convert?
- There is no imposed limit, only your device’s memory — around 2 GB in a desktop browser and 400 MB on a phone, since the file is held in memory while it converts. A two-hour video converts in well under a minute on a laptop.