docker-ffmpeg icon indicating copy to clipboard operation
docker-ffmpeg copied to clipboard

need help deploying ffmpeg container [BUG] <title>

Open GeorgeZaher opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

libpostproc 58. 1.100 / 58. 1.100 [AVHWDeviceContext @ 0x55ca6d404d80] Failed to initialise VAAPI connection: -1 (unknown libva error). Device creation failed: -5. Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Input/output error Error parsing global options: Input/output error

Expected Behavior

No response

Steps To Reproduce

run the command in logs

Environment

- OS:
- How docker service was installed:
docker pull linuxserver/ffmpeg

Docker creation

docker pull linuxserver/ffmpeg

Container logs

docker run --rm -it   --device=/dev/dri:/dev/dri   -v /mnt/c/Users/Public/WORK   linuxserver/ffmpeg   -hwaccel vaapi   -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi  -i    -c:v h264_vaapi   -b:v 3M   -vf 'format=nv12|vaapi,hwupload,scale_vaapi=w=360:h=240'   -c:a copy  output.mkv
**** adding /dev/dri/renderD128 to video group video with id 44 ****
**** permissions for /dev/dri/card0 are good ****
ffmpeg version 7.0.1 Copyright (c) 2000-2024 the FFmpeg developers
  built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
  configuration: --disable-debug --disable-doc --disable-ffplay --enable-alsa --enable-cuvid --enable-ffprobe --enable-gpl --enable-libaom --enable-libass --enable-libdav1d --enable-libfdk_aac --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-libkvazaar --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libplacebo --enable-librav1e --enable-libshaderc --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-nonfree --enable-nvdec --enable-nvenc --enable-cuda-llvm --enable-opencl --enable-openssl --enable-stripping --enable-vaapi --enable-vdpau --enable-version3 --enable-vulkan
  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 @ 0x55ca6d404d80] Failed to initialise VAAPI connection: -1 (unknown libva error).
Device creation failed: -5.
Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Input/output error
Error parsing global options: Input/output error

GeorgeZaher avatar Aug 04 '24 11:08 GeorgeZaher

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] avatar Aug 04 '24 11:08 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

LinuxServer-CI avatar Sep 04 '24 01:09 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar Dec 03 '24 02:12 github-actions[bot]