Skip to content

Commit

Permalink
Suggest ImageExtractionTimeoutMs changes for Idle priority
Browse files Browse the repository at this point in the history
After seeing repeated logs about `ffmpeg` being started then killed for being unresponsive, I tracked down this configuration setting on GitHub.

So far, my Trickplay generation is much more reliable with a timeout of 30,000 instead.

See: jellyfin/jellyfin#13116
  • Loading branch information
tcely authored Nov 28, 2024
1 parent 8fea5c0 commit 1837e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strings/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@
"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.",
"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. Increasing the 'ImageExtractionTimeoutMs' value above 20,000 may be needed for the 'Idle' priority.",
"LabelImageInterval": "Image Interval",
"LabelImageIntervalHelp": "Interval of time (ms) between each new trickplay image.",
"LabelWidthResolutions": "Width Resolutions",
Expand Down

0 comments on commit 1837e50

Please sign in to comment.