mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #14651] [MERGED] Run background ffmpeg tasks as ProcessPriorityClass.BelowNormal #14061
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/14651
Author: @evan314159
Created: 8/15/2025
Status: ✅ Merged
Merged: 8/22/2025
Merged by: @Bond-009
Base:
master← Head:low-priority-scan📝 Commits (1)
29e17b6Run background ffmpeg tasks as ProcessPriorityClass.BelowNormal📊 Changes
3 files changed (+3 additions, -0 deletions)
View changed files
📝
Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs(+1 -0)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+1 -0)📝
src/Jellyfin.MediaEncoding.Keyframes/FfProbe/FfProbeKeyframeExtractor.cs(+1 -0)📄 Description
Changes
Run background ffmpeg/ffprobe tasks as ProcessPriorityClass.BelowNormal:
following example from TrickPlay.
Issues
None
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.