Guest User

sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_h

a guest
Sep 13th, 2024
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
  2. ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 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 --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-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 58. 2.100 / 58. 2.100
  6. libavcodec 60. 3.100 / 60. 3.100
  7. libavformat 60. 3.100 / 60. 3.100
  8. libavdevice 60. 1.100 / 60. 1.100
  9. libavfilter 9. 3.100 / 9. 3.100
  10. libswscale 7. 1.100 / 7. 1.100
  11. libswresample 4. 10.100 / 4. 10.100
  12. libpostproc 57. 1.100 / 57. 1.100
  13. [AVHWDeviceContext @ 0x55f1053ef300] libva: VA-API version 1.22.0
  14. [AVHWDeviceContext @ 0x55f1053ef300] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
  15. [AVHWDeviceContext @ 0x55f1053ef300] libva: Found init function __vaDriverInit_1_22
  16. [AVHWDeviceContext @ 0x55f1053ef300] libva: va_openDriver() returns 0
  17. [AVHWDeviceContext @ 0x55f1053ef300] Initialised VAAPI connection: version 1.22
  18. [AVHWDeviceContext @ 0x55f1053ef300] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 24.2.5 (12561f6).
  19. [AVHWDeviceContext @ 0x55f1053ef300] Driver not found in known nonstandard list, using standard behaviour.
  20. [AVHWDeviceContext @ 0x55f1053ef7c0] 0.0: Intel(R) OpenCL Graphics / Intel(R) Iris(R) Xe Graphics
  21. [AVHWDeviceContext @ 0x55f1053ef7c0] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
  22. [AVHWDeviceContext @ 0x55f1053ef7c0] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
  23. [AVHWDeviceContext @ 0x55f1053ef7c0] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
  24. Hyper fast Audio and Video encoder
  25. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  26.  
  27. Use -h to get full help or, even better, run 'man ffmpeg'
Advertisement
Add Comment
Please, Sign In to add comment