Advertisement
Ejz9

Vulkan Runtime

Jan 7th, 2024
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.95 KB | Source Code | 0 0
  1. ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  2.   built with gcc 10 (Debian 10.2.1-6)
  3.   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
  4.   libavutil      57. 28.100 / 57. 28.100
  5.   libavcodec     59. 37.100 / 59. 37.100
  6.   libavformat    59. 27.100 / 59. 27.100
  7.   libavdevice    59.  7.100 / 59.  7.100
  8.   libavfilter     8. 44.100 /  8. 44.100
  9.   libswscale      6.  7.100 /  6.  7.100
  10.   libswresample   4.  7.100 /  4.  7.100
  11.   libpostproc    56.  6.100 / 56.  6.100
  12. Splitting the commandline.
  13. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  14. Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'vulkan'.
  15. Finished splitting the commandline.
  16. Parsing a group of options: global .
  17. Applying option v (set logging level) with argument debug.
  18. Applying option init_hw_device (initialise hardware device) with argument vulkan.
  19. [AVHWDeviceContext @ 0x55a0e13e0180] Supported validation layers:
  20. [AVHWDeviceContext @ 0x55a0e13e0180]    VK_LAYER_MESA_device_select
  21. [AVHWDeviceContext @ 0x55a0e13e0180]    VK_LAYER_MESA_overlay
  22. [AVHWDeviceContext @ 0x55a0e13e0180] GPU listing:
  23. [AVHWDeviceContext @ 0x55a0e13e0180]     0: AMD Radeon Graphics (RADV RENOIR) (integrated) (0x1638)
  24. [AVHWDeviceContext @ 0x55a0e13e0180] Device 0 selected: AMD Radeon Graphics (RADV RENOIR) (integrated) (0x1638)
  25. [AVHWDeviceContext @ 0x55a0e13e0180] Queue families:
  26. [AVHWDeviceContext @ 0x55a0e13e0180]     0: graphics compute transfer sparse (queues: 1)
  27. [AVHWDeviceContext @ 0x55a0e13e0180]     1: compute transfer sparse (queues: 4)
  28. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_KHR_push_descriptor
  29. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_KHR_sampler_ycbcr_conversion
  30. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_KHR_synchronization2
  31. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_KHR_external_memory_fd
  32. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_EXT_external_memory_dma_buf
  33. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_EXT_image_drm_format_modifier
  34. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_KHR_external_semaphore_fd
  35. [AVHWDeviceContext @ 0x55a0e13e0180] Using device extension VK_EXT_external_memory_host
  36. [AVHWDeviceContext @ 0x55a0e13e0180] Using device: AMD Radeon Graphics (RADV RENOIR)
  37. [AVHWDeviceContext @ 0x55a0e13e0180] Alignments:
  38. [AVHWDeviceContext @ 0x55a0e13e0180]     optimalBufferCopyRowPitchAlignment: 1
  39. [AVHWDeviceContext @ 0x55a0e13e0180]     minMemoryMapAlignment:              4096
  40. [AVHWDeviceContext @ 0x55a0e13e0180]     minImportedHostPointerAlignment:    4096
  41. [AVHWDeviceContext @ 0x55a0e13e0180] Using queue family 0 (queues: 1) for graphics
  42. [AVHWDeviceContext @ 0x55a0e13e0180] Using queue family 1 (queues: 4) for compute transfers
  43. Successfully parsed a group of options.
  44. Hyper fast Audio and Video encoder
  45. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  46.  
  47. Use -h to get full help or, even better, run 'man ffmpeg'
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement