mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5200 from nicknsy/trickplay-new
Add trickplay support
This commit is contained in:
commit
cb98a5cce0
15 changed files with 545 additions and 9 deletions
|
@ -1625,5 +1625,38 @@
|
|||
"MachineTranslated": "Machine Translated",
|
||||
"ForeignPartsOnly": "Forced/Foreign parts only",
|
||||
"HearingImpairedShort": "HI/SDH",
|
||||
"LabelIsHearingImpaired": "For hearing impaired (SDH)"
|
||||
"LabelIsHearingImpaired": "For hearing impaired (SDH)",
|
||||
"AllowMjpegEncoding": "Allow encoding in MJPEG format (used during trickplay generation)",
|
||||
"Trickplay": "Trickplay",
|
||||
"LabelTrickplayAccel": "Enable hardware acceleration",
|
||||
"LabelTrickplayAccelHelp": "Make sure to enable 'Allow MJPEG Encoding' in Transcoding if your hardware supports it.",
|
||||
"NonBlockingScan": "Non Blocking - queues generation, then returns",
|
||||
"BlockingScan": "Blocking - queues generation, blocks scan until complete",
|
||||
"LabelScanBehavior": "Scan Behavior",
|
||||
"LabelScanBehaviorHelp": "The default behavior is non blocking, which will add media to the library before trickplay generation is done. Blocking will ensure trickplay files are generated before media is added to the library, but will make scans significantly longer.",
|
||||
"PriorityHigh": "High",
|
||||
"PriorityAboveNormal": "Above Normal",
|
||||
"PriorityNormal": "Normal",
|
||||
"PriorityBelowNormal": "Below Normal",
|
||||
"PriorityIdle": "Idle",
|
||||
"LabelProcessPriority": "Process Priority",
|
||||
"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 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 per tile in the X direction.",
|
||||
"LabelTileHeight": "Tile Height",
|
||||
"LabelTileHeightHelp": "Maximum number of images per tile in the Y direction.",
|
||||
"LabelJpegQuality": "JPEG Quality",
|
||||
"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",
|
||||
"LabelTrickplayThreadsHelp": "The number of threads to pass to the '-threads' argument of ffmpeg.",
|
||||
"OptionExtractTrickplayImage": "Enable trickplay image extraction",
|
||||
"ExtractTrickplayImagesHelp": "Trickplay images are similar to chapter images, except they span the entire length of the content and are used to show a preview when scrubbing through videos.",
|
||||
"LabelExtractTrickplayDuringLibraryScan": "Extract trickplay images during the library scan",
|
||||
"LabelExtractTrickplayDuringLibraryScanHelp": "Generate trickplay images when videos are imported during the library scan. Otherwise, they will be extracted during the trickplay images scheduled task. If generation is set to non-blocking this will not affect the time a library scan takes to complete."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue