Skip to content

Commit f5b7185

Browse files
committed
Enable hw acceleration for trickplays
1 parent c2966fb commit f5b7185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixos/beast/jellarr.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
}
3535
];
3636
trickplayOptions = {
37-
enableHwAcceleration = false;
38-
enableHwEncoding = false;
37+
enableHwAcceleration = true;
38+
enableHwEncoding = true;
3939
processThreads = 10;
4040
};
4141
};

0 commit comments

Comments
 (0)