[Meta] Video Player Documentation - Move AV1 from Video to Container Section (#1416)

* [Meta] Video Player Documentation - Move AV1 from Video to Container Section

This should be under containers not video. Confusing since AV**i** vs AV**1**. Added a note for the Apple SOC that first added HWA AV1 decoding as this should correspond with AVKit's ability to use it.

Pre-AV1 Decoders, I tested, and AV1 works but is VERY choppy so defaulting this to disabled is still the right move!

* revisions

Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com>

---------

Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com>
This commit is contained in:
Joe Kribs 2025-01-30 11:32:30 -07:00 committed by GitHub
parent 35c39a8d0a
commit 21cf7865c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,6 @@ Swiftfin offers two player options: Swiftfin (VLCKit) and Native (AVKit). The Sw
**Notes**
- Unsupported containers will require transcoding or remuxing to play.
- AV1 is disabled by default but can be enabled for Native (AVKit) using Custom Device Profiles.
---
@ -86,7 +85,7 @@ Swiftfin offers two player options: Swiftfin (VLCKit) and Native (AVKit). The Sw
| Video Codec | Swiftfin (VLCKit) | Native (AVKit) |
|-------------|-------------------|----------------|
| **AV1** | ✅ | |
| **AV1** | ✅ | 🟡 Limited support |
| **H.264** | ✅ | ✅ |
| **H.265** | ✅ | ✅ |
| **MPEG-2** | ✅ | ❌ |
@ -94,6 +93,8 @@ Swiftfin offers two player options: Swiftfin (VLCKit) and Native (AVKit). The Sw
| **VP8** | ✅ | ❌ |
| **VP9** | ✅ | ❌ |
- AV1 is disabled by default but can be enabled for Native (AVKit) using Custom Device Profiles. Enabling AV1 may result in a [poor experience for SOCs prior to A17](https://en.wikipedia.org/wiki/Apple_A17).
---
## Subtitle Support