RedpandaCompress Blog

Free Video Compression for Everyone.

Page 2 of 17

The State of Everyday Video, 2026: What Tens of Thousands of Real Files Reveal

A data report from RedPanda Compress. All statistics are aggregates over tens of thousands of real-world video files analyzed in August 2026 — percent-only, no user-level data. Reuse welcome with attribution (see the end of the post).

Methodology & privacy, up front

RedPanda Compress is a browser-based video compressor: files are processed entirely on the user’s device and never uploaded. The telemetry behind this report is deliberately coarse — pre-bucketed ranges (resolution class, duration range, bitrate range), codec names, and connection-quality classes. No filenames, no file contents, no metadata atoms (camera model, GPS), and no per-user profiles; the categories match our public privacy page.

Known biases: this is not a census of “all video” — it is a census of video people need to shrink, so heavy formats are overrepresented. Orientation and resolution could not be determined for roughly a third of files; those are excluded from the orientation and resolution figures. Connection classes come from the browser’s Network Information API, which estimates effective quality — “3G” means “performs like 3G,” not a cell contract. Encoder provenance was measured on a large subsample.

Finding 1 — H.264 is still 82% of everything. AV1 is statistically invisible.

CodecShare of files
H.264/AVC82.1%
HEVC/H.26513.2%
MJPEG1.6%
MPEG-4 Part 2 (the DivX/Xvid era)1.4%
ProRes0.23%
AV10.22%
VP90.18%
VP80.08%

Twenty-three years after standardization, H.264 remains the water everyone swims in. The striking pair: files encoded with ~2003-era MPEG-4 Part 2 still outnumber AV1 files six to one. AV1 has won the streaming-platform war — YouTube and Netflix serve it billions of times a day — but in the world of files people actually hold (camera output, exports, downloads, old archives) it has essentially no presence. Codec adoption in personal files is generational, not technological: files outlive the codecs that made them, and the encoder defaults of cameras and apps — not the preferences of standards bodies — decide what the world’s disks look like. The one codec visibly gaining is HEVC, and it is gaining the same way H.264 did: by being a phone camera default.

Finding 2 — “Video” no longer means “clip”

DurationShare
< 15 s11.8%
15–60 s22.5%
1–5 min30.1%
5–20 min17.1%
20–60 min10.5%
≥ 1 hour7.8%

Nearly one file in five runs longer than 20 minutes, and roughly one in thirteen exceeds an hour — lectures, meetings, screen recordings, gameplay sessions. The mental model of compression as “shrink this phone clip” misses a fifth of the real workload: video is now also a document format, the recording of something that took an hour because the thing itself took an hour.

Finding 3 — Nearly a quarter of desktop video is vertical

Orientation of files processed on desktop computers (where orientation could be determined):

OrientationShare of desktop files
Landscape70.5%
Portrait23.2%
Square6.3%

Vertical video was born on phones, but it now flows routinely through desktop workflows — footage synced, transferred, or downloaded to a PC for editing and sharing. Desktop software that treats portrait video as an edge case is failing nearly a quarter of real files.

Inside the square segment hides this report’s favorite curiosity: 61% of all square videos are below 360p, and 71% run under 15 seconds — a distinct, many-user cluster consistent with animated chat-sticker and emote culture. Even a three-second looping sticker is worth compressing when a chat app enforces a size cap.

Finding 4 — The 5–10 Mbps world, and the quarter that’s already been compressed

Container bitrate (size × 8 ÷ duration) of source files:

BitrateShare
< 1 Mbps10.7%
1–2 Mbps14.2%
2–5 Mbps16.1%
5–10 Mbps23.2% (modal)
10–20 Mbps20.4%
20–50 Mbps9.3%
≥ 50 Mbps5.8%

The modal file arrives at 5–10 Mbps — the default output of phone cameras and screen recorders. But the tails tell the story. One file in seven exceeds 20 Mbps — modern phones shooting high-bitrate 4K their owners immediately need to shrink. And a full quarter of files arrive below 2 Mbps: video that has already been compressed once, being compressed again to squeeze under some app’s attachment limit. Both tails are artifacts of the same mismatch — recording defaults and sharing limits are set by different companies, and users are stuck reconciling them.

Finding 5 — The users the cloud forgets

