About Extract Audio
AntiUpload's Extract Audio tool is the pro-user version of audio extraction: instead of just MP3, you pick the output format from the five mainstream audio container/codec pairs that real-world editing pipelines expect — MP3 (universal lossy), WAV (uncompressed PCM for editing), OGG Vorbis (open lossy), M4A AAC (Apple-friendly), or FLAC (lossless compressed for archival). Each format gets its own encoder configured for that codec's strengths: libmp3lame for MP3, native AAC encoder for M4A, libvorbis for OGG, PCM 16-bit for WAV, and flac with compression level 5 for FLAC.
If your goal is just a phone-friendly audio file for casual listening, our MP4-to-MP3 tool is the simpler one. This tool is for users who know specifically which format and encoding profile they want — sound designers extracting WAV for a Logic / Pro Tools project, archivists pulling FLAC for long-term storage, audio editors who need M4A for AirDrop into iOS apps. The format dropdown drives the codec; the bitrate ladder (for lossy formats) and a VBR toggle (for variable bitrate encoding on MP3 / OGG / M4A) control quality.
Lossless formats — WAV and FLAC — don't expose a bitrate setting because their output size is determined by the source audio's sample rate, bit depth, and (for FLAC) actual content, not a user-chosen target. The UI hides the bitrate picker when you pick WAV or FLAC. The bitrate ladder for lossy formats (64 / 96 / 128 / 192 / 256 / 320 kbps) is the same ladder all five codecs respect; under VBR mode, each codec's matching quality target is used (libmp3lame V0, vorbis q6, AAC q5). The whole encoding pipeline runs locally on your device via FFmpeg WASM — no upload, no file-size cap, no watermark.
How it works
- Drop your video fileAccepts every common container: MP4, MOV, WebM, MKV, AVI, M4V, FLV. The tool drops the video stream and only re-encodes the audio, so processing is faster than a full video conversion.
- Pick the output formatMP3 for compatibility, WAV for editing, M4A for Apple, OGG for open-format projects, FLAC for archival lossless. The bitrate / quality controls below adjust based on format — WAV / FLAC hide the bitrate picker (they're lossless).
- Choose CBR or VBR (for lossy formats)CBR (constant bitrate) gives predictable file sizes. VBR (variable bitrate) gives smaller files at the same perceived quality by spending more bits on complex passages and fewer on simple ones. VBR is the modern recommendation for non-streaming use.
- Set channels if neededPreserve source layout is the default. Mono cuts file size in half — useful for podcast / voice content. Stereo upmixes mono source (rarely useful).
- Click ExtractAudio-only re-encoding is fast: a 1-hour video typically extracts to FLAC in ~30s on a modern laptop. WAV is fastest (no encoding work, just sample conversion). MP3 and AAC take slightly longer.