-
-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardware selection guide #656
Hardware selection guide #656
Conversation
I think I have addressed most comments above, please re-review. |
After some testing I found Apple Silicon to have at least partial hardware acceleration support for 10bit H264 decoding so I marked them as Decode only. |
I have addressed all above comments except the lowpower docs which I can't find. |
If you mean the Intel low power docs, they are in here: https://jellyfin.org/docs/general/administration/hardware-acceleration/intel |
I have linked the low power encoding docs as well. What's remaining is to link this page in all sensible places in the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits before we merge this
bd29d5a
to
51c6b16
Compare
| Codec | M1 | M1 Pro | M2 | M2 Pro | | ||
|-------------|----|--------|----|--------| | ||
| H.264 8bit | ✅ | ✅ | ✅ | ✅ | | ||
| H.264 10bit | 🔶 | 🔶 | 🔶 | 🔶 | | ||
| H.265 8bit | ✅ | ✅ | ✅ | ✅ | | ||
| H.265 10bit | ✅ | ✅ | ✅ | ✅ | | ||
| VP9 8bit | 🔶 | 🔶 | 🔶 | 🔶 | | ||
| VP9 10bit | 🔶 | 🔶 | 🔶 | 🔶 | | ||
| AV1 | ❌ | ❌ | ❌ | ❌ | | ||
|
||
Refer to the Pro column for Max and Ultra SOCs. | ||
|
||
✅ = Supported, 🔶 = Decode Only, ❌ = Not Supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See other comments, might be better suited for an advanced section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can stay here for now for the lack of a better place to put it without pouring hours into writing a dedicated apple silicon guide which realistically isn't recommend for hosting JF anyway.
Followup to #655
A guide on selecting hardware.
Still requires linking from various places.
However since this is going to require extensive feedback from all parties I am creating the PR early on.