From 42088b411ba73d414fc5d6e1f6b11a433a7567be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 8 Feb 2025 22:46:30 +0200 Subject: [PATCH] frigate: +hwaccel --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 3a4350b..47faeb9 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -402,7 +402,7 @@ in enabled = true; detect.enabled = true; ffmpeg = { - #hwaccel_args = "preset-vaapi"; + hwaccel_args = "preset-vaapi"; output_args = { record = "preset-record-generic-audio-copy"; };