Skip to content

Instantly share code, notes, and snippets.

View Rocketplanner83's full-sized avatar

Alex Decker Rocketplanner83

View GitHub Profile
@Rocketplanner83
Rocketplanner83 / README.md
Last active January 27, 2026 14:21
README.md

Tdarr – HEVC Auto Hardware Routing Flow

Mixed Tdarr clusters often fail when macOS or non-NVIDIA nodes attempt NVENC. This flow enforces hardware-safe routing before transcode plugins run.

This Tdarr flow automatically selects the correct hardware encoder per node:

Encoder Routing Logic

  • Intel iGPU (Linux / Windows) → QSV (Boosh plugin)
  • Apple Silicon (macOS) → VideoToolbox (via Boosh)
  • NVIDIA GPU → NVENC (DOOM plugin)
@Rocketplanner83
Rocketplanner83 / tdarr-hevc-auto-hw-routing.json
Created January 27, 2026 14:16
Tdarr flow: HEVC auto hardware routing across QSV (Intel), VideoToolbox (macOS), and NVENC (NVIDIA). Prevents invalid encoder usage on macOS and mixed-node clusters.
{
"_id": "fYe6PPp7G",
"name": "HEVC – QSV / NVENC / VT",
"description": "HEVC – QSV / NVENC / VT",
"tags": "",
"flowPlugins": [
{
"name": "Check Node Hardware Encoder",
"sourceRepo": "Community",
"pluginName": "checkNodeHardwareEncoder",