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
OS: Ubuntu
OS version: 22.04
CPU: 12900H
Docker version: Latest
Device model: ?
Browser/OS: Chrome
Container creation
handbrake:
image: jlesage/handbrake:nightly-latest (trying latest, same prob)
container_name: handbrake
environment:
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:
Container log
Container inspect
Anything else?
NA