mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Change wording of label help
This commit is contained in:
parent
2dfc0aa061
commit
f26e6e8b3a
1 changed files with 7 additions and 7 deletions
|
@ -1634,17 +1634,17 @@
|
|||
"PriorityBelowNormal": "Below Normal",
|
||||
"PriorityIdle": "Idle",
|
||||
"LabelProcessPriority": "Process Priority",
|
||||
"LabelProcessPriorityHelp": "Setting this lower or higher will determine how the CPU prioritizes the ffmpeg preview images generation process in relation to other processes. If you notice slowdown while generating preview images but don't want to fully stop their generation, try lowering this as well as the thread count.",
|
||||
"LabelImageInterval": "ImageInterval",
|
||||
"LabelImageIntervalHelp": "Interval of time between each new trickplay image. A shorter interval and more images will take up more space.",
|
||||
"LabelProcessPriorityHelp": "Setting this lower or higher will determine how the CPU prioritizes the ffmpeg trickplay generation process in relation to other processes. If you notice slowdown while generating trickplay images but don't want to fully stop their generation, try lowering this as well as the thread count.",
|
||||
"LabelImageInterval": "Image Interval",
|
||||
"LabelImageIntervalHelp": "Interval of time (ms) between each new trickplay image.",
|
||||
"LabelWidthResolutions": "Width Resolutions",
|
||||
"LabelWidthResolutionsHelp": "Comma separated list of the width (px) that trickplay images will be generated at. All images should generate proportionally to the source, so a width of 320 on a 16:9 video ends up around 320x180.",
|
||||
"LabelWidthResolutionsHelp": "Comma separated list of the widths (px) that trickplay images will be generated at. All images should generate proportionally to the source, so a width of 320 on a 16:9 video ends up around 320x180.",
|
||||
"LabelTileWidth": "Tile Width",
|
||||
"LabelTileWidthHelp": "Maximum number of images to tile in X direction.",
|
||||
"LabelTileWidthHelp": "Maximum number of images per tile in the X direction.",
|
||||
"LabelTileHeight": "Tile Height",
|
||||
"LabelTileHeightHelp": "Maximum number of images to tile in Y direction.",
|
||||
"LabelTileHeightHelp": "Maximum number of images per tile in the Y direction.",
|
||||
"LabelJpegQuality": "JPEG Quality",
|
||||
"LabelJpegQualityHelp": "The image quality for preview image tiles.",
|
||||
"LabelJpegQualityHelp": "The JPEG compression quality for trickplay images.",
|
||||
"LabelQscale": "Qscale",
|
||||
"LabelQscaleHelp": "The quality scale of images output by ffmpeg, with 2 being the highest quality and 31 being the lowest.",
|
||||
"LabelTrickplayThreads": "FFmpeg Threads",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue