mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3940] [CLOSED] fix PGS sub burn-in on vaapi when the resolution is unspecified #9775
Reference in New Issue
Block a user
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/3940
Author: @nyanmisaka
Created: 8/20/2020
Status: ❌ Closed
Base:
master← Head:vaapi📝 Commits (2)
f84255afix sub burn-in on vaapi when the outputSize is unspecified12b36edadd bwdif filter📊 Changes
1 file changed (+31 additions, -53 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+31 -53)📄 Description
Changes
outputSizeParamcontains not only Size but also other hardware filters.Issues
vaapi and qsv will fail when burning in PGS sub if resolution is unspecified(same as input)
https://github.com/jellyfin/jellyfin/issues/3845
https://github.com/jellyfin/jellyfin/issues/2964
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.