mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make tonemapping helptext make sense (#6354)
* make tonemapping helptext make sense * Remove unused string according to feedback * suggestion from review Co-authored-by: gnattu <gnattu@users.noreply.github.com> * apply suggestion * reviews Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com> --------- Co-authored-by: gnattu <gnattu@users.noreply.github.com> Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
26727ed802
commit
ffd40405bd
1 changed files with 4 additions and 6 deletions
|
@ -956,14 +956,12 @@
|
|||
"LabelTitle": "Title",
|
||||
"LabelTonemappingAlgorithm": "Select the Tone mapping algorithm to use",
|
||||
"LabelTonemappingDesat": "Tone mapping desat",
|
||||
"LabelTonemappingDesatHelp": "Apply desaturation for highlights that exceed this level of brightness. The higher the parameter, the more color information will be preserved. This setting helps prevent unnaturally blown-out colors for super-highlights, by (smoothly) turning into white instead. This makes images feel more natural, at the cost of reducing information about out-of-range colors. The recommended and default values are 0 and 0.5.",
|
||||
"LabelTonemappingDesatHelp": "Apply desaturation for highlights that exceed this level of brightness. The recommended value is 0 (disable).",
|
||||
"LabelTonemappingParam": "Tone mapping param",
|
||||
"LabelTonemappingParamHelp": "Tune the tone mapping algorithm. The recommended and default values are NaN. Generally leave it blank.",
|
||||
"LabelTonemappingPeak": "Tone mapping peak",
|
||||
"LabelTonemappingPeakHelp": "Override signal/nominal/reference peak with this value. Useful when the embedded peak information in display metadata is not reliable or when tone mapping from a lower range to a higher range. The recommended and default values are 100 and 0.",
|
||||
"LabelTonemappingPeakHelp": "Override the embedded metadata value for the input signal with this peak value instead. The default value is 100 (1000nit).",
|
||||
"LabelTonemappingRange": "Tone mapping range",
|
||||
"LabelTonemappingThreshold": "Tone mapping threshold",
|
||||
"LabelTonemappingThresholdHelp": "The tone mapping algorithm parameters is fine-tuned per each scene. And a threshold is used to detect whether the scene has changed or not. If the distance between the current frame average brightness and the current running average exceeds a threshold value, we would re-calculate scene average and peak brightness. The recommended and default values are 0.8 and 0.2.",
|
||||
"LabelTrackNumber": "Track number",
|
||||
"LabelTranscodePath": "Transcode path",
|
||||
"LabelTranscodes": "Transcodes",
|
||||
|
@ -1741,9 +1739,9 @@
|
|||
"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.",
|
||||
"LabelVppTonemappingBrightnessHelp": "Apply brightness gain in VPP tone mapping. The recommended value is 16.",
|
||||
"LabelVppTonemappingContrast": "VPP Tone mapping contrast gain",
|
||||
"LabelVppTonemappingContrastHelp": "Apply contrast gain in VPP tone mapping. Both recommended and default values are 1.",
|
||||
"LabelVppTonemappingContrastHelp": "Apply contrast gain in VPP tone mapping. The recommended value is 1.",
|
||||
"VideoRangeTypeNotSupported": "The video's range type is not supported",
|
||||
"LabelVideoRangeType": "Video range type",
|
||||
"MediaInfoVideoRangeType": "Video range type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue