[PR #11910] [MERGED] Audio normalization: parse ffmpeg output line by line #12853

Closed
opened 2025-12-22 09:31:57 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/11910
Author: @Bond-009
Created: 6/1/2024
Status: Merged
Merged: 6/1/2024
Merged by: @joshuaboniface

Base: release-10.9.zHead: audionormout


📝 Commits (1)

  • bc8ef94 Audio normalization: parse ffmpeg output line by line

📊 Changes

2 files changed (+15 additions, -10 deletions)

View changed files

📝 Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs (+10 -8)
📝 src/Jellyfin.Extensions/StreamExtensions.cs (+5 -2)

📄 Description

Should prevent OOM error
Also optimized the regex so it can bail out earlier

Should fix #11909


🔄 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/11910 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/1/2024 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `release-10.9.z` ← **Head:** `audionormout` --- ### 📝 Commits (1) - [`bc8ef94`](https://github.com/jellyfin/jellyfin/commit/bc8ef94f0d6b3c56eef69f7f8287674ab7a7c6dc) Audio normalization: parse ffmpeg output line by line ### 📊 Changes **2 files changed** (+15 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs` (+10 -8) 📝 `src/Jellyfin.Extensions/StreamExtensions.cs` (+5 -2) </details> ### 📄 Description Should prevent OOM error Also optimized the regex so it can bail out earlier Should fix #11909 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:31:57 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12853
No description provided.