Work in Progress: These docs are incomplete and may contain inaccuracies. Norri is not yet available for download.

Hardware Transcoding

Note

Work in Progress

This documentation is being written. Check back soon for detailed instructions.

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/dri

NVIDIA GPUs

For NVIDIA GeForce or Quadro cards.

Docker Setup

Use the NVIDIA Container Toolkit:

runtime: nvidia
environment:
  - NVIDIA_VISIBLE_DEVICES=all

AMD GPUs

For AMD graphics cards with VCE/VCN support.