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

add hevc cuvid

This commit is contained in:
Luke Pulverenti 2017-06-12 03:11:54 -04:00
parent 8a451180f7
commit 29aea87d84
11 changed files with 26 additions and 10 deletions

View file

@ -19,6 +19,20 @@
<input is="emby-input" type="text" id="txtVaapiDevice" label="${LabelVaapiDevice}" />
<div class="fieldDescription">${LabelVaapiDeviceHelp}</div>
</div>
<div class="checkboxListContainer hardwareAccelerationOptions hide">
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" id="chkHardwareDecoding" />
<span>${EnableHardwareDecoding}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkHardwareEncoding" />
<span>${EnableHardwareEncoding}</span>
</label>
</div>
</div>
<div class="selectContainer">
<select is="emby-select" id="selectThreadCount" label="${LabelTranscodingThreadCount}">
<option value="-1">${OptionAuto}</option>