2014-07-03 19:22:57 -07:00
|
|
|
|
<!DOCTYPE html>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<title>${TitlePlayback}</title>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-07 18:23:56 -07:00
|
|
|
|
<div id="encodingSettingsPage" data-role="page" class="page type-interior playbackConfigurationPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Transcoding" data-require="scripts/encodingsettings">
|
2014-01-07 11:39:35 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<a href="playbackconfiguration.html" data-role="button">${TabGeneral}</a>
|
|
|
|
|
<a href="cinemamodeconfiguration.html" data-role="button">${TabCinemaMode}</a>
|
2015-04-08 22:20:23 -07:00
|
|
|
|
<a href="streamingsettings.html" data-role="button">${TabStreaming}</a>
|
2014-04-05 08:02:50 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabTranscoding}</a>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="encodingSettingsForm">
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2015-09-17 20:08:45 -07:00
|
|
|
|
<li>
|
|
|
|
|
<label for="selectVideoDecoder">${LabelHardwareVideoDecoder}</label>
|
|
|
|
|
<select id="selectVideoDecoder" data-mini="true">
|
|
|
|
|
<option value="">${OptionAuto}</option>
|
2015-09-19 19:06:56 -07:00
|
|
|
|
<option value="qsv">Intel Quick Sync</option>
|
2015-09-17 20:08:45 -07:00
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription">${LabelHardwareVideoDecoderHelp}</div>
|
|
|
|
|
</li>
|
2015-07-30 18:52:11 -07:00
|
|
|
|
<li>
|
|
|
|
|
<label for="selectThreadCount">${LabelTranscodingThreadCount}</label>
|
|
|
|
|
<select id="selectThreadCount" data-mini="true">
|
|
|
|
|
<option value="-1">${OptionAuto}</option>
|
|
|
|
|
<option value="1">1</option>
|
|
|
|
|
<option value="2">2</option>
|
|
|
|
|
<option value="3">3</option>
|
|
|
|
|
<option value="4">4</option>
|
|
|
|
|
<option value="5">5</option>
|
|
|
|
|
<option value="6">6</option>
|
|
|
|
|
<option value="7">7</option>
|
|
|
|
|
<option value="8">8</option>
|
|
|
|
|
<option value="0">${OptionMax}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div class="fieldDescription">${LabelTranscodingThreadCountHelp}</div>
|
|
|
|
|
</li>
|
2015-03-30 09:16:34 -07:00
|
|
|
|
<li>
|
|
|
|
|
<input type="checkbox" id="chkEnableThrottle" data-mini="true" />
|
|
|
|
|
<label for="chkEnableThrottle">${OptionEnableTranscodingThrottle}</label>
|
|
|
|
|
<div class="fieldDescription">${OptionEnableTranscodingThrottleHelp}</div>
|
|
|
|
|
</li>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<li>
|
2015-09-05 21:53:37 -07:00
|
|
|
|
<paper-input id="txtTranscodingTempPath" label="${LabelTranscodingTempPath}" style="width:80%;display:inline-block;"></paper-input>
|
|
|
|
|
<paper-icon-button id="btnSelectTranscodingTempPath" icon="search"></paper-icon-button>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${LabelTranscodingTempPathHelp}
|
|
|
|
|
</div>
|
2015-09-17 20:08:45 -07:00
|
|
|
|
<br />
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</li>
|
2014-04-18 10:16:25 -07:00
|
|
|
|
<li>
|
|
|
|
|
<label for="txtDownMixAudioBoost">${LabelDownMixAudioScale}</label>
|
2015-01-01 22:36:27 -07:00
|
|
|
|
<input type="number" id="txtDownMixAudioBoost" pattern="[0-9]*" required="required" min=".5" max="3" step=".1" />
|
2014-04-18 10:16:25 -07:00
|
|
|
|
<div class="fieldDescription">${LabelDownMixAudioScaleHelp}</div>
|
|
|
|
|
</li>
|
2015-11-04 16:49:06 -07:00
|
|
|
|
<li style="display:none;">
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<input type="checkbox" id="chkEnableDebugEncodingLogging" name="chkEnableDebugEncodingLogging" data-mini="true" />
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<label for="chkEnableDebugEncodingLogging">${OptionEnableDebugTranscodingLogging}</label>
|
|
|
|
|
<div class="fieldDescription">${OptionEnableDebugTranscodingLoggingHelp}</div>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</li>
|
2014-01-11 11:58:50 -07:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<li>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</button>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|