• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding.

     
    • 0 Vote(s) - 0 Average

    [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding.

    eivarin
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Apr
    Reputation: 0
    Country:Portugal
    #10
    2024-04-25, 10:34 PM
    (2024-04-25, 09:16 PM)TheDreadPirate Wrote:
    (2024-04-25, 08:25 PM)eivarin Wrote:
    (2024-04-23, 09:35 PM)TheDreadPirate Wrote: And you installed all the Intel required drivers on the Proxmox host?

    Check out the link from my previous post and double check you completed the steps outlined for Proxmox.

    What are the required drivers for my igpu? I have searched and the  results say that the drivers should already be installed with the linux kernel  but i am a bit clueless to whether they are or not installed.
    Transcoding without tonemapping works as i said. The problem comes from tone-mapping.

    When you are inside the container, what is the output of

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


    Code:
    ffmpeg version 5.1.4-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
      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-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-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
    [AVHWDeviceContext @ 0x55dcb48914c0] libva: VA-API version 1.20.0
    [AVHWDeviceContext @ 0x55dcb48914c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    [AVHWDeviceContext @ 0x55dcb48914c0] libva: Found init function __vaDriverInit_1_20
    [AVHWDeviceContext @ 0x55dcb48914c0] libva: va_openDriver() returns 0
    [AVHWDeviceContext @ 0x55dcb48914c0] Initialised VAAPI connection: version 1.20
    [AVHWDeviceContext @ 0x55dcb48914c0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 24.1.1 (f5f09c4).
    [AVHWDeviceContext @ 0x55dcb48914c0] Driver not found in known nonstandard list, using standard behaviour.
    [AVHWDeviceContext @ 0x55dcb48b5fc0] 0.0: Intel(R) OpenCL HD Graphics / Intel(R) UHD Graphics 605 [0x3184]
    [AVHWDeviceContext @ 0x55dcb48b5fc0] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
    [AVHWDeviceContext @ 0x55dcb48b5fc0] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
    [AVHWDeviceContext @ 0x55dcb48b5fc0] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
    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
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by eivarin - 2024-04-22, 08:13 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by TheDreadPirate - 2024-04-23, 01:44 AM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by eivarin - 2024-04-23, 09:24 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by TheDreadPirate - 2024-04-23, 09:35 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by eivarin - 2024-04-25, 08:25 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by TheDreadPirate - 2024-04-25, 09:16 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by eivarin - 2024-04-25, 10:34 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by ben94 - 2024-04-24, 03:53 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by TheDreadPirate - 2024-04-24, 08:30 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by ben94 - 2024-04-24, 08:47 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by TheDreadPirate - 2024-04-25, 11:03 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by eivarin - 2024-04-25, 11:17 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by TheDreadPirate - 2024-04-25, 11:32 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by eivarin - 2024-04-25, 11:36 PM
    RE: [UHD Graphics 605]Tone Mapping with opencl inside a proxmox lxc crashes transcoding. - by nyanmisaka - 2024-04-26, 02:25 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode