Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ getent group render | cut -d: -f3
- 993
- $ docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo
- Trying display: drm
- libva info: VA-API version 1.22.0
- libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
- libva info: Found init function __vaDriverInit_1_22
- libva info: va_openDriver() returns 0
- vainfo: VA-API version: 1.22 (libva 2.22.0)
- vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 24.4.2 (b6b411f)
- vainfo: Supported profile and entrypoints
- VAProfileNone : VAEntrypointVideoProc
- VAProfileNone : VAEntrypointStats
- VAProfileMPEG2Simple : VAEntrypointVLD
- VAProfileMPEG2Simple : VAEntrypointEncSlice
- VAProfileMPEG2Main : VAEntrypointVLD
- VAProfileMPEG2Main : VAEntrypointEncSlice
- VAProfileH264Main : VAEntrypointVLD
- VAProfileH264Main : VAEntrypointEncSlice
- VAProfileH264Main : VAEntrypointFEI
- VAProfileH264Main : VAEntrypointEncSliceLP
- VAProfileH264High : VAEntrypointVLD
- VAProfileH264High : VAEntrypointEncSlice
- VAProfileH264High : VAEntrypointFEI
- VAProfileH264High : VAEntrypointEncSliceLP
- VAProfileVC1Simple : VAEntrypointVLD
- VAProfileVC1Main : VAEntrypointVLD
- VAProfileVC1Advanced : VAEntrypointVLD
- VAProfileJPEGBaseline : VAEntrypointVLD
- VAProfileJPEGBaseline : VAEntrypointEncPicture
- VAProfileH264ConstrainedBaseline: VAEntrypointVLD
- VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
- VAProfileH264ConstrainedBaseline: VAEntrypointFEI
- VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
- VAProfileVP8Version0_3 : VAEntrypointVLD
- VAProfileVP8Version0_3 : VAEntrypointEncSlice
- VAProfileHEVCMain : VAEntrypointVLD
- VAProfileHEVCMain : VAEntrypointEncSlice
- VAProfileHEVCMain : VAEntrypointFEI
- $ docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
- ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
- built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
- 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
- libavutil 59. 8.100 / 59. 8.100
- libavcodec 61. 3.100 / 61. 3.100
- libavformat 61. 1.100 / 61. 1.100
- libavdevice 61. 1.100 / 61. 1.100
- libavfilter 10. 1.100 / 10. 1.100
- libswscale 8. 1.100 / 8. 1.100
- libswresample 5. 1.100 / 5. 1.100
- libpostproc 58. 1.100 / 58. 1.100
- [AVHWDeviceContext @ 0x5ceb65bb1480] Trying to use DRM render node for device 0.
- [AVHWDeviceContext @ 0x5ceb65bb1480] libva: VA-API version 1.22.0
- [AVHWDeviceContext @ 0x5ceb65bb1480] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
- [AVHWDeviceContext @ 0x5ceb65bb1480] libva: Found init function __vaDriverInit_1_22
- [AVHWDeviceContext @ 0x5ceb65bb1480] libva: va_openDriver() returns 0
- [AVHWDeviceContext @ 0x5ceb65bb1480] Initialised VAAPI connection: version 1.22
- [AVHWDeviceContext @ 0x5ceb65bb1480] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 24.4.2 (b6b411f).
- [AVHWDeviceContext @ 0x5ceb65bb1480] Driver not found in known nonstandard list, using standard behaviour.
- [AVHWDeviceContext @ 0x5ceb65be1f40] 0.0: Intel(R) OpenCL Graphics / Intel(R) HD Graphics 530
- [AVHWDeviceContext @ 0x5ceb65be1f40] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
- [AVHWDeviceContext @ 0x5ceb65be1f40] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
- [AVHWDeviceContext @ 0x5ceb65be1f40] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
- Universal media converter
- usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
- Use -h to get full help or, even better, run 'man ffmpeg'
Advertisement
Add Comment
Please, Sign In to add comment