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
LSCR seems to be a failiure on all fronts, jellyfin has much better support at the cost of slightly larger install size.
no support for CUDA so NVENC fails (because of filters)
no support for QSV
aarch64 support untested, but is natively supported without drivers
Removing CUDA support from base
userland drivers are required for audio with transcodes
build-time driver installer
add a build-time script to install intel-compute-runtime IF arch is amd64
the reason for not only building it only for amd64 is because of jellyfin specific accelerations not limited to just QSV/NVENC
The text was updated successfully, but these errors were encountered:
from the results in hwaccel-test-matrix
Removing LSCR.io ffmpeg
LSCR seems to be a failiure on all fronts, jellyfin has much better support at the cost of slightly larger install size.
Removing CUDA support from base
build-time driver installer
add a build-time script to install
intel-compute-runtime
IF arch is amd64the reason for not only building it only for amd64 is because of jellyfin specific accelerations not limited to just QSV/NVENC
The text was updated successfully, but these errors were encountered: