add recording remux option
This commit is contained in:
parent
c761f8d622
commit
d508b55755
2 changed files with 9 additions and 125 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue