[PR #14651] [MERGED] Run background ffmpeg tasks as ProcessPriorityClass.BelowNormal #14061

Closed
opened 2026-02-07 07:23:44 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: low-priority-scan


📝 Commits (1)

  • 29e17b6 Run 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:

  • Keyframe extraction
  • Media info probing during library scans
  • Audio normalization
  • Image extraction

following example from TrickPlay.

Issues
None


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14651 **Author:** [@evan314159](https://github.com/evan314159) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `low-priority-scan` --- ### 📝 Commits (1) - [`29e17b6`](https://github.com/jellyfin/jellyfin/commit/29e17b6bc0c002d0de5469d1f795ccacf4a41b56) Run background ffmpeg tasks as ProcessPriorityClass.BelowNormal ### 📊 Changes **3 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** Run background ffmpeg/ffprobe tasks as ProcessPriorityClass.BelowNormal: - Keyframe extraction - Media info probing during library scans - Audio normalization - Image extraction following example from TrickPlay. **Issues** None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:23:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14061