Advertisement
Ejz9

OpenCL Error

Jan 13th, 2024
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.22 KB | Source Code | 0 0
  1. Trying display: drm
  2. libva info: VA-API version 1.20.0
  3. libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/radeonsi_drv_video.s                                                                                                                                                                                                                                             o
  4. libva info: Found init function __vaDriverInit_1_20
  5. amdgpu: os_same_file_description couldn't determine if two DRM fds reference the                                                                                                                                                                                                                                              same file description.
  6. If they do, bad things may happen!
  7. libva info: va_openDriver() returns 0
  8. vainfo: VA-API version: 1.20 (libva 2.20.0)
  9. vainfo: Driver version: Mesa Gallium driver 23.2.1 for AMD Radeon Graphics (reno                                                                                                                                                                                                                                             ir, LLVM 13.0.1, DRM 3.42, 5.15.0-91-generic)
  10. vainfo: Supported profile and entrypoints
  11.      VAProfileMPEG2Simple            : VAEntrypointVLD
  12.      VAProfileMPEG2Main              : VAEntrypointVLD
  13.      VAProfileVC1Simple              : VAEntrypointVLD
  14.      VAProfileVC1Main                : VAEntrypointVLD
  15.      VAProfileVC1Advanced            : VAEntrypointVLD
  16.      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  17.      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  18.      VAProfileH264Main               : VAEntrypointVLD
  19.      VAProfileH264Main               : VAEntrypointEncSlice
  20.      VAProfileH264High               : VAEntrypointVLD
  21.      VAProfileH264High               : VAEntrypointEncSlice
  22.      VAProfileHEVCMain               : VAEntrypointVLD
  23.      VAProfileHEVCMain               : VAEntrypointEncSlice
  24.      VAProfileHEVCMain10             : VAEntrypointVLD
  25.      VAProfileHEVCMain10             : VAEntrypointEncSlice
  26.      VAProfileJPEGBaseline           : VAEntrypointVLD
  27.      VAProfileVP9Profile0            : VAEntrypointVLD
  28.      VAProfileVP9Profile2            : VAEntrypointVLD
  29.      VAProfileNone                   : VAEntrypointVideoProc
  30. edward@zucchini-server:~$ sudo docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg                                                                                                                                                                                                                                             /ffmpeg -v debug -init_hw_device opencl
  31. ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  32.  built with gcc 10 (Debian 10.2.1-6)
  33.  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-lib                                                                                                                                                                                                                                             s=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx                                                                                                                                                                                                                                             -compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --e                                                                                                                                                                                                                                             nable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-g                                                                                                                                                                                                                                             nutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype                                                                                                                                                                                                                                              --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lam                                                                                                                                                                                                                                             e --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --e                                                                                                                                                                                                                                             nable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx26                                                                                                                                                                                                                                             5 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-li                                                                                                                                                                                                                                             bsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl                                                                                                                                                                                                                                              --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --e                                                                                                                                                                                                                                             nable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  34.  libavutil      57. 28.100 / 57. 28.100
  35.  libavcodec     59. 37.100 / 59. 37.100
  36.  libavformat    59. 27.100 / 59. 27.100
  37.  libavdevice    59.  7.100 / 59.  7.100
  38.  libavfilter     8. 44.100 /  8. 44.100
  39.  libswscale      6.  7.100 /  6.  7.100
  40.  libswresample   4.  7.100 /  4.  7.100
  41.  libpostproc    56.  6.100 / 56.  6.100
  42. Splitting the commandline.
  43. Reading option '-v' ... matched as option 'v' (set logging level) with argument                                                                                                                                                                                                                                              'debug'.
  44. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initial                                                                                                                                                                                                                                             ise hardware device) with argument 'opencl'.
  45. Finished splitting the commandline.
  46. Parsing a group of options: global .
  47. Applying option v (set logging level) with argument debug.
  48. Applying option init_hw_device (initialise hardware device) with argument opencl                                                                                                                                                                                                                                             .
  49. [AVHWDeviceContext @ 0x55c855609180] Failed to get number of OpenCL platforms: -                                                                                                                                                                                                                                             1001.
  50. Device creation failed: -19.
  51. Failed to set value 'opencl' for option 'init_hw_device': No such device
  52. Error parsing global options: No such device
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement