[PR #12634] [MERGED] Enable BWDIF VideoToolbox deint filter when available #13301

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12634
Author: @gnattu
Created: 9/12/2024
Status: Merged
Merged: 9/12/2024
Merged by: @crobibero

Base: masterHead: bwdif-vt


📝 Commits (1)

  • 6196569 Enable BWDIF VideoToolbox deint filter when available

📊 Changes

2 files changed (+5 additions, -1 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+4 -1)
📝 MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs (+1 -0)

📄 Description

Changes

Use bwdif_videotoolbox for deinterlacing if available and selected.

Issues

Depends on https://github.com/jellyfin/jellyfin-ffmpeg/pull/457


🔄 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/12634 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `bwdif-vt` --- ### 📝 Commits (1) - [`6196569`](https://github.com/jellyfin/jellyfin/commit/6196569e239e9347b26ae3507ef42ff88660c1d5) Enable BWDIF VideoToolbox deint filter when available ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+4 -1) 📝 `MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs` (+1 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Use `bwdif_videotoolbox` for deinterlacing if available and selected. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Depends on https://github.com/jellyfin/jellyfin-ffmpeg/pull/457 --- <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:10:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13301