Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@myServer:~# docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device opencl
- ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
- built with gcc 10 (Debian 10.2.1-6)
- 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
- libavutil 57. 28.100 / 57. 28.100
- libavcodec 59. 37.100 / 59. 37.100
- libavformat 59. 27.100 / 59. 27.100
- libavdevice 59. 7.100 / 59. 7.100
- libavfilter 8. 44.100 / 8. 44.100
- libswscale 6. 7.100 / 6. 7.100
- libswresample 4. 7.100 / 4. 7.100
- libpostproc 56. 6.100 / 56. 6.100
- Splitting the commandline.
- Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
- Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'opencl'.
- Finished splitting the commandline.
- Parsing a group of options: global .
- Applying option v (set logging level) with argument debug.
- Applying option init_hw_device (initialise hardware device) with argument opencl.
- [AVHWDeviceContext @ 0x55c491ca0180] 1 OpenCL platforms found.
- [AVHWDeviceContext @ 0x55c491ca0180] 1 OpenCL devices found on platform "AMD Accelerated Parallel Processing".
- [AVHWDeviceContext @ 0x55c491ca0180] 0.0: AMD Accelerated Parallel Processing / gfx90c:xnack+
- [AVHWDeviceContext @ 0x55c491ca0180] The cl_intel_va_api_media_sharing extension is required for QSV to OpenCL mapping.
- [AVHWDeviceContext @ 0x55c491ca0180] QSV to OpenCL mapping not usable.
- Successfully parsed a group of options.
- Hyper fast Audio and Video encoder
- 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
Advertisement