Answer

AV1 vs HEVC for web delivery.
Let the viewer's device pick the codec.

AV1 compresses harder, and HEVC reaches more Apple hardware. MDN documents that Safari plays HEVC on any device running macOS High Sierra or later, but plays AV1 only on devices with an AV1 hardware decoder. Outside Safari the conditions flip: HEVC in Chrome and Edge on Windows depends on hardware, while MDN attaches no hardware condition to AV1. On a host that serves your export as uploaded, the device you are sending to decides, not a compression chart.

See the plans

Video hosting for filmmakers · 5 GB free · Paid plans from USD 9/month

By uncompressed.io · Updated September 2026

The short answer

Each codec loses somewhere,
and the other one wins somewhere else.

Send HEVC when the viewer is on Apple hardware you cannot name precisely. Send AV1 when you know the device has an AV1 decoder, or when the viewer is on Chrome, Edge or Firefox under Windows and you would rather avoid HEVC’s hardware and extension conditions there. When you do not know the device at all, neither codec is the safe answer, and the question becomes a different one.

High Sierra

Safari HEVC floor

MDN: Safari supports HEVC for all devices on macOS High Sierra or later.

M3

Safari AV1 floor on a Mac

MDN: M3 MacBooks and later, iPhone 15 Pro, and iPhone 16 and later. Hardware decoder required.

0

re-encodes on our side

The file you upload is the file the browser receives, in the codec you chose.

A compression chart is a fair way to compare AV1 and HEVC on a platform that transcodes every upload: the platform picks what each viewer receives, so your choice only shapes the master it starts from. Here there is no transcode and no rendition ladder. One link serves one file. If that file is AV1 and the client opens it on a device MDN does not list for AV1 in Safari, nothing steps in with an HEVC copy. The compression advantage only counts if the file plays.

That is why this page starts from the documented support rather than from file sizes. If the real choice in front of you is HEVC against H.264, that argument lives on the H.265 vs H.264 client delivery guide and is not repeated here.

What MDN documents, browser by browser

Both codecs come with conditions,
and they are opposite ones.

Every cell below paraphrases MDN’s Web video codec guide as read today. Where MDN adds no condition, the cell says so rather than inventing one.

HEVC
AV1
Safari
All devices on macOSHigh Sierra or later
Only devices with an AV1hardware decoder: M3 MacBooksand later, iPhone 15 Pro,iPhone 16 and later
Chrome
Devices with hardware supporton Windows 8+, Linux, ChromeOS;all devices on macOS Big Sur 11+and Android 5.0+
Supported; MDN attachesno hardware conditionoutside Safari
Edge
Windows 10 1709+ with hardwaresupport and the HEVC videoextensions from the Microsoft Store;elsewhere, as Chrome
Supported; MDN attachesno hardware conditionoutside Safari
Firefox
Windows from 134 (software pathis a paid extension), macOS from136, Linux from 137, Androidfrom 137 hardware only
Supported; MDN attachesno hardware conditionoutside Safari

Source: MDN Web video codec guide, fetched 18 September 2026. MDN does not list which HEVC or AV1 profiles each browser decodes, and says nothing about decode speed. A browser that supports a codec may still struggle with a heavy 4K file on weak hardware; test the real file.

Read the two columns against each other and a pattern appears. On Apple devices, HEVC is the codec with the broad floor: MDN documents it for every device on macOS High Sierra or later, and Apple’s own HEVC support article sets iOS 11 and macOS High Sierra 10.13 as the minimum for working with HEVC media. AV1 on Apple is recent hardware only.

Everywhere else, HEVC carries the conditions. Chrome needs hardware support on Windows, Linux and ChromeOS. Edge on Windows needs hardware support and an extension installed from the Microsoft Store. Firefox on Windows can decode it in software only if the user pays for and installs an extension. MDN’s AV1 sentence, by contrast, says AV1 is supported in all browsers and puts its one limit on Safari. MDN adds that many mobile and desktop devices have AV1 hardware decoders, and calls AV1 a great choice for serving video on the web, with a fallback for earlier Apple devices. That fallback is the part a no-transcode host cannot supply for you.

The compression argument

AV1 is documented as the harder squeezer,
but nobody publishes by how much.

MDN states that AV1 achieves higher data compression rates than VP9 and HEVC, and as much as 50 percent higher rates than AVC. For HEVC it says that, theoretically, HEVC can reach file sizes half those of AVC at comparable image quality. The Alliance for Open Media, which develops AV1, describes it as an open codec built for greater efficiency than previous codecs; that is the developer’s own description, not an independent measurement. Neither source gives a single AV1 to HEVC ratio, so this page does not print one.

On this host, what that efficiency buys is concrete and limited. Plans are priced by storage and seats, with no per-view or bandwidth overage charge, so a smaller file at the same quality uses less of your plan. It also asks less of the viewer’s connection, which matters more here than on a transcoding platform, because there is no lower rendition to drop to: a slow connection buffers rather than switching to a softer picture. Those are real gains. They are worth nothing on a device that cannot decode the file.

Encoding is its own question

HandBrake’s video codecs page, which HandBrake marks as a draft, lists the x265 encoder for HEVC and SVT-AV1 for AV1, and names hardware AV1 encoding through Intel QuickSync, Nvidia NVEnc and AMD VCN. Whether your own editing application exports AV1 at all, and at what speed, depends on the application and the machine. Check before you plan a delivery around it.

Bit depth and chroma

Both codecs can carry a graded master,
the browser question stays open.

For a graded film, 10-bit matters and 4:2:2 comes up. MDN’s profile tables show where each lives in each codec.

