2023-12-20, 02:06 AM
I have checked VPP tone mapping and still the image appears washed out. As far as making sure that I have the Intel OpenCL package installed, I followed the official guide (https://jellyfin.org/docs/general/admini...ualization ) for using hardware acceleration on docker and at step 6 (where one would check for the OpenCL status) it prompts to run the following command
When I do I get the following result
which I am interpreting as it being installed and in good status. Am I mistaken? If so, how should I go about installing it?
Code:
docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
When I do I get the following result
Code:
ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 10 (Debian 10.2.1-6)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
[AVHWDeviceContext @ 0x5594e9b45cc0] Trying to use DRM render node for device 0.
[AVHWDeviceContext @ 0x5594e9b45cc0] libva: VA-API version 1.20.0
[AVHWDeviceContext @ 0x5594e9b45cc0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x5594e9b45cc0] libva: Found init function __vaDriverInit_1_20
[AVHWDeviceContext @ 0x5594e9b45cc0] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x5594e9b45cc0] Initialised VAAPI connection: version 1.20
[AVHWDeviceContext @ 0x5594e9b45cc0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 23.4.0 (05e4d0d).
[AVHWDeviceContext @ 0x5594e9b45cc0] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ 0x5594e9b68d80] 0.0: Intel(R) OpenCL Graphics / Intel(R) UHD Graphics 605
[AVHWDeviceContext @ 0x5594e9b68d80] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
[AVHWDeviceContext @ 0x5594e9b68d80] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
[AVHWDeviceContext @ 0x5594e9b68d80] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
which I am interpreting as it being installed and in good status. Am I mistaken? If so, how should I go about installing it?