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>
|
2014-09-22 14:56:54 -07:00
|
|
|
|
<div id="encodingSettingsPage" data-role="page" class="page type-interior playbackConfigurationPage">
|
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>
|
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">
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<li>
|
|
|
|
|
<label for="txtTranscodingTempPath">${LabelTranscodingTempPath}</label>
|
|
|
|
|
<div style="display: inline-block; width: 92%;">
|
|
|
|
|
<input type="text" id="txtTranscodingTempPath" name="txtTranscodingTempPath" data-mini="true" />
|
|
|
|
|
</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>
|
|
|
|
|
<input type="number" id="txtDownMixAudioBoost" pattern="[0-9]*" required="required" min=".5" max="3" step=".1" data-mini="true" />
|
|
|
|
|
<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>
|
|
|
|
|
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${ButtonSave}
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</button>
|
|
|
|
|
<button type="button" onclick="Dashboard.navigate('dashboard.html');" data-icon="delete" data-mini="true">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
${ButtonCancel}
|
2014-01-07 11:39:35 -07:00
|
|
|
|
</button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$('.encodingSettingsForm').off('submit', EncodingSettingsPage.onSubmit).on('submit', EncodingSettingsPage.onSubmit);
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|