1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

feat: add VideoToolbox Tone mapping support

This also hides AV1 encoding from VideoToolbox option to not confuse our user.
This commit is contained in:
gnattu 2024-02-29 09:33:54 +08:00
parent a314995911
commit be26da26f8
3 changed files with 26 additions and 2 deletions

View file

@ -129,7 +129,7 @@
<span>${AllowHevcEncoding}</span>
</label>
</div>
<div class="checkboxList">
<div class="checkboxList allowAv1EncodingOption">
<label>
<input type="checkbox" is="emby-checkbox" id="chkAllowAv1Encoding" />
<span>${AllowAv1Encoding}</span>
@ -155,6 +155,16 @@
</div>
</div>
<div class="videoToolboxTonemappingOptions hide">
<div class="checkboxListContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkVideoToolboxTonemapping" />
<span>${EnableVideoToolboxTonemapping}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${AllowVideoToolboxTonemappingHelp}</div>
</div>
</div>
<div class="tonemappingOptions hide">
<div class="checkboxListContainer checkboxContainer-withDescription">
<label>