About this tool
Audio extraction reads a sound track from a media container and outputs a separate audio file for editing or transcription of interviews, lessons, and owned videos. A video can contain multiple languages, commentaries, or surround tracks, while a browser workflow commonly processes the default decodable track.
Extraction may re-encode instead of copying the original bitstream losslessly. Confirm that you have rights to process the video and audio, and check duration, start and end points, and sound quality after output.
How to use it
Upload the video
Choose a browser-supported source and confirm that it contains playable sound.
Set audio output
Choose the format and required bitrate, then start extraction.
Listen for completeness
Check the beginning, end, and random middle points for duration, language, and channel correctness.
Supported range and limits
- Input containers
- MP4, MOV, WebM, MKV, AVI; containers the browser can demux
- Output
- MP3. When a video carries several audio tracks, the default (first) track is used
- Re-encoded
- Yes. The track is decoded and re-encoded to MP3, so one lossy generation is added
- Video track
- Discarded entirely; the original video file is untouched
- Main failure mode
- The whole video is read into memory, so long or high-bitrate sources can run out of it
- Where it runs
- FFmpeg compiled to WebAssembly in your browser; the video is never uploaded
When you would use it
Preparing interview transcription
Export only audio from a meeting or interview video to reduce downstream processing data.
Reusing owned narration
Recover narration from a video you produced for a new edit or archive.
Turning a recorded lecture or interview into audio
When only the sound matters, extracting first and handing the result to Audio to Text is far quicker than processing the whole video.
What to know before you start
- Copyrighted films, courses, and music videos require the appropriate extraction and reuse permission.
- A multi-track container may yield only its default track; verify track selection in professional software for critical media.
- Re-encoded quality is limited by the source track, and a higher bitrate cannot add real detail.
Related concepts
- container
- A media structure organizing video, audio, subtitle, and metadata tracks together.
- audio track
- An independent sound stream inside a container, possibly representing a language, commentary, or mix.