AudioUtils

Audio Formats VLC Supports and Its Conversion Features

VLC plays almost every audio format. Learn what VLC supports natively, how to use VLC as an audio converter, and when you need a dedicated tool instead.

VLC is the omnivore of media players. The codec stack inside VLC, mostly inherited from FFmpeg / libavcodec, plays virtually every audio format ever shipped to consumers. This guide covers what VLC actually supports, the conversion features many users miss, and the CLI workflows that turn VLC into a passable batch transcoder.

Audio Formats VLC Plays Natively

VLC plays every format below without external codec packs:

  • Common lossy: MP3, AAC (LC, HE, HEv2), M4A, OGG Vorbis, Opus, WMA, AC3, E-AC3 (Dolby Digital Plus), DTS, MP2
  • Lossless: FLAC, ALAC, WAV (PCM, ADPCM, IEEE float), AIFF, WavPack, APE (Monkey's Audio), TAK, TTA
  • High-end: DSD (.dsf, .dff), DTS-HD Master Audio, Dolby TrueHD, multichannel ATMOS streams
  • Containers: MKA, MP4 audio-only, MOV audio-only, OGG, WebM audio, RealMedia, RealAudio
  • Niche: AMR, GSM, MIDI (via FluidSynth or built-in synthesizer)
  • Streaming: Icecast, Shoutcast, HLS audio-only, MMS, RTSP audio

The rough rule: if you have an audio file and you cannot remember what format it is, VLC will probably play it.

Convert/Save Dialog: Built-In Audio Conversion

VLC's File > Convert/Save dialog (Ctrl+R on Windows / Cmd+Shift+S on Mac) is a hidden gem. Steps:

1. Open Convert/Save 2. Add Files (one or more) 3. Click Convert/Save at the bottom 4. Pick a profile from the dropdown — built-in profiles include 'Audio - MP3', 'Audio - Vorbis (OGG)', 'Audio - FLAC', 'Audio - CD' 5. Choose a destination 6. Start

VLC runs the conversion using its internal libavcodec encoders. Speed is roughly 10-30x realtime for typical voice and music on a modern laptop. Quality is good — VLC ships the LAME MP3 encoder, libvorbis, libFLAC, and other production-grade libraries.

Recommended Export Profiles by Use Case

  • For sharing music: Audio - MP3 at 192 kbps. Universal, sounds transparent for most listeners.
  • For archival: Audio - FLAC at compression level 5. Lossless, half the size of WAV, plays everywhere modern.
  • For voice / podcast: Audio - MP3 at 96 kbps mono.
  • For web delivery: Audio - Vorbis (OGG) at q=4-5. Smaller than MP3 at the same quality.
  • For maximum compatibility on legacy devices: Audio - MP3 at 128 kbps CBR.

Customizing the Encoder Profile

The default MP3 profile in VLC encodes at 128 kbps CBR. To get better quality, click the wrench icon next to the profile dropdown and edit:

  • Codec: MP3 (libmp3lame), Vorbis, FLAC, Opus
  • Bitrate: 64 kbps to 320 kbps
  • Channels: 1 (mono) or 2 (stereo)
  • Sample rate: 8 / 22.05 / 32 / 44.1 / 48 / 96 kHz

Save the customized profile so you do not redo it every time.

CLI Mode: Batch Conversion from the Command Line

VLC has a robust command-line interface that supports headless transcoding. Examples:

  • macOS: '/Applications/VLC.app/Contents/MacOS/VLC --intf dummy input.flac --sout "#transcode{acodec=mp3,ab=192,channels=2}:standard{access=file,mux=raw,dst=output.mp3}" vlc://quit'
  • Windows: '"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy input.flac --sout=...'

Looping over many files is straightforward in shell. That said, raw FFmpeg is faster and more flexible for batch work — use VLC CLI when VLC is already installed and you do not want to install FFmpeg separately.

What VLC Does Not Convert Well

  • Variable bitrate edge cases: Some VBR MP3 conversions show duration drift in players that strictly read the Xing header.
  • Lossless to lossless transcodes: VLC can do FLAC > ALAC, but FFmpeg or a dedicated tagger preserves metadata more reliably.
  • Multichannel surround: VLC handles 5.1 and 7.1 in playback but the conversion profiles flatten to stereo unless you customize the profile heavily.

Volume Normalization and Replay Gain

VLC supports ReplayGain on playback (Tools > Preferences > Audio > Replay gain mode). It does not write ReplayGain tags into files during conversion — for that, use foobar2000 or MP3Gain. VLC also exposes volume gain as a fixed offset, useful for boosting quiet recordings without re-encoding.

VLC vs Dedicated Audio Converters

For a single file or a handful of files: VLC is the easy answer if you already have it installed. For dozens to hundreds of files: command-line FFmpeg is faster and more controllable. For privacy when you cannot install software: AudioUtils in the browser handles the conversion locally without anything leaving your device. See convert audio with VLC for the step-by-step workflow inside VLC itself, convert audio with Audacity for the editing-friendly alternative, and Audacity vs AudioUtils for the broader trade-off.

Common Tasks

  • Extract audio from a video: File > Convert/Save, add the video file, choose the appropriate audio profile, save. VLC strips the video stream and writes only the audio.
  • Convert FLAC to MP3: same dialog, source FLAC, profile 'Audio - MP3'. Customize bitrate via the wrench icon if 192 kbps default is not what you want.
  • Merge multiple audio files: open the playlist, save the playlist as 'concatenated' via Stream output. Less reliable than FFmpeg's concat demuxer for production use.

For VLC's broader scope as an everyday converter, see convert audio with VLC. For the GUI-first alternative with serious editing, see convert audio with Audacity.

Quick Conversion Recipes

The most common conversion needs and how to do them in VLC:

  • MP4 video to MP3 audio: File > Convert/Save, drop in MP4, profile 'Audio - MP3', save as .mp3. VLC strips the video and writes only the audio track.
  • FLAC to MP3 320 kbps: Convert/Save, source FLAC, click wrench on 'Audio - MP3' profile, set bitrate to 320 kbps, save.
  • WAV to FLAC: Convert/Save, source WAV, profile 'Audio - FLAC' (or customize MP3 profile to FLAC encoder).
  • OGG to MP3: Convert/Save, source OGG, profile 'Audio - MP3', default 128 kbps or customize bitrate.

Each conversion takes a few seconds for short files, scales linearly with duration. The progress bar shows estimated time remaining.

VLC vs Browser Converters

VLC requires installation and ~100 MB of disk space. AudioUtils requires only a browser. VLC handles formats AudioUtils does not (DTS-HD MA, Dolby TrueHD, multichannel audio). AudioUtils handles privacy concerns VLC's local-only model also handles, but with no install needed. For users without admin rights to install software (corporate laptops, school computers), browser converters are the only option. For users who already have VLC installed for general media playback, the Convert/Save dialog is the path of least resistance.

More to Read

How to Convert Audio Files: Complete GuideHow to Reduce Audio File Size Without Losing QualityHow to Convert iPhone Voice Memo to MP3 FreeHow Audio Compression WorksBest Audio Format for WebsitesHow to Batch Convert Audio FilesHow to Extract Audio from Video FilesDoes Converting MP3 to WAV Improve Quality?How to Convert MP3 to WAV for Music ProductionHow to Convert MP3 to WAV Without Losing QualityHow to Convert MP3 to WAV on Mac and WindowsHow to Convert WAV to MP3 Without Losing QualityWAV File Too Large? Convert to MP3How to Convert iPhone Voice Memo to MP3 FreeHow to Play M4A Files on Android (Convert to MP3)How to Convert FLAC to MP3 Without Losing QualityBest Bitrate for FLAC to MP3 ConversionConvert AAC to MP3: Best Quality SettingsHow to Extract Audio from MP4 FilesConvert iPhone MOV Video to MP3How to Convert WAV to MP3 (The Complete Guide)How to Convert MOV to MP3 (iPhone & QuickTime)How to Convert MP3 to WAV for Editing and DAWsHow to Convert YouTube to MP3 Legally (3 Ways)Best MP3 to WAV Settings for Editing and DAWsBest WAV to MP3 Bitrate for Music, Podcasts, and VoiceMOV to MP3 on Mac: Fastest Ways ComparedHow to Convert M4A to MP3 on iPhone Without a ComputerHow to Convert FLAC to MP3 on MacHow to Convert FLAC to MP3 on WindowsHow to Convert OGG to MP3 on MacHow to Convert MP4 to MP3 on MacHow to Convert MP4 to MP3 on iPhoneHow to Convert MP4 to MP3 on AndroidHow to Convert WMA to MP3 on MacHow to Convert AIFF to MP3 on MacHow to Convert MOV to MP3 on WindowsM4A to WAV: How to Convert and WhyHow to Convert FLAC to OGG VorbisHow to Convert AAC to WAV for EditingHow to Convert WMA to MP3 on WindowsHow to Convert AIFF to MP3 on WindowsHow to Convert OGG to MP3 on WindowsHow to Convert FLAC to MP3 on iPhoneHow to Convert AAC to MP3 on MacHow to Convert M4A to MP3 on Mac: 3 Easy MethodsFLAC to AAC: Bitrate Guide and Practical StepsOGG to AAC: Cross-Platform Audio Migration GuideWMA to OGG: Escape the Windows Media EcosystemWMA to FLAC: Lossless Archiving of Your Old WMA LibraryFLAC to Opus: Web Streaming Optimization GuideAIFF to M4A: Apple Production Workflow GuideWAV to AIFF: Windows to Mac Audio WorkflowHow to Convert AAC to MP3 on iPhoneHow to Convert FLAC to MP3 on AndroidHow to Convert OGG to MP3 on AndroidHow to Convert WAV to MP3 on iPhoneHow to Convert AIFF to MP3 on iPhoneHow to Convert M4A to MP3 on WindowsOpus to MP3: Complete Conversion GuideConvert Audio on Linux: Command Line and Browser OptionsHow to Convert Audio Without Installing SoftwareHow to Convert WMA to MP3 on Mac (Step-by-Step Guide)OGG to FLAC: What to Expect from the ConversionAAC to FLAC: Convert and What to ExpectOpus to WAV: How to Convert and Why You Might Need ToWAV to Opus: The Web Developer's Audio GuideBest Audio Format for Speech-to-Text TranscriptionBest Audio Format for WhatsApp Voice MessagesAudio Formats Windows Media Player Plays NativelyAudio Formats Foobar2000 SupportsAudio Formats Plex Media Server SupportsKodi Audio Format: What Works & What Needs ConversionAudio Formats for PS4 and PS5 USB PlaybackAudio Formats for Xbox USB PlaybackAudio on Nintendo Switch: Limitations and WorkaroundsHow to Play FLAC on iPhone (iOS 11 and Later)How to Play FLAC on Android NativelyWAV to FLAC: Converting Without Any Quality LossAIFF to WAV: macOS to Windows Audio WorkflowM4A to OGG: Converting Apple Audio to Open-SourceOpus Bitrate Guide: 32, 64, 96, 128, 192 kbps ExplainedReduce Audio File Size Without Losing QualityAudio Format Support on Raspberry Pi with mpd and mopidyBest Audio Format in 2025: The Definitive GuideIs yt-dlp Legal? What You Need to KnowLegal Ways to Download Music for Offline ListeningCreative Commons Music for Content Creators: Full GuideWMA to MP3: What to Expect and How to ConvertAIFF to MP3: GarageBand Exports and Quality SettingsHow to Convert Audio on Mac: GarageBand & QuickTimeHow to Convert Audio on iPhone: Files App & BrowserHow to Batch Convert Audio Files: FFmpeg & BrowserExtract Audio from MP4 Without Software (Browser Method)How to Convert iPhone Voice Memo to MP3 (Free, No App)How to Convert Zoom Recording to MP3 (M4A or MP4 Export)How to Convert Google Meet Recording to MP3How to Extract Audio from a Zoom Webinar RecordingHow to Compress Audio in Audacity: Size & DynamicsFFmpeg Compress Audio: MP3, FLAC, Opus & AAC One-LinersCompress MP3 Without Losing Quality: What's PossibleHow to Make a Ringtone From an MP3 (iPhone & Android)How to Trim an MP3 Without Losing QualityHow to Cut Audio in Audacity (2026 Step-by-Step)How to Merge Audio Files: Three Real MethodsHow to Remove Vocals From a Song (Honest 2026 Guide)How to Record Audio on Mac: 2026 GuideHow to Record Audio on Windows: 2026 GuideHow to Record Audio on iPhone: 2026 GuideHow to Edit MP3 Metadata: Tools & WorkflowsHow to Find BPM of a Song: 5 MethodsHow to Split Audio Files: 3 Methods That WorkWhat Is MP3? The Format ExplainedWhat Is WAV? Everything You Need to KnowWhat Is FLAC? The Lossless Audio FormatWhat Is OGG? The Open Container Format ExplainedWhat Is M4A? Apple's Audio Format ExplainedWhat Is AAC? Advanced Audio Coding ExplainedWhat Is AIFF? Apple's Lossless Audio FormatWhat Is WMA? Windows Media Audio ExplainedAudio Bitrate Explained: What It Means for QualitySample Rate Explained: 44.1kHz vs 48kHz vs 96kHzMP3 vs WAV: Which Format Should You Use?MP3 vs FLAC: Lossy vs Lossless ComparedMP3 vs AAC: Which Codec Sounds Better?MP3 vs OGG (Vorbis): The Complete ComparisonFLAC vs WAV: Lossless Formats ComparedM4A vs MP3: Which Should You Choose?Lossless vs Lossy Audio: The Complete GuideAudio Formats Explained: The Complete GuideBest Audio Format for Music ProductionBest Audio Format for PodcastsBest Audio Format for GamingBest Audio Format for Music StreamingBest Audio Format for Archiving MusicWhy WAV Files Are So Large (And What to Do About It)MP3 vs WAV for Audio Editing in a DAWWhen Should You Convert MP3 to WAV?Convert WAV to MP3 for Sharing and EmailM4A vs MP3: Which Has Better Quality and Smaller Size?What Is M4A? The iPhone Audio Format ExplainedHow to Convert MP3 to OGG for Unity Game DevelopmentOGG vs MP3 for Web Audio: Which Should You Use?WAV vs AIFF: Which Uncompressed Format?AAC vs OGG: Which Lossy Codec Wins?Opus vs MP3: The Modern Codec ShowdownM4A vs AAC: What's the Difference?What Is Opus? The Modern Audio Codec ExplainedMP3 vs WMA: Which Format Should You Choose?AAC vs FLAC: Lossy or Lossless — Which to Choose?OGG vs Opus: What's the Difference?Best Audio Format for Discord in 2026Best Audio Format for Video EditingAudio File Size Comparison: MP3, WAV, FLAC, OGG, AACOpus Audio for Web Developers: A Practical GuidePrivacy-First Audio Conversion: Why Browser-Based MattersAIFF vs FLAC: Which Lossless Format Is Better?WMA vs MP3: Which Sounds Better?OGG vs AAC: Which Audio Codec Is Better?M4A vs OGG: Which Lossy Audio Codec to UseBest Audio Format for Zoom RecordingsBest Audio Format to Use in AudacityBest Audio Format for Voice RecordingWhat Is Vorbis? The Open Audio Codec ExplainedWhat Is ALAC? Apple Lossless Audio ExplainedGarageBand Audio Formats: What to Use and WhyiTunes and Apple Music Audio Formats ExplainedAudio Sample Rates: 44.1, 48, 96 kHz ExplainedWhat Is HLS Audio? HTTP Live Streaming ExplainedAIFF vs. AIF: What Is the Difference?Best Audio Format for iMovie: Import and Export GuideAdobe Premiere Pro Audio Format GuideLogic Pro Audio Guide: Best Import & Export SettingsOBS Studio Audio Format and Settings GuideTwitch Audio Requirements: Format, Bitrate & QualitySpotify Audio Format: What You Need to KnowYouTube Audio Requirements: Quality, Format & LUFSTikTok Audio Requirements: Format, Bitrate, and QualityAndroid Audio Formats: Native Support and Best PracticesiPhone Audio Formats: What iOS Supports & Doesn'tBest Audio Format for Ringtones: iPhone and AndroidBest Audio Format for Car USB: MP3, FLAC, or WAV?MP3 Bitrate Guide: 128 to 320 kbps ExplainedFLAC vs Opus: When to Use Each Audio CodecWAV vs MP3: The Honest Quality ComparisonAAC vs. MP3 for Streaming: Which Is Better?Best Audio Format for AudiobooksFFmpeg vs. AudioUtils: When to Use EachAudio Formats for Podcast Apps: Spotify, Apple, and MoreAudio Bitrate vs. Sample Rate: What's the Difference?Audio Transcoding vs. Converting: What Is the Difference?OGG vs FLAC: Which Should You Use?Opus vs AAC: Which Codec Is Better?WAV vs FLAC for Archiving: Which Is Best?M4A vs FLAC: Apple AAC vs Lossless Quality ComparedMP3 vs AAC for AirPods: Does the Codec Matter?Audio Normalization: Peak vs Loudness — When to Use EachAudio Quality Settings: Bitrate, Sample Rate, Bit DepthMP3 vs. WAV for Podcasting: Which Format to UseBest Audio Format for Discord: Opus, MP3, and File LimitsBest Audio Format for TikTok: Specs and Upload TipsBest Audio Format for Instagram Reels and StoriesAudio Sample Rate Explained: 44.1 vs 48 vs 96kHzFLAC vs. ALAC: Lossless Audio Format ComparisonWhat Is VBR vs CBR? Bit Allocation in Audio EncodingAudio File Too Large? How to Reduce Audio File SizeAudio Formats for Zoom: Recordings, Uploads, and SharingContainer vs Codec: The Most Confusing Thing in AudioPCM Audio Explained: Why WAV Files Are So LargeVBR vs CBR for MP3: When Each Mode Is the Right ChoiceMP3 128 kbps vs 320 kbps: Does the Difference Matter?FLAC vs WAV for Music Production: The Practical AnswerM4A vs MP3 for iPhone: Which Format to Use and WhenOGG Vorbis vs MP3: Quality, Compatibility & When OGG WinsBest Audio Format for YouTube Uploads in 2026Best Audio Format for Audacity: Import, Edit, and ExportBest Audio Format for Premiere Pro: Timelines & ExportAudio Bitrate Guide: Right Settings for Every Use CaseWhy Is My Audio File So Large? How to Reduce ItLossless Audio: Is It Worth It? The Honest AnswerMP3 File Corrupted: How to Diagnose and Fix ItAudio Format for Spotify: Upload Specs & What HappensBest Free Audio Converter: Browser-Based vs DesktopAudio Compression Explained: File Size vs Dynamic RangeID3 Tags Explained: MP3 Metadata Standard