Really excited to try this. Handbrake always too daunting for me. Currently putting it into a docker container - couple of requests:
looks like the auto detect fails to see GPU passthrough on docker container. I’m assuming I can force it and ignore the auto detect?
I pointed it at a 7 season show on my NAS from a work server node. It appears to be copying everything over before starting the encoding. Could this be chunked? I’d like to eventually point this at all my media and let it run
EDIT:
Looks like it was my doing on the GPU docker stuff. Need to follow steps to enable GPU on docker then need the following arguments:
--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=compute,video,utility
Really excited to try this. Handbrake always too daunting for me. Currently putting it into a docker container - couple of requests:
EDIT: Looks like it was my doing on the GPU docker stuff. Need to follow steps to enable GPU on docker then need the following arguments:
--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=compute,video,utility