HEVC profile
AV1 profile
8-bit4:2:0
Main
Main
10-bit4:2:0
Main 10
Main
10-bit4:2:2
Main 4:2:2 10
Professional
12-bit4:2:2
Main 4:2:2 12
Professional

Source: MDN Web video codec guide profile tables, fetched 18 September 2026. MDN lists what each profile allows; it does not say which profiles each browser decodes.

The practical line is the same for both codecs. A 10-bit 4:2:0 file is the ordinary web case: HEVC Main 10 or AV1 Main. Anything with 4:2:2 moves into a separate profile, HEVC Main 4:2:2 10 or AV1 Professional, and browser decoding for those is not documented by MDN. The HEVC 10-bit 4:2:2 browser playback guide goes through what each vendor does and does not publish. Keep the 4:2:2 file for the download and send 4:2:0 to the browser.

Licensing is not a reason to choose either one for a client link. MDN notes that HEVC is patent-covered, with licensing managed by Via LA, and that fees are charged to developers rather than to content producers and distributors. AOMedia describes AV1 as an open codec.

How to choose for one link

Name the device first,
then test the file on it.

1

Apple device, not sure which

Send HEVC. MDN documents Safari HEVC on every device from macOS High Sierra, while Safari AV1 needs an M3 MacBook or later, an iPhone 15 Pro, or an iPhone 16 or later.

2

Known recent Apple device

Either works on paper. On an M3 MacBook or later, an iPhone 15 Pro, or an iPhone 16 or later, AV1 gives you the smaller file. If anyone else will open the same link, HEVC is the safer single file.

3

Windows, Linux or ChromeOS

AV1 carries fewer conditions in MDN's notes. HEVC in Chrome there depends on hardware support, Edge on Windows also needs the HEVC video extensions, and Firefox's software path on Windows is a paid extension.

4

Nobody knows the device

Neither codec is certain. That is the case the H.265 vs H.264 guide covers. If you stay with HEVC or AV1, upload one of each as separate films and send the link that matches each viewer.

Whatever you pick, test before the real film goes out. Export a thirty-second clip of the actual grade in the codec you chose, upload it, and ask the client to open the link on the exact computer or phone they will review on. Ask for one of four answers: it plays, it is black with sound, it stutters, or it will not start. Two things to check first: which browser, and whether the machine is one MDN lists for that codec.

Our uploader runs a smaller version of that test for you. Before a file uploads, your browser tries to decode it locally, and if it cannot, you see a warning and can still choose to upload the original anyway. That checks your browser, not your client’s. A file that plays on your M3 laptop in AV1 tells you nothing about a client on an older Intel Mac.

What happens to the file here

Nothing converts it,
so the codec choice is yours to get right.

Served as uploaded

Browser playback uses your uploaded export without another platform re-encode. Codec, device and connection requirements still apply. An AV1 export reaches the browser as AV1, an HEVC export as HEVC.

No fallback rendition

There is no ladder and no second copy in another codec. A viewer whose device cannot decode the file does not get a converted version; they get a player that cannot play it.

Both codecs are recognised

The uploader reads the codec from the file and labels H.264, HEVC and AV1. Its own note says it plainly: for broad browser compatibility use H.264 video and AAC audio, and HEVC and AV1 playback depends on the device.

Two films when the audience is split

If some viewers are on older Apple hardware and others on Windows, one file cannot suit both on a host that never re-encodes. Upload an HEVC export and an AV1 export as two films and share the link that fits each viewer.

When we are the wrong answer

For a public audience on unknown devices,
let a platform that transcodes pick per device.

MDN frames AV1 as a great choice for the web with a fallback for earlier Apple devices. A platform that encodes several versions of each upload and chooses per viewer can supply that fallback, and for a public audience on devices nobody can name, that is the better tool. The price is that the platform decides what each viewer sees, and it re-encodes your film to do it.

uncompressed.io is for the other case: a small number of viewers you chose, watching work whose picture is the deliverable, on machines you can ask about. For that viewer, one file in the codec their device documents support for, served without a second encode, is the point. Choose the codec by the device, test it once, and read more about what a no-re-encode host changes in video hosting that does not compress.

Questions

Frequently asked

Does Safari play AV1?

Only on devices with an AV1 hardware decoder. MDN names M3 MacBooks and later, iPhone 15 Pro, and iPhone 16 and later. A Mac or iPhone that is not on that list should get HEVC, which MDN documents for all devices on macOS High Sierra or later.

Does an Intel Mac play AV1 in Safari?

MDN's list of Safari devices with AV1 support starts at M3 MacBooks, so an Intel Mac is not on it. Treat it as an HEVC machine. MDN documents HEVC in Safari for all devices on macOS High Sierra or later.

Is AV1 smaller than HEVC at the same quality?

MDN says AV1 achieves higher compression rates than HEVC, and as much as 50 percent higher than AVC. It gives no single AV1 to HEVC ratio, and neither does this page. The saving depends on the encoder, its settings and the picture.

Will uncompressed.io convert my AV1 file to HEVC for older Apple devices?

No. Nothing is re-encoded and there is no second rendition, so an AV1 file stays AV1 for every viewer. If some of your viewers are on Apple devices without AV1 hardware, upload an HEVC export for them.

Can I stream a 10-bit 4:2:2 file in either codec?

Both codecs have profiles for it: HEVC Main 4:2:2 10 and AV1 Professional, per MDN's tables. MDN does not say which profiles each browser decodes, so a 4:2:2 file is a test on the target machine, not a delivery you can count on.

Upload the codec your client can play

HEVC or AV1, the file you upload is the file the browser receives, with no re-encode on our side. Start with 5 GB free, test a short clip on your client's machine, and pick a plan when the library grows.