You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im running handbrake in docker and trying to decode these files I used to decode on nvenc. I am using an Intel 12900H with IrisXE iGPU. My other apps that need a gpu work fine by passing the device. The handbrake log detects the GPU and the right encoder. But when it runs it fails on all the video frames resulting in a small "successful" encode but only containing audio:
Expected Behavior
A successful job complated with video as well as audio
Steps To Reproduce
I am running the latest docker container on Ubuntu 22.04 with iGPU pass through. Other containers can see the device that is passed through, via 12900H IrisXE iGPU. The drivers are loaded correctly and it seems detected by handbrake jobs. It takes a 250MB video file and creates a 500K video fail, that only contains the audio.
Run the job and use the qsv encoder 4k and try to proceess a video.
Current Behavior
Im running handbrake in docker and trying to decode these files I used to decode on nvenc. I am using an Intel 12900H with IrisXE iGPU. My other apps that need a gpu work fine by passing the device. The handbrake log detects the GPU and the right encoder. But when it runs it fails on all the video frames resulting in a small "successful" encode but only containing audio:
Expected Behavior
A successful job complated with video as well as audio
Steps To Reproduce
I am running the latest docker container on Ubuntu 22.04 with iGPU pass through. Other containers can see the device that is passed through, via 12900H IrisXE iGPU. The drivers are loaded correctly and it seems detected by handbrake jobs. It takes a 250MB video file and creates a 500K video fail, that only contains the audio.
Run the job and use the qsv encoder 4k and try to proceess a video.
Environment
Container creation
handbrake:
image: jlesage/handbrake:nightly-latest (trying latest, same prob)
container_name: handbrake
environment:
- USER_ID=6969
- GROUP_ID=6969
- TZ=America/Los_Angeles
- AUTOMATED_CONVERSION_PRESET=Hardware/H.265 QSV 2160p 4K
- AUTOMATED_CONVERSION_FORMAT=mp4
- AUTOMATED_CONVERSION_OUTPUT_DIR=/output
Container log
Container inspect
Anything else?
NA
The text was updated successfully, but these errors were encountered: