1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add more separate hw decoding toggles

This commit is contained in:
nyanmisaka 2020-04-09 00:35:54 +08:00
parent e90d2fcbfd
commit 02baff1fe0
5 changed files with 27 additions and 18 deletions

View file

@ -1496,5 +1496,7 @@
"EveryXMinutes": "Every {0} minutes",
"EveryHour": "Every hour",
"EveryXHours": "Every {0} hours",
"OnApplicationStartup": "On application startup"
"OnApplicationStartup": "On application startup",
"EnableDecodingColorDepth10": "Enable 10-Bit hardware decoding",
"EnableDecodingColorDepth10Help" : "Enable 10-Bit hardware decoding on supported hardware. Only works for HEVC and VP9 formats. Turn this off if you experience playback issues."
}

View file

@ -1502,5 +1502,7 @@
"YadifBob": "Yadif Bob",
"Yadif": "Yadif",
"LabelDeinterlaceMethod": "反交错方法:",
"DeinterlaceMethodHelp": "选择对隔行扫描内容进行转码时所用的反交错方法。"
"DeinterlaceMethodHelp": "选择对隔行扫描内容进行转码时所用的反交错方法。",
"EnableDecodingColorDepth10": "启用 10-Bit 硬件解码",
"EnableDecodingColorDepth10Help" : "在支持的硬件上启用 10-Bit 硬件解码。仅对 HEVC 和 VP9 格式起作用。如果你遇到了播放问题,请关闭这个选项。"
}