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">
|
|
|
|
|
|
|
|
|
|
<fieldset data-role="controlgroup">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<legend>${HeaderTranscodingQualityPreference}</legend>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<input type="radio" name="radioEncodingQuality" class="radioEncodingQuality" id="radioAuto" value="Auto">
|
2014-01-11 11:58:50 -07:00
|
|
|
|
<label for="radioAuto">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${OptionAutomatic}<br />
|
2014-07-21 18:29:06 -07:00
|
|
|
|
<span style="font-weight: normal;">${OptionAutomaticTranscodingHelp}</span>
|
|
|
|
|
</label>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<input type="radio" name="radioEncodingQuality" class="radioEncodingQuality" id="radioHighSpeed" value="HighSpeed">
|
2014-01-11 11:58:50 -07:00
|
|
|
|
<label for="radioHighSpeed">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${OptionHighSpeedTranscoding}<br />
|
2014-07-21 18:29:06 -07:00
|
|
|
|
<span style="font-weight: normal;">${OptionHighSpeedTranscodingHelp}</span>
|
|
|
|
|
</label>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<input type="radio" name="radioEncodingQuality" class="radioEncodingQuality" id="radioHighQuality" value="HighQuality">
|
2014-01-11 11:58:50 -07:00
|
|
|
|
<label for="radioHighQuality">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${OptionHighQualityTranscoding}<br />
|
2014-07-21 18:29:06 -07:00
|
|
|
|
<span style="font-weight: normal;">${OptionHighQualityTranscodingHelp}</span>
|
|
|
|
|
</label>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<input type="radio" name="radioEncodingQuality" class="radioEncodingQuality" id="radioMaxQuality" value="MaxQuality">
|
2014-01-11 11:58:50 -07:00
|
|
|
|
<label for="radioMaxQuality">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${OptionMaxQualityTranscoding}<br />
|
2014-07-21 18:29:06 -07:00
|
|
|
|
<span style="font-weight: normal;">${OptionMaxQualityTranscodingHelp}</span>
|
|
|
|
|
</label>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
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>
|
|
|
|
|
<label for="txtTranscodingTempPath">${LabelTranscodingTempPath}</label>
|
2015-06-10 06:37:07 -07:00
|
|
|
|
<div style="display: inline-block; width: 85%;">
|
2015-01-23 21:50:45 -07:00
|
|
|
|
<input type="text" id="txtTranscodingTempPath" />
|
2014-07-03 19:22:57 -07:00
|
|
|
|
</div>
|
|
|
|
|
<button id="btnSelectTranscodingTempPath" type="button" data-icon="search" data-iconpos="notext" data-inline="true">${ButtonSelectDirectory}</button>
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${LabelTranscodingTempPathHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</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>
|
2014-01-07 11:39:35 -07:00
|
|
|
|
<li>
|
|
|
|
|
<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>
|