Hardware Transcoding
Why Hardware Transcoding?
Hardware transcoding uses your GPU instead of CPU, providing:
- Much faster encoding
- Lower power consumption
- Support for more simultaneous streams
Intel Quick Sync
For Intel CPUs with integrated graphics.
Docker Setup
Pass through the render device:
devices: - /dev/dri:/dev/driNVIDIA GPUs
For NVIDIA GeForce or Quadro cards.
Docker Setup
Use the NVIDIA Container Toolkit:
runtime: nvidiaenvironment: - NVIDIA_VISIBLE_DEVICES=allAMD GPUs
For AMD graphics cards with VCE/VCN support.