2025-06-05, 04:12 PM
Hello,
I am running jellyfin 10.10.7 in docker on my debian (i am the only user, with 2 TVs connnected via lan)
Recently, server started hanging every night without any visible to me error (no errors in kernel logs, no errors in any other logs i could find in the system, including docker). Once the system is hang, only manual restart helps. I was able to narrow the issue down to jellyfin (stopped for a couple days/nights - no hangs were observed).
When I enabled debug logging for jellyfin, i noticed that the last messages before the system hangs are related to trickplay generation for new movies in the library, one of the log examples:
Then i tried to manually run this command with enhanced log level, and once it is executed server stops responding, example of the output:
Tried with trace, but no visible differences.
Trickplay config attached
Transcoding config
Some additional info:
Any advice please?
I am running jellyfin 10.10.7 in docker on my debian (i am the only user, with 2 TVs connnected via lan)
Quote:6.12.27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.27-1 (2025-05-06) x86_64 GNU/Linu
Code:
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:10.10.7
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
group_add:
- "105"
- "44"
environment:
- JELLYFIN_PublishedServerUrl=https://jellyfin.icnw.duckdns.org
network_mode: host
restart: always
volumes:
- /srv/docker/jellyfin/config:/config
- /mnt/docker/jellyfin/cache:/cache
- /mnt/media/movies:/media/movies
- /mnt/media/tvshows:/media/tvshows
- /mnt/media/music:/media/music
Recently, server started hanging every night without any visible to me error (no errors in kernel logs, no errors in any other logs i could find in the system, including docker). Once the system is hang, only manual restart helps. I was able to narrow the issue down to jellyfin (stopped for a couple days/nights - no hangs were observed).
When I enabled debug logging for jellyfin, i noticed that the last messages before the system hangs are related to trickplay generation for new movies in the library, one of the log examples:
Quote:[2025-06-05 12:42:29.831 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/movies/Fountain of Youth (2025)/Fountain.of.Youth.2025.2160p.Hybrid.MULTI.WEB-DL.DV.HDR.H265-AOC.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-06-05 12:42:30.109 +00:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid), @__width_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
SELECT 1
FROM \"TrickplayInfos\" AS \"t\"
WHERE \"t\".\"ItemId\" = @__itemId_0 AND \"t\".\"Width\" = @__width_1)"
[2025-06-05 12:42:30.111 +00:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
SELECT 1
FROM \"MediaSegments\" AS \"m\"
WHERE \"m\".\"ItemId\" = @__itemId_0)"
[2025-06-05 12:42:30.303 +00:00] [INF] [23] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/movies/Sinners (2025)/I.Peccatori.2025.2160p.WEB-DL.DDP5.1.DV.HDR.H265-FHC.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-06-05 12:42:31.857 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/movies/Blink Twice (2024)/Blink.Twice.2024.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX[TGx.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2025-06-05 12:42:32.801 +00:00] [INF] [16] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://webservice.fanart.tv/v3.2/movies/668489?api_key=184e1a2b1fe3b94935365411f919f638"
[2025-06-05 12:42:32.801 +00:00] [INF] [16] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://webservice.fanart.tv/v3.2/movies/668489?api_key=184e1a2b1fe3b94935365411f919f638"
[2025-06-05 12:42:32.865 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/movies/Sinners (2025)/I.Peccatori.2025.2160p.WEB-DL.DDP5.1.DV.HDR.H265-FHC.ru.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2025-06-05 12:42:32.901 +00:00] [INF] [26] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid), @__width_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
SELECT 1
FROM \"TrickplayInfos\" AS \"t\"
WHERE \"t\".\"ItemId\" = @__itemId_0 AND \"t\".\"Width\" = @__width_1)"
[2025-06-05 12:42:32.901 +00:00] [INF] [17] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__itemId_0='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT EXISTS (
SELECT 1
FROM \"MediaSegments\" AS \"m\"
WHERE \"m\".\"ItemId\" = @__itemId_0)"
[2025-06-05 12:42:32.982 +00:00] [INF] [26] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 180.5875ms - 200
[2025-06-05 12:42:32.982 +00:00] [INF] [26] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 180.7692ms - 200
[2025-06-05 12:42:33.279 +00:00] [INF] [17] Jellyfin.Server.Implementations.Trickplay.TrickplayManager: Creating trickplay files at 320 width, for "/media/movies/Havoc (2025)/Havoc.2025.2160p.NF.WEB-DL.DDP5.1.Atmos.DV.HDR-DVT.mkv" [ID: 07b32009-fc30-f893-1f91-30fe1bca157a]
[2025-06-05 12:42:33.291 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Trickplay generation: "/usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel error -init_hw_device vaapi=va:,vendor_id=0x8086,driver=iHD -init_hw_device qsv=qs@va -init_hw_device opencl=ocl@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/movies/Havoc (2025)/Havoc.2025.2160p.NF.WEB-DL.DDP5.1.Atmos.DV.HDR-DVT.mkv\" -noautoscale -an -sn -vf \"fps=0.10000000149011612,setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale_vaapi=w=320:h=180ut_range=pc:mode=hq:extra_hw_frames=24,procamp_vaapi=b=16,tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709:extra_hw_frames=32,hwmap=derive_device=qsv,format=qsv\" -threads 1 -c:v mjpeg_qsv -global_quality:v 91 -fps_mode passthrough -f image2 \"/tmp/jellyfin/b7a2f023dd374b8bbd65ae711e629be2/%08d.jpg\""
Then i tried to manually run this command with enhanced log level, and once it is executed server stops responding, example of the output:
Quote:root@icnw-mpc# /usr/lib/jellyfin-ffmpeg/ffmpeg -loglevel debug -init_hw_device vaapi=va:,vendor_id=0x8086,driver=iHD -init_hw_device qsv=qs@va -init_hw_device opencl=ocl@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/media/movies/Blink Twice (2024)/Blink.Twice.2024.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX[TGx.mkv" -noautoscale -an -sn -vf "fps=0.10000000149011612,setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale_vaapi=w=320:h=132
ut_range=pc:mode=hq:extra_hw_frames=24,procamp_vaapi=b=16,tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709:extra_hw_frames=32,hwmap=derive_device=qsv,format=qsv" -threads 1 -c:v mjpeg_qsv -global_quality:v 91 -fps_mode passthrough -f image2 "/tmp/jellyfin/af9d1555f7544929b9588d907e61dc02/%08d.jpg"
ffmpeg version 7.0.2-Jellyfin Copyright © 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
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
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'vaapi=va:,vendor_id=0x8086,driver=iHD'.
Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'qsv=qs@va'.
Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'opencl=ocl@va'.
Reading option '-filter_hw_device' ... matched as option 'filter_hw_device' (set hardware device used when filtering) with argument 'qs'.
Reading option '-hwaccel' ... matched as option 'hwaccel' (use HW accelerated decoding) with argument 'vaapi'.
Reading option '-hwaccel_output_format' ... matched as option 'hwaccel_output_format' (select output format used with HW accelerated decoding) with argument 'vaapi'.
Reading option '-noautorotate' ... matched as option 'autorotate' (automatically insert correct rotate filters) with argument 0.
Reading option '-i' ... matched as input url with argument 'filemedia/movies/Blink Twice (2024)/Blink.Twice.2024.2160p.WEB-DL.DDP5.1.Atmos.DV.HDR.H.265-FLUX[TGx.mkv'.
Reading option '-noautoscale' ... matched as option 'autoscale' (automatically insert a scale filter at the end of the filter graph) with argument 0.
Reading option '-an' ... matched as option 'an' (disable audio) with argument '1'.
Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'.
Reading option '-vf' ... matched as option 'vf' (alias for -filter:v (apply filters to video streams)) with argument 'fps=0.10000000149011612,setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale_vaapi=w=320:h=132ut_range=pc:mode=hq:extra_hw_frames=24,procamp_vaapi=b=16,tonemap_vaapi=format=nv12:p=bt709:t=bt709:m=bt709:extra_hw_frames=32,hwmap=derive_device=qsv,format=qsv'.
Reading option '-threads' ... matched as AVOption 'threads' with argument '1'.
Reading option '-c:v' ... matched as option 'c' (select encoder/decoder ('copy' to copy stream without reencoding)) with argument 'mjpeg_qsv'.
Reading option '-global_quality:v' ... matched as AVOption 'global_quality:v' with argument '91'.
Reading option '-fps_mode' ... matched as option 'fps_mode' (set framerate mode for matching video streams; overrides vsync) with argument 'passthrough'.
Reading option '-f' ... matched as option 'f' (force container format (auto-detected otherwise)) with argument 'image2'.
Reading option '/tmp/jellyfin/af9d1555f7544929b9588d907e61dc02/%08d.jpg' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option init_hw_device (initialise hardware device) with argument vaapi=va:,vendor_id=0x8086,driver=iHD.
[AVHWDeviceContext @ 0x557bd60b1700] Trying to use DRM render node for device 0, with matching vendor id (0x8086).
[AVHWDeviceContext @ 0x557bd60b1700] libva: VA-API version 1.22.0
[AVHWDeviceContext @ 0x557bd60b1700] libva: User requested driver 'iHD'
[AVHWDeviceContext @ 0x557bd60b1700] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x557bd60b1700] libva: Found init function __vaDriverInit_1_22
Tried with trace, but no visible differences.
Trickplay config attached
Transcoding config
Some additional info:
Quote:sudo lshw -C display
*-display
description: VGA compatible controller
product: Meteor Lake-P [Intel Arc Graphics]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 08
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 mode=3840x2160 resolution=3840,2160 visual=truecolor xres=3840 yres=2160
resources: iomemory:600-5ff iomemory:400-3ff irq:255 memory:6010000000-6010ffffff memory:4000000000-400fffffff memory:c0000-dffff memory:6011000000-6017ffffff
Quote:lspci -nn | grep -Ei "3d|display|vga"
00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 0
00:1c.5 PCI bridge [0604]: Intel Corporation Device [8086:7e3d] (rev 20)
Quote: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® Gen Graphics - 25.1.0 (aa5ca4
vainfo: Supported profile and entrypoints
VAProfileNone : VAEntrypointVideoProc
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointEncSlice
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointEncSlice
VAProfileVP9Profile1 : VAEntrypointVLD
VAProfileVP9Profile1 : VAEntrypointEncSlice
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointEncSlice
VAProfileVP9Profile3 : VAEntrypointVLD
VAProfileVP9Profile3 : VAEntrypointEncSlice
VAProfileHEVCMain12 : VAEntrypointVLD
VAProfileHEVCMain422_10 : VAEntrypointVLD
VAProfileHEVCMain422_12 : VAEntrypointVLD
VAProfileHEVCMain444 : VAEntrypointVLD
VAProfileHEVCMain444 : VAEntrypointEncSlice
VAProfileHEVCMain444_10 : VAEntrypointVLD
VAProfileHEVCMain444_10 : VAEntrypointEncSlice
VAProfileHEVCMain444_12 : VAEntrypointVLD
VAProfileHEVCSccMain : VAEntrypointVLD
VAProfileHEVCSccMain : VAEntrypointEncSlice
VAProfileHEVCSccMain10 : VAEntrypointVLD
VAProfileHEVCSccMain10 : VAEntrypointEncSlice
VAProfileHEVCSccMain444 : VAEntrypointVLD
VAProfileHEVCSccMain444 : VAEntrypointEncSlice
VAProfileAV1Profile0 : VAEntrypointVLD
VAProfileAV1Profile0 : VAEntrypointEncSlice
VAProfileHEVCSccMain444_10 : VAEntrypointVLD
VAProfileHEVCSccMain444_10 : VAEntrypointEncSlice
Quote:docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg
ffmpeg version 7.0.2-Jellyfin Copyright © 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
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
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'
Quote: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 © 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
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 @ 0x55cbfb2ff0c0] Trying to use DRM render node for device 0.
[AVHWDeviceContext @ 0x55cbfb2ff0c0] libva: VA-API version 1.22.0
[AVHWDeviceContext @ 0x55cbfb2ff0c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x55cbfb2ff0c0] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ 0x55cbfb2ff0c0] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x55cbfb2ff0c0] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ 0x55cbfb2ff0c0] VAAPI driver: Intel iHD driver for Intel® Gen Graphics - 25.1.0 (aa5ca4.
[AVHWDeviceContext @ 0x55cbfb2ff0c0] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ 0x55cbfb33eb80] 0.0: Intel® OpenCL Graphics / Intel® Arc Graphics
[AVHWDeviceContext @ 0x55cbfb33eb80] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
[AVHWDeviceContext @ 0x55cbfb33eb80] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
[AVHWDeviceContext @ 0x55cbfb33eb80] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
Universal media converter
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Any advice please?