feat(jellyfin): edit some transcoding settings
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
6942e77ed3
commit
117c517810
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue