mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7807] Implement hardware filters for videotoolbox, use Apple AAC encoder when available #11532
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/7807
State: closed
Merged: Yes
This PR implements the hardware filters for videotoolbox introduced in ffmpeg 5.0, this will reduce CPU usage on macOS host
This PR also prefers Apple's AAC encoder in the coreaudio framework when available, because it provides even better quality than fdk_aac.
Issues