Advertisement
Guest User

Untitled

a guest
Jan 18th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. $ docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device opencl
  2. ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
  3. built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
  4. configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  5. libavutil 59. 8.100 / 59. 8.100
  6. libavcodec 61. 3.100 / 61. 3.100
  7. libavformat 61. 1.100 / 61. 1.100
  8. libavdevice 61. 1.100 / 61. 1.100
  9. libavfilter 10. 1.100 / 10. 1.100
  10. libswscale 8. 1.100 / 8. 1.100
  11. libswresample 5. 1.100 / 5. 1.100
  12. libpostproc 58. 1.100 / 58. 1.100
  13. Splitting the commandline.
  14. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  15. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'opencl'.
  16. Finished splitting the commandline.
  17. Parsing a group of options: global .
  18. Applying option v (set logging level) with argument debug.
  19. Applying option init_hw_device (initialise hardware device) with argument opencl.
  20. [AVHWDeviceContext @ 0x556f32114480] Failed to get number of OpenCL platforms: -1001.
  21. Device creation failed: -19.
  22. Failed to set value 'opencl' for option 'init_hw_device': No such device
  23. Error parsing global options: No such device
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement