Advertisement
Ejz9

Terminal Output to check OpenCL

Jan 1st, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.59 KB | None | 0 0
  1. root@myServer:~# docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device opencl
  2. ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  3.   built with gcc 10 (Debian 10.2.1-6)
  4.   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
  5.   libavutil      57. 28.100 / 57. 28.100
  6.   libavcodec     59. 37.100 / 59. 37.100
  7.   libavformat    59. 27.100 / 59. 27.100
  8.   libavdevice    59.  7.100 / 59.  7.100
  9.   libavfilter     8. 44.100 /  8. 44.100
  10.   libswscale      6.  7.100 /  6.  7.100
  11.   libswresample   4.  7.100 /  4.  7.100
  12.   libpostproc    56.  6.100 / 56.  6.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 @ 0x55c491ca0180] 1 OpenCL platforms found.
  21. [AVHWDeviceContext @ 0x55c491ca0180] 1 OpenCL devices found on platform "AMD Accelerated Parallel Processing".
  22. [AVHWDeviceContext @ 0x55c491ca0180] 0.0: AMD Accelerated Parallel Processing / gfx90c:xnack+
  23. [AVHWDeviceContext @ 0x55c491ca0180] The cl_intel_va_api_media_sharing extension is required for QSV to OpenCL mapping.
  24. [AVHWDeviceContext @ 0x55c491ca0180] QSV to OpenCL mapping not usable.
  25. Successfully parsed a group of options.
  26. Hyper fast Audio and Video encoder
  27. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  28.  
  29. Use -h to get full help or, even better, run 'man ffmpeg'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement