[PR #2821] [MERGED] Fix MPEG4 broken on VAAPI #9060

Closed
opened 2025-12-22 07:16:36 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2821
Author: @nyanmisaka
Created: 4/10/2020
Status: Merged
Merged: 4/12/2020
Merged by: @Bond-009

Base: masterHead: mpeg4


📝 Commits (6)

  • 79e3de1 Merge pull request #3 from jellyfin/master
  • e0ee61d fix mpeg4 failed on vaapi
  • dd3f308 minor changes
  • 6485c1e probe Main/High 10 more specifically
  • e6f6586 update as per suggestions
  • 62d9a48 update as per suggestions

📊 Changes

1 file changed (+23 additions, -31 deletions)

View changed files

📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+23 -31)

📄 Description

Changes

I specifically transcoded my h264 sample to MPEG4 to solve this issue.

In conclusion, no VAAPI device supports decoding of MPEG4 videos, but h264_vaapi encoding can be used. In addition, hwdownload cannot be used when using software encoding as the data is not originally on the GPU side.

Issues

https://github.com/jellyfin/jellyfin/issues/2776 should finally be fixed


🔄 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/2821 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 4/10/2020 **Status:** ✅ Merged **Merged:** 4/12/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `mpeg4` --- ### 📝 Commits (6) - [`79e3de1`](https://github.com/jellyfin/jellyfin/commit/79e3de15681cc243a42a587d00f1c75c184540e9) Merge pull request #3 from jellyfin/master - [`e0ee61d`](https://github.com/jellyfin/jellyfin/commit/e0ee61d114061e9034927695d99ea3d6549fc88f) fix mpeg4 failed on vaapi - [`dd3f308`](https://github.com/jellyfin/jellyfin/commit/dd3f3089ef58faedce4dc58d5c31f3596031514f) minor changes - [`6485c1e`](https://github.com/jellyfin/jellyfin/commit/6485c1eabca349145880189b9a1f7a16c6918023) probe Main/High 10 more specifically - [`e6f6586`](https://github.com/jellyfin/jellyfin/commit/e6f65863e303306e2f2a88320ff8ba46cfddae85) update as per suggestions - [`62d9a48`](https://github.com/jellyfin/jellyfin/commit/62d9a4883372f358781846f5aad9417ec9b7a7e0) update as per suggestions ### 📊 Changes **1 file changed** (+23 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+23 -31) </details> ### 📄 Description **Changes** I specifically transcoded my h264 sample to MPEG4 to solve this issue. In conclusion, no VAAPI device supports decoding of MPEG4 videos, but `h264_vaapi` encoding can be used. In addition, `hwdownload` cannot be used when using software encoding as the data is not originally on the GPU side. **Issues** https://github.com/jellyfin/jellyfin/issues/2776 should finally be fixed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:16:36 +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#9060
No description provided.