Skip to content

Commit 176cf26

Browse files
authored
Merge pull request #190 from booxter/jellarr-trickplay
Enable hw acceleration for trickplays
2 parents 889f091 + f5b7185 commit 176cf26

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)