update qsv encoding
This commit is contained in:
parent
70ce565e80
commit
e4ab3eda42
3 changed files with 6 additions and 6 deletions
|
@ -20,12 +20,12 @@
|
|||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
<li>
|
||||
<label for="selectVideoDecoder">${LabelHardwareVideoDecoder}</label>
|
||||
<label for="selectVideoDecoder">${LabelHardwareAccelerationType}</label>
|
||||
<select id="selectVideoDecoder" data-mini="true">
|
||||
<option value="">${OptionAuto}</option>
|
||||
<option value="qsv">Intel Quick Sync</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelHardwareVideoDecoderHelp}</div>
|
||||
<div class="fieldDescription">${LabelHardwareAccelerationTypeHelp}</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="selectThreadCount">${LabelTranscodingThreadCount}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue