1
0
Fork 0
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:
Luke Pulverenti 2017-09-17 02:42:23 -04:00
parent 91ba1d2a13
commit 29037b6625
3 changed files with 12 additions and 1 deletions

View file

@ -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

View file

@ -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",