Roughly one compression job in ten starts on a connection the browser classifies as 3G-class or slower (per the Network Information API’s effective-quality estimate); on desktop alone the share is about one in twelve. The label surprises until you remember what the API measures: effective throughput, which sweeps congested Wi-Fi, VPNs, tethering, and ISP throttling into the same bucket as genuine 3G.

For this population, uploading a gigabyte of video to a cloud service is somewhere between painful and impossible. Client-side processing isn’t a privacy preference for them; it is the only version of the product that works at all.

Finding 6 — 41% of everyday video has been touched by FFmpeg

Video files carry faint fingerprints of the last software that wrote them. Classifying those fingerprints on a large subsample:

Last writerShare
FFmpeg-family (Lavf muxer)41.0%
Other/indeterminate tools28.8%
Video editors12.4%
Android phone cameras7.7%
Unclassifiable4.2%
Apple cameras2.8%
Platform downloads (YouTube-style)2.2%
Action cameras1.0%

Two things stand out. First, FFmpeg — one open-source project — was the last tool to touch two files in five. It is the invisible plumbing inside converters, downloaders, editors, transcoding pipelines and apps that never mention it; no other single piece of software comes close.

Second, read the camera rows together: only about one file in nine still carries a camera’s own fingerprint. Everything else has already been through at least one piece of software — trimmed, converted, downloaded, re-muxed — before reaching us. The “original” straight-off-the-camera video is, by the time anyone needs to share it, a minority artifact.

Honest limits: the fingerprint only names the last writer, not the chain; “Lavf” is a giant catch-all for anything built on FFmpeg; and a missing fingerprint does not prove a file came straight from a camera.

Finding 7 — .mp4 is a monoculture, and one MP4 in seven is lying to you

By file extension, everyday video is astonishingly uniform: nine files in ten are named .mp4. MOV takes most of the rest (7%); MKV, AVI and WebM are all below 1% each. The container war is over.

But the label has quietly stopped meaning what people think it means:

What’s actually inside a .mp4Share
H.264 (plays everywhere)85.2%
HEVC11.6%
MPEG-4 Part 21.3%
MJPEG1.2%
AV1 + others0.7%

14.8% of .mp4 files — one in seven — don’t contain H.264, and most of those carry HEVC, which still fails to play in many browsers and on many non-Apple devices. “It’s an MP4, it’ll play anywhere” was true for fifteen years; phone cameras defaulting to HEVC-in-mp4 have silently broken it. The extension names the box, not the contents — and the box is no longer a guarantee.

(A small aside for trivia lovers: 3% of files have no audio track at all — mostly screen recordings and camera timelapses.)

Summary for the impatient

  1. H.264 is 82% of personal video; AV1 is 0.22% — still outnumbered 6:1 by DivX-era MPEG-4.
  2. Nearly 1 in 5 files exceeds 20 minutes — compression is now a meetings-and-lectures workload.
  3. 23% of desktop video is vertical — and 61% of square video is sub-360p chat stickers.
  4. The modal file is 5–10 Mbps, but a quarter of files are re-compressions of already-compressed video.
  5. ~10% of compression jobs start on ≤3G-class connections — the population client-side tools exist for.
  6. FFmpeg was the last tool to touch 41% of files; only ~1 in 9 still carries a camera fingerprint.
  7. 90% of files are named .mp4 — but one MP4 in seven doesn’t contain H.264 and may not play everywhere.

Reuse this data

Data and charts may be reused with attribution and a link to redpandacompress.com. Questions about methodology: support@redpandacompress.com. All statistics are aggregates over coarse buckets; no user-level data exists to share. If you’re curious how a browser can analyze and compress video without uploading it, we’ve written up how the in-browser pipeline works and how to verify no upload happens.

Which Audio Format Should You Use? MP3, AAC, WAV, FLAC and Opus Compared

Every audio tool eventually asks you the same question: which format do you want? MP3, AAC, WAV, FLAC, OGG, Opus, M4A, WMA. Most guides answer it with a wall of specifications that leaves you no better off than before.

The honest answer is that there are only three questions that matter, and once you have answered them the format picks itself. This guide walks through those three questions, then gives you the numbers and a straight recommendation for each common situation.

The one distinction that explains everything else

Audio formats split into two families, and almost every practical difference follows from which family a format belongs to.

