mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix translation of the enhanced NVDEC decoder
Enhanced NVDEC is now the default option in 10.9, which is required for parsing the Dolby Vision metadata. The old CUVID impl can still be used by unchecking this option. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
f7b49103c5
commit
07efae27fe
1 changed files with 1 additions and 1 deletions
|
@ -1618,7 +1618,7 @@
|
|||
"Select": "Select",
|
||||
"ThemeSong": "Theme Song",
|
||||
"ThemeVideo": "Theme Video",
|
||||
"EnableEnhancedNvdecDecoderHelp": "Experimental NVDEC implementation, do not enable this option unless you encounter decoding errors.",
|
||||
"EnableEnhancedNvdecDecoderHelp": "Enhanced NVDEC implementation, disable this option to use CUVID if you encounter decoding errors.",
|
||||
"EnableSplashScreen": "Enable the splash screen",
|
||||
"LabelVppTonemappingBrightness": "VPP Tone mapping brightness gain",
|
||||
"LabelVppTonemappingBrightnessHelp": "Apply brightness gain in VPP tone mapping. The recommended and default values are 16 and 0.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue