Turn a concert recording into a playlist
Copy the AAC track straight to M4A and a phone's music app plays it.
Guide
Extract Audio saves the sound inside an MP4, MKV or MOV as a separate audio file — turning a concert recording into songs, or a video course into audio you can listen to on the way to work. It is the “Extract audio” tab of the audio/video workbench and offers two paths.
Updated 2026-09-094 min read
Extract Audio saves the sound inside an MP4, MKV or MOV as a separate audio file — turning a concert recording into songs, or a video course into audio you can listen to on the way to work. It is the “Extract audio” tab of the audio/video workbench and offers two paths.
Path one, a lossless stream copy, does not re-encode at all: the audio stream is moved as it is into a suitable container — an AAC or ALAC track is saved as .m4a, MP3 as .mp3, Opus as .opus, Vorbis as .ogg, FLAC and AC3 under their own names, PCM as .wav, and rarer codecs land in .mka. Because nothing is decoded it finishes in seconds and sounds exactly like the video. Path two, “Convert to MP3”, re-encodes with libmp3lame at -q:a 2 (about 190 kbps VBR): the widest compatibility, at the cost of one more lossy pass.
<original-name>_audio.m4a or <original-name>_audio.mp3.| Input | Output | Notes |
|---|---|---|
MP4 from a phone (AAC audio, 48 kHz) |
Lossless copy → <original-name>_audio.m4a |
Done in seconds, with no loss of quality |
FLV downloaded from Bilibili (MP3 audio) |
Lossless copy → <original-name>_audio.mp3 |
An MP3 track is saved straight as MP3, with no further conversion |
Old WMV (WMA audio) |
Lossless copy → <original-name>_audio.mka; convert to MP3 → <original-name>_audio.mp3 |
Many players do not open mka, so converting to MP3 is the better choice for files like this |
Copy the AAC track straight to M4A and a phone's music app plays it.
Extract the MP4s of a few dozen lessons one by one, convert to MP3 and load them into an audiobook app.
Pull the sound out of an interview video, denoise and de-silence it on its own, then put it back with Add Background Music to Video.
Extract a few hundred megabytes of meeting recording into a few tens of megabytes of audio for archiving.
Copy whenever you can: no loss of quality and more than ten times faster. Convert to MP3 only when the target device cannot read M4A / OPUS, or when the copy landed in .mka.
A raw AAC stream carries no duration information, so players have trouble dragging the progress bar; M4A is an MP4 container holding AAC, which is more compatible and carries exactly the same audio data.
libmp3lame at -q:a 2 is variable bitrate, averaging about 190 kbps, which sounds close to CD quality. For a smaller file use Audio Format Converter and select 128k.
The video is only read and split inside the browser and is never uploaded to a server; the first use downloads about 31 MB of ffmpeg.wasm engine from a CDN (the site's asset domain or jsDelivr) and that request contains none of your file content.
Updated 2026-09-09
Pull the audio track out of a video, losslessly where possible or as MP3
Everything runs locally in your browser; files are never uploaded to a server