Lossless formats keep every sample the recorder captured. WAV and AIFF store them raw; FLAC and ALAC compress them the way a ZIP file compresses a document — smaller, but you get back exactly what went in. Decode a FLAC and you have the original bit for bit.

Lossy formats — MP3, AAC, Opus, Vorbis, WMA — throw information away permanently. They use a model of human hearing to discard what you are unlikely to notice: sounds masked by louder sounds, frequencies past the edge of your hearing. The result is dramatically smaller, and for listening it is usually indistinguishable. But the discarded data is gone, and no later conversion brings it back.

This is why “convert my MP3 to FLAC to improve the quality” does not work. You get a large file that faithfully preserves the damage the MP3 already did.

The formats, briefly and honestly

  • MP3 — the oldest lossy format still in wide use, and technically the weakest. It survives because it plays on absolutely everything: car stereos, gym equipment, DJ gear, cheap MP3 players, every phone and computer ever made. Compatibility is its entire argument, and it is a very strong argument.
  • AAC (usually in an .m4a file) — the successor to MP3 and meaningfully better at the same bitrate, especially below 128 kbps. It is what Apple Music, YouTube and iPhone recordings use. Support is excellent nearly everywhere, with older or cheaper hardware the exception.
  • WAV — raw, uncompressed, universally readable, and enormous. The standard interchange format for editing and mastering.
  • AIFF — Apple’s equivalent of WAV. Same idea, same size, slightly less universal.
  • FLAC — lossless compression at roughly half the size of WAV. The right choice for archiving. Its weakness is playback support: it works in most modern players but not reliably in car systems or older devices.
  • ALAC — Apple’s lossless format. Essentially FLAC’s equivalent, preferred inside the Apple ecosystem.
  • Opus — the best-sounding lossy codec at low bitrates by a clear margin, and the reason voice chat sounds as good as it does. It is what Discord, WhatsApp voice notes and modern video calls run on. Its weakness is that it is a web and messaging codec: many editors and consumer devices still will not open a bare .opus file.
  • OGG Vorbis — an older open-source lossy format, largely superseded by Opus. You mostly meet it in game audio and older downloads.
  • WMA — a Microsoft format from the Windows Media era. There is no reason to choose it today; you only encounter it in old libraries and need to convert away from it.

The numbers side by side

Sizes below are for five minutes of stereo audio at CD quality (44.1 kHz, 16-bit). They are arithmetic, not estimates: uncompressed stereo CD audio runs at 1,411 kbps, so five minutes is 1411 × 300 ÷ 8 ≈ 53,000 KB.

FormatTypeTypical bitrate5 min stereoPlays on
WAV / AIFFUncompressed1,411 kbps~53 MBEverything
FLAC / ALACLossless~700–900 kbps~28 MBMost modern players
MP3 (320)Lossy320 kbps12 MBEverything
MP3 (192)Lossy192 kbps7.2 MBEverything
MP3 (128)Lossy128 kbps4.8 MBEverything
AAC (128)Lossy128 kbps4.8 MBNearly everything
Opus (96)Lossy96 kbps3.6 MBBrowsers, apps
Opus (64)Lossy64 kbps2.4 MBBrowsers, apps

The important comparison in that table is not top to bottom, it is AAC 128 against MP3 128. Identical size, audibly different result — the newer codec simply spends its bits better. Wherever compatibility allows it, AAC beats MP3 at the same size, and Opus beats both.

So which one should you use?

Your situationUseWhy
Sharing music or a podcast with anyone, anywhereMP3, 192–256 kbpsNothing on earth fails to play it, and the quality is beyond most listening conditions
Spoken word — lectures, interviews, meetingsMP3, 96–128 kbps monoSpeech needs a fraction of music’s bitrate; stereo buys you nothing
Archiving a master recordingFLACLossless, but half the size of WAV
Handing audio to an editor or studioWAVThe universal interchange format; no decode step, no ambiguity
Audio for a website or app you controlOpus, or AAC as a fallbackSmallest files at listenable quality; browsers all support it
Inside the Apple ecosystemAAC/M4A, or ALAC for losslessNative everywhere Apple made it
You have WMA, OGG or bare AAC filesConvert to MP3These are legacy or niche; MP3 ends the compatibility problem permanently

If you want the single-sentence version: MP3 when the file is going to other people, FLAC when it is going into storage, WAV when it is going into an editor. That covers the large majority of real decisions.

Bitrate matters more than format

