Universal PDF
Guides

Audio and Video Conversion Explained: Formats, Codecs and When to Convert

By the Universal PDF Team · Published · Updated · 8 min read

Convert audio or video when something won't play, won't upload, or is too big, and only then. A conversion can never improve quality; at best it preserves it, and every lossy re-encode costs a little. This guide explains containers vs codecs in plain language, which formats play where, and when converting actually solves your problem.

Container vs codec: the distinction that explains everything

Every media file has two layers, and most conversion confusion comes from mixing them up.

The container is the box, the file extension you see: .mp4, .mkv, .mov, .wav. It bundles the streams together (video, audio, subtitles) and stores metadata like duration and chapter marks. The codec is how the actual audio or video inside the box is compressed: H.264, VP9 or AV1 for video; AAC, MP3, Opus or Vorbis for audio. The names are separate for a reason: the same container can hold different codecs, and the same codec can live in different containers.

This is why "it's an MP4 but it won't play" happens: the player recognizes the box but can't decode what's inside it. And it's why some conversions are nearly lossless while others aren't. Changing only the container (MKV to MP4 with compatible streams) can repackage the same data, while changing the codec means decoding and re-compressing everything.

Which formats play where?

Audio formats

FormatTypePlays whereBest for
MP3LossyEffectively everywhere (the universal audio format)Sharing, podcasts, maximum compatibility
WAVUncompressedEverywhere, but files are largeEditing, recording masters, audio for video work
M4A (AAC)LossyApple ecosystem natively; most modern appsVoice memos and iTunes-era audio; slightly better than MP3 at the same size
FLACLosslessMost modern players; patchy in Apple appsArchiving music with zero quality loss at roughly half WAV size
OGG (Vorbis/Opus)LossyOpen-source software, games, web; weak on Apple devicesWeb and app audio where you control the player

Video formats

FormatWhat it isPlays whereBest for
MP4Container, usually H.264 + AACEffectively everywhere; the safe defaultSharing, uploading, editing, archiving
MOVApple's containerGreat on Apple; mixed elsewhereiPhone/Mac recordings and Apple-centric editing
MKVFlexible open container, multiple audio/subtitle tracksDesktop players like VLC; poor on TVs, phones, webLocal media libraries and multi-track files
WebMOpen web container (VP9/AV1 + Opus)All modern browsers; weak outside the webEmbedding video on websites
AVILegacy container from the 1990sOld software; increasingly unsupportedNothing new: convert old AVIs to MP4

If you just want the safe answer: MP3 for audio, MP4 for video. Both open on essentially every device, app and website in use today.

Does converting reduce quality?

Here's the honest version, because this is where most guides oversell. Converting can never add quality that isn't in the source. A 128kbps MP3 converted to FLAC or WAV becomes a much larger file with exactly the same 128kbps sound. The detail the original compression discarded is gone permanently.

  • Lossless → lossless (WAV ↔ FLAC): no quality change, ever. Only the file size changes.
  • Lossless → lossy (WAV → MP3): one deliberate, controlled quality trade for a much smaller file. This is the normal, sensible direction.
  • Lossy → lossy(M4A → MP3, or any video re-encode): each generation discards a little more, because the new encoder compresses the previous encoder's artifacts. One conversion is usually inaudible or invisible; five stacked conversions are not.

Two practical rules follow. Keep your best original and convert copies from it, rather than converting the converted. And don't re-encode without a reason: if the file already plays where you need it, leave it alone.

When does converting actually help?

  • Compatibility.The most common reason: a MKV your TV refuses, a MOV a Windows app won't open, an OGG an iPhone ignores, an ancient AVI. Converting to MP4 or MP3 makes the file boring, in the best way.
  • Upload requirements. Web forms, CMSs and editing tools often accept only specific formats; converting is the price of admission.
  • File size.A WAV attachment that's too big to email becomes a fraction of the size as MP3. For video, see Compress Video, which targets size directly.
  • You only need the audio. Extracting the soundtrack from a video (more below) drops the file size dramatically.
  • Editing workflows.Audio editors prefer WAV; converting an MP3 to WAV before editing doesn't improve it, but it does avoid repeated lossy saves during the edit.

