Compatibility with an editor
Turn a phone M4A or an OGG into WAV for older software that only understands PCM.
Guide
Audio Converter re-encodes between MP3, AAC, M4A, WAV, FLAC, OGG, Opus and AC3. It is the “Audio Convert” tab of the audio/video workbench: pick the target format, then pick a quality of 128k, 192k, 320k or “Best”; WAV and FLAC are lossless outputs, so the bitrate selector is disabled for them.
Updated 2026-09-103 min read
Audio Converter re-encodes between MP3, AAC, M4A, WAV, FLAC, OGG, Opus and AC3. It is the “Audio Convert” tab of the audio/video workbench: pick the target format, then pick a quality of 128k, 192k, 320k or “Best”; WAV and FLAC are lossless outputs, so the bitrate selector is disabled for them.
The panel can also handle a video file that is already in the workspace: in that case it states plainly that “the video stream will be discarded and only audio will be output”. The batch button only runs on the audio files in the workspace, so it never pulls audio out of every video at once. Conversion is done by single-threaded ffmpeg.wasm inside the browser.
| Input | Output | Notes |
|---|---|---|
| A 48 kHz WAV recording | MP3 192k |
Good for everyday sharing, markedly smaller than WAV |
| A video file already in the workspace | Choose FLAC → FLAC audio only |
The picture is discarded |
Turn a phone M4A or an OGG into WAV for older software that only understands PCM.
Convert decodable audio into FLAC consistently, keeping the current quality while saving space against WAV.
With the video already in the workspace, choose MP3 or FLAC and get an audio-only file.
Speech and everyday sharing can start at 128k or 192k; when detail matters more, choose 320k or Best, accepting a larger file.
No. Converting back to FLAC only gives lossy content in a lossless wrapper; the information already discarded does not come back.
The input file is handed to ffmpeg.wasm for transcoding only locally in the browser and is never uploaded; the first use downloads about 31–32 MB of ffmpeg core from the site's asset domain or jsDelivr, and that request contains none of your media files.
Updated 2026-09-10
Convert between MP3/AAC/WAV/FLAC/OGG/OPUS/M4A/AC3 with selectable bitrate
Everything runs locally in your browser; files are never uploaded to a server