feat(jellyfin): edit some transcoding settings
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-05-12 22:17:37 -04:00
parent 6942e77ed3
commit 117c517810

View file

@ -110,7 +110,9 @@ in {
"vp9" "vp9"
"av1" "av1"
]; ];
enableThrottling = true; allowHevcEncoding = true;
allowAv1Encoding = true;
enableThrottling = false;
enableTonemapping = true; enableTonemapping = true;
downMixAudioBoost = 1; downMixAudioBoost = 1;
}; };