When does it nothelp? Rescuing bad recordings (conversion isn't restoration), "upgrading" to a higher bitrate or resolution (a 480p video re-encoded at 1080p is a bigger 480p video), or converting for its own sake.

Which format should you pick? Common scenarios

  • Sending a voice recording to anyone: MP3. It opens on every phone, every computer, every messaging app.
  • Archiving music you care about: FLAC. Lossless, so nothing is discarded, at roughly half the size of WAV. Convert to MP3 copies for devices as needed.
  • Audio you're about to edit: WAV. Editors handle it natively and you avoid stacking lossy saves while you work.
  • A video that has to play on a TV, in a browser, or on someone else's machine: MP4. It is the closest thing video has to a universal format.
  • An iPhone recording a Windows user can't open: MOV → MP4. Same footage, friendlier box.
  • A downloaded MKV your smart TV rejects: MKV → MP4. Often the video inside is already compatible and only the container is the problem.
  • Anything still in AVI: AVI → MP4, and retire the AVI. Support only shrinks from here.

What settings actually matter?

For most conversions you don't need to touch anything; sensible defaults exist precisely because the details rarely matter for everyday use. When they do, only a couple of knobs are worth knowing about. For lossy audio, bitrate is the size-vs-quality dial: higher keeps more detail and a bigger file, lower trades detail for space, and speech tolerates far lower bitrates than music does. For video, resolutionis the honest one. Downscaling 4K to 1080p genuinely shrinks a file for a screen that can't show the difference anyway. What's never worth doing is turning either dial up: exporting a modest source at a high bitrate or resolution manufactures a bigger file, not a better one. When in doubt, leave the defaults alone and check the result plays where you need it.

How do you convert a file (step by step)?

  1. Open Audio Converter for music and voice files, or Video Converter for video, and drop your file in (files up to 100MB are accepted).
  2. Pick your output format from the choices offered (MP3, WAV, M4A, FLAC and OGG on the audio side; MP4, MOV, MKV, WebM and more for video) and start the conversion. Your file uploads over an encrypted connection. Short clips take seconds, and longer video can take a few minutes.
  3. Download the converted file and check it plays where you needed it to.

Universal PDF runs on a single Pro subscription: one plan unlocks every tool on the site and covers downloading your results, with no per-tool fees and nothing to install. Current plan options are shown at checkout, and you can cancel anytime.

Direct pair tools like M4A to MP3 or MP3 to WAV skip the format picker if you already know both ends.

How do you extract audio from a video?

A surprisingly common need: you have a lecture recording, an interview, a concert clip, and you only want the sound. MP4 to MP3 does exactly this: drop the video in, and the tool discards the video stream and gives you the soundtrack as an MP3, typically a small fraction of the original file size. The same works from other containers via MOV to MP3 and MKV to MP3. Quality-wise the honesty rule applies: the audio can only be as good as the track inside the video, and this is one lossy re-encode, which is fine for speech and casual listening. If the audio is headed into an editor rather than a playlist, extract to WAV instead via MP4 to WAV: the file is much larger, but you skip a lossy step before your editing begins, which is exactly where that matters.

What if you want the words, not the audio?

If the end goal is text (meeting notes, quotes from an interview, subtitles), skip the format juggling and go straight to Transcribe Audio (or Transcribe Video for video files). Transcripts are machine-generated, and accuracy varies with audio clarity: clean, single-speaker recordings transcribe well; crosstalk, heavy accents and background noise produce more errors to correct.

The short answer

Containers are the box, codecs are the compression inside it. Default to MP3 and MP4 when in doubt, convert only when compatibility, size or an upload requirement demands it, always keep the original, and never expect a conversion to improve quality; it can't. When you do need to switch, Audio Converter and Video Converter cover the formats above in a couple of clicks.

Related tools

Related articles