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

need help deploying feature[BUG] <title>

Open GeorgeZaher opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

Device creation failed: -542398533. [vist#0:0/h264 @ 0x564246460800] [dec:h264_qsv @ 0x564246487c00] No device available for decoder: device type qsv needed for codec h264_qsv. [vist#0:0/h264 @ 0x564246460800] [dec:h264_qsv @ 0x564246487c00] Hardware device setup failed for decoder: Generic error in an external library [vost#0:0/libx264 @ 0x56424645f340] Error initializing a simple filtergraph Error opening output file out.mp4. Error opening output files: Generic error in an external library

Expected Behavior

to parse the folder

Steps To Reproduce

sudo docker run --rm -it --device=/dev/dri:/dev/dri -v /mnt/c/Users/Public/WORK/:/data linuxserver/ffmpeg -hwaccel_output_format qsv -hwaccel qsv -c:v h264_qsv -i /data/TheaterSquare_854x480.mp4 out.mp4

Environment

- OS:
- How docker service was installed:

Docker creation

pull and run

Container logs

sudo docker run --rm -it --device=/dev/dri:/dev/dri -v /mnt/c/Users/Public/WORK/:/data linuxserver/ffmpeg -hwaccel_output_format qsv -hwaccel qsv -c:v h264_qsv -i /data/TheaterSquare_854x480.mp4 out.mp4
**** 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
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/data/TheaterSquare_854x480.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: mp42isom
    creation_time   : 2022-07-04T05:11:27.000000Z
  Duration: 00:00:10.00, start: 0.000000, bitrate: 4182 kb/s
  Stream #0:0[0x1](unk): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, progressive), 854x480 [SAR 1:1 DAR 427:240], 4176 kb/s, 60 fps, 60 tbr, 90k tbn (default)
      Metadata:
        creation_time   : 2022-07-04T05:11:27.000000Z
        handler_name    : ISO Video Handler
        vendor_id       : [0][0][0][0]
Device creation failed: -542398533.
[vist#0:0/h264 @ 0x564246460800] [dec:h264_qsv @ 0x564246487c00] No device available for decoder: device type qsv needed for codec h264_qsv.
[vist#0:0/h264 @ 0x564246460800] [dec:h264_qsv @ 0x564246487c00] Hardware device setup failed for decoder: Generic error in an external library
[vost#0:0/libx264 @ 0x56424645f340] Error initializing a simple filtergraph
Error opening output file out.mp4.
Error opening output files: Generic error in an external library

GeorgeZaher avatar Aug 04 '24 11:08 GeorgeZaher

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]