[PR #3500] [MERGED] Add FFmpeg 4.3 detection and solve the green line on QSV HWA #9560

Closed
opened 2026-02-07 06:04:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3500
Author: @nyanmisaka
Created: 7/4/2020
Status: Merged
Merged: 7/14/2020
Merged by: @dkanada

Base: masterHead: vpp-qsv


📝 Commits (5)

  • bfd8782 Merge pull request #2 from jellyfin/master
  • 912946a Merge pull request from jellyfin/master
  • f5c5352 add FFmpeg 4.3 detection and tests
  • ce85cea solve the green line issue on QSV
  • d0098f1 update ffmpeg 4.3 from zeranoe builds

📊 Changes

5 files changed (+23 additions, -6 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+7 -5)
📝 MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs (+1 -0)
📝 deployment/build.windows.amd64 (+1 -1)
📝 tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs (+2 -0)
📝 tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTestsData.cs (+12 -0)

📄 Description

Changes

  • Add FFmpeg 4.3 detection and tests.
  • Solve the green line issue on QSV HWA.

Issues

Note

  • FFmpeg 4.3 and QSV parts should be shipped together, otherwise it will destroy HEVC transcoding.
    Since in FFmpeg 4.2 and older versions vpp_qsv cannot handle HEVC format.

🔄 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/3500 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 7/4/2020 **Status:** ✅ Merged **Merged:** 7/14/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `vpp-qsv` --- ### 📝 Commits (5) - [`bfd8782`](https://github.com/jellyfin/jellyfin/commit/bfd87829e3bca42a245287b99e652d091b21c990) Merge pull request #2 from jellyfin/master - [`912946a`](https://github.com/jellyfin/jellyfin/commit/912946a42793305ecdc6a8c176f1775ffe7ac0de) Merge pull request from jellyfin/master - [`f5c5352`](https://github.com/jellyfin/jellyfin/commit/f5c53528618f2cd644f0d787c1e367f9886ff79a) add FFmpeg 4.3 detection and tests - [`ce85cea`](https://github.com/jellyfin/jellyfin/commit/ce85cea9fa9b2444ead5b5c4857c9e9b56c4eb55) solve the green line issue on QSV - [`d0098f1`](https://github.com/jellyfin/jellyfin/commit/d0098f1b95bded47740ffa124db19df20ec27063) update ffmpeg 4.3 from zeranoe builds ### 📊 Changes **5 files changed** (+23 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+7 -5) 📝 `MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs` (+1 -0) 📝 `deployment/build.windows.amd64` (+1 -1) 📝 `tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTests.cs` (+2 -0) 📝 `tests/Jellyfin.MediaEncoding.Tests/EncoderValidatorTestsData.cs` (+12 -0) </details> ### 📄 Description **Changes** - Add FFmpeg 4.3 detection and tests. - Solve the green line issue on QSV HWA. **Issues** - https://github.com/jellyfin/jellyfin/issues/3021 **Note** - FFmpeg 4.3 and QSV parts should be shipped together, otherwise it will destroy HEVC transcoding. Since in FFmpeg 4.2 and older versions `vpp_qsv` cannot handle HEVC format. --- <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 06:04:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9560