Skip to content

Commit

Permalink
Merge pull request #1073 from gnattu/safari-hi10p
Browse files Browse the repository at this point in the history
Update doc for Safari H264 Hi10P support
  • Loading branch information
nielsvanvelzen authored Oct 26, 2024
2 parents ae300cf + 089991c commit 867cd3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/general/clients/codec-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The goal is to Direct Play all media. This means the container, video, audio and
| [MPEG-4 Part 2/SP](https://en.wikipedia.org/wiki/DivX) ||||||||||||
| [MPEG-4 Part 2/ASP](<https://en.wikipedia.org/wiki/MPEG-4_Part_2#Advanced_Simple_Profile_(ASP)>) ||||||||| |||
| [H.264 8Bit](https://caniuse.com/#feat=mpeg4 'H264 Browser Support Reference') ||||||||||||
| [H.264 10Bit](https://caniuse.com/#feat=mpeg4 'H264 Browser Support Reference') |||| ||||||||
| [H.264 10Bit](https://caniuse.com/#feat=mpeg4 'H264 Browser Support Reference') |||| 🔶<sup>12</sup>||||||||
| [H.265 8Bit](https://caniuse.com/#feat=hevc 'HEVC Browser Support Reference') | 🔶<sup>8</sup> | ✅<sup>7</sup> || 🔶<sup>1</sup> | 🔶<sup>2</sup> | ✅<sup>5</sup> | 🔶<sup>1</sup> | ✅<sup>6</sup> | 🔶<sup>9</sup> |||
| [H.265 10Bit](https://caniuse.com/#feat=hevc 'HEVC Browser Support Reference') | 🔶<sup>8</sup> | ✅<sup>7</sup> || 🔶<sup>1</sup> | 🔶<sup>2</sup> | 🔶<sup>5</sup> | 🔶<sup>1</sup> | ✅<sup>6</sup> | 🔶<sup>9</sup> |||
| [VP9](https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs#VP9 'V9 Browser Support Reference') |||| ✅<sup>10</sup>| ✅<sup>3</sup> | 🔶<sup>3</sup> ||||||
Expand All @@ -45,6 +45,8 @@ The goal is to Direct Play all media. This means the container, video, audio and
<sup>10</sup>VP9 decoding on Safari requires at least Safari 14.
<br />
<sup>11</sup>AV1 decoding is only available on devices with A17 or M3 series chips or newer and requires at least Safari 17.
<br />
<sup>12</sup>Need to be manually enabled in Settings > Playback > Enable H.264 High 10 Profile. Playback on Apple Silicon Macs with macOS version < 14 and Intel Macs with all macOS versions may result in blank frames if this is enabled.

[Format Cheatsheet:](https://en.wikipedia.org/wiki/MPEG-4#MPEG-4_Parts)

Expand Down

0 comments on commit 867cd3c

Please sign in to comment.