update qsv encoding

This commit is contained in:
Luke Pulverenti 2015-11-26 23:34:11 -05:00
parent 70ce565e80
commit e4ab3eda42
3 changed files with 6 additions and 6 deletions

View file

@ -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>