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

Add trickplay functionality

This commit is contained in:
Nick 2024-02-11 20:34:30 -08:00
parent 675a59adc4
commit 8045b95d93
16 changed files with 335 additions and 8 deletions

View file

@ -1,4 +1,37 @@
{
"Trickplay": "Trickplay",
"TrickplayHardwareAccel": "Enable hardware acceleration",
"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 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.",
"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.",
"LabelTileWidth": "Tile Width",
"LabelTileWidthHelp": "Maximum number of images to tile in X direction.",
"LabelTileHeight": "Tile Height",
"LabelTileHeightHelp": "Maximum number of images to tile in Y direction.",
"LabelJpegQuality": "JPEG Quality",
"LabelJpegQualityHelp": "The image quality for preview image tiles.",
"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 chapter images scheduled task. If generation is set to non-blocking this will not affect the time a library scan takes to complete.",
"Absolute": "Absolute",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",