You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup>1</sup>HEVC is only supported in MP4, M4V, and MOV containers.
28
28
<br />
@@ -41,6 +41,10 @@ The goal is to Direct Play all media. This means the container, video, audio and
41
41
<sup>8</sup>Chromium 104 does support HEVC decoding when launched with <code>--enable-features=PlatformHEVCDecoderSupport</code> argument. For more informations please look at <ahref="https://github.com/StaZhu/enable-chromium-hevc-hardware-decoding#readme">enable-chromium-hevc-hardware-decoding</a>.
42
42
<br />
43
43
<sup>9</sup>HEVC decoding is only supported on 4K devices.
44
+
<br />
45
+
<sup>10</sup>VP9 decoding on Safari requires at least Safari 14.
46
+
<br />
47
+
<sup>11</sup>AV1 decoding is only available on devices with A17 or M3 series chips or newer and requires at least Safari 17.
@@ -175,3 +179,5 @@ If the container is unsupported, this will result in remuxing. The video and aud
175
179
<sup>4</sup>TS is one of the primary containers for streaming for Jellyfin.
176
180
<br />
177
181
<sup>5</sup>WebM and OGG have limited codec support (by design), refer to <ahref="https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers#WebM">this</a> for WebM and <ahref="https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Containers#Ogg">this</a> for OGG.
182
+
<br />
183
+
<sup>6</sup>WebM on Safari requires at least Safari 14.
0 commit comments