jlesage / docker-handbrake

Docker container for HandBrake
MIT License
816 stars 95 forks source link

NVENC disabled/ not supported anymore? #351

Open ApfelBirneKreis opened 4 months ago

ApfelBirneKreis commented 4 months ago

Current Behavior

A bunch of time ago NVENC was enabled/working with this container

Expected Behavior

NVENC working

Steps To Reproduce

Spin up docker try to choose nvenc in encoder settings. Its not there anymore

Environment

Container creation

unraid

Container log

none

Container inspect

No response

Anything else?

No response

jlesage commented 3 months ago

NVENC was never supported, because Nvidia doesn't provide librairies compatible with Alpine Linux and these libraries are not open source.

ApfelBirneKreis commented 3 months ago

It does work on other Handbrake containers. They all used this to get NVIDIA support: https://docs.nvidia.com/ai-enterprise/deployment-guide-vmware/0.1.0/docker.html

lastlink commented 3 months ago

There is a fork of this project that has NVENC support and is published to docker https://github.com/zocker-160/handbrake-nvenc-docker @ApfelBirneKreis

ApfelBirneKreis commented 3 months ago

There is a fork of this project that has NVENC support and is published to docker https://github.com/zocker-160/handbrake-nvenc-docker @ApfelBirneKreis

@jlesage can NVENC be added like in this container?