People agonise over MP3 versus AAC and then export at whatever the default happens to be. Bitrate is the bigger lever. A 320 kbps MP3 sounds better than a 96 kbps AAC, despite AAC being the superior codec, because it was given three times the data to work with.

Useful anchors for MP3:

  • 320 kbps — transparent for practical purposes. Use when storage is irrelevant.
  • 192–256 kbps — the sweet spot for music. Most listeners cannot reliably distinguish 256 from the original on normal equipment.
  • 128 kbps — fine for casual listening, audibly thin on good headphones.
  • 96 kbps or below — acceptable for speech, poor for music.

Doubling the bitrate doubles the file. Going from 128 to 256 kbps is a real, hearable improvement on music; going from 256 to 320 is mostly insurance.

The mistake that actually costs you quality

Format choice is a small effect. Repeated lossy re-encoding is a large one.

Every time a lossy file is decoded and encoded again — MP3 to AAC, AAC back to MP3, or even MP3 to MP3 at a different bitrate — the new encoder discards data based on what it hears, and what it hears is already a lossy approximation. The damage compounds. This is generation loss, and it is the one audio mistake that is genuinely irreversible.

Worked example. You record a 40-minute interview. The recorder gives you a 400 MB WAV. Two sensible paths:

  1. Keep the WAV as your master (or convert it once to FLAC, roughly 200 MB, to halve the storage without losing anything).
  2. Export a 128 kbps mono MP3 for distribution — 40 × 60 × 128 ÷ 8 ÷ 1024 ≈ 37 MB. Small enough to email, and speech at 128 kbps mono is comfortably clear.

What you should not do is edit the 37 MB MP3, export it as MP3 again, then send that to someone who converts it once more. Every export from your lossless master is a first-generation copy; every export from an MP3 is another step down. Keep the master, generate distribution copies from it, and never chain conversions.

Converting between formats without uploading anything

Audio files are frequently the most private things people convert — voice memos, therapy notes, interviews with sources, confidential meetings, unreleased music. Most online converters upload all of it to a server and process it there.

Our audio converter runs the encoder inside your browser tab with WebAssembly, so the recording never leaves your device. There is no upload step and no queue — conversion starts the moment you pick the file. It reads MP3, M4A, AAC, WAV, FLAC, OGG, Opus and WMA, plus the audio track of any common video file.

Direct converters for the most common jobs: WAV to MP3, M4A to MP3, FLAC to MP3, WMA to MP3, Opus to MP3 and MP3 to WAV. If you only need the audio out of a video, use video to MP3.

Frequently asked questions

Does converting MP3 to FLAC improve the quality?

No. FLAC will perfectly preserve whatever it is given, but the data the MP3 encoder discarded is permanently gone. You end up with a file several times larger that sounds exactly like the MP3. Convert to FLAC only when your source is lossless to begin with.

Can people actually hear the difference between MP3 and lossless?

At 256–320 kbps, in blind tests and on ordinary equipment, most listeners cannot reliably tell. It becomes easier on studio monitors or good headphones, with certain material — cymbals, applause, reverb tails. The practical reason to keep lossless is not daily listening, it is that a lossless master survives future editing and re-encoding without compounding damage.

What is the difference between M4A and AAC?

M4A is a container; AAC is the codec inside it. Almost every .m4a holds AAC audio (Apple Lossless is the exception). A bare .aac file is the same audio without the container, which is why .m4a is better behaved — the container carries duration, chapters and artwork.

Which format is best for a podcast?

Record and edit in WAV, publish as MP3. Most podcast hosts require or strongly prefer MP3, and it is the only format guaranteed to work across every podcast app and car system. 96–128 kbps mono for pure speech, 128–192 kbps if you have music beds.

The short version

Decide lossy or lossless first — that follows from whether the file is for listening or for keeping. Then let compatibility break the tie: MP3 for anything going to other people, FLAC for archives, WAV for editors, AAC or Opus when you control the playback. Pick a sensible bitrate, keep your lossless master, and never convert a lossy file into another lossy file.

Need to change a file’s format right now? The RedPandaCompress audio converter is free, has no signup or watermark, and runs entirely in your browser — nothing is uploaded. For a closer look at the lossless-versus-lossy trade-off, see WAV vs MP3, and if you are curious how in-browser conversion works at all, we took the pipeline apart here.

« Older posts Newer posts »