mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add yadif setting
This commit is contained in:
parent
91ba1d2a13
commit
29037b6625
3 changed files with 12 additions and 1 deletions
|
@ -125,6 +125,14 @@
|
|||
<input is="emby-input" type="number" id="txtH264Crf" pattern="[0-9]*" min="0" max="51" step="1" label="${LabelH264Crf}" />
|
||||
<div class="fieldDescription">${H264CrfHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectDeinterlaceMethod" label="${LabelDeinterlacingMethod}">
|
||||
<option value="">${Standard}</option>
|
||||
<option value="bobandweave">${BobAndWeaveWithHelp}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkEnableSubtitleExtraction" />
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -209,6 +209,9 @@
|
|||
"OptionDvd": "Dvd",
|
||||
"OptionIso": "Iso",
|
||||
"Option3D": "3D",
|
||||
"LabelDeinterlacingMethod": "Deinterlacing method:",
|
||||
"Standard": "Standard",
|
||||
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
|
||||
"LabelStatus": "Status:",
|
||||
"LabelLastResult": "Last result:",
|
||||
"OptionHasSubtitles": "Subtitles",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue