add recording remux option

This commit is contained in:
Luke Pulverenti 2016-11-01 15:06:04 -04:00
parent c761f8d622
commit d508b55755
2 changed files with 9 additions and 125 deletions

View file

@ -77,6 +77,13 @@
<option value="mkv">MKV</option>
</select>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkPreserveVideo" />
<span>${OptionConvertRecordingPreserveVideo}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${OptionConvertRecordingPreserveVideoHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkPreserveAudio" />