mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #2821] [MERGED] Fix MPEG4 broken on VAAPI #9060
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#9060
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:mpeg4📝 Commits (6)
79e3de1Merge pull request #3 from jellyfin/mastere0ee61dfix mpeg4 failed on vaapidd3f308minor changes6485c1eprobe Main/High 10 more specificallye6f6586update as per suggestions62d9a48update 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_vaapiencoding can be used. In addition,hwdownloadcannot 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.