jlesage / docker-handbrake

Docker container for HandBrake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVENC disabled/ not supported anymore?

ApfelBirneKreis opened this issue · comments

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

  • OS:
  • OS version:
  • CPU:
  • Docker version:
  • Device model:
  • Browser/OS:

Container creation

unraid

Container log

none

Container inspect

No response

Anything else?

No response

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

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

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

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?