mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #9595] Add advanced options for Intel QSV encoders #11986
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#11986
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/9595
Author: @knackebrot
Created: 4/4/2023
Status: 🔄 Open
Base:
master← Head:qsvenc-advanced-options📝 Commits (1)
1b65c01Add advanced options for Intel QSV encoders📊 Changes
2 files changed (+156 additions, -6 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+84 -6)📝
MediaBrowser.Model/Configuration/EncodingOptions.cs(+72 -0)📄 Description
In my testing, enabling LookAhead and ExtBRC increases VMAF score by ~3 in low-bitrate scenarios (89 vs 92 for 1080p at 3Mbit) and Trellis by further ~0.2. The improvement largely depends on the content and I didn't find any sample that would suffer.
Please note the actual parameters QSV applies internally for an encoding session depend on various factors, such as GPU generation, driver version and other supplied parameters, such as
presetandlow_power. For instance, LookAhead didn't seem to have an effect for me on a Gen9 GPU when combined withlow_power.More info on that here: https://github.com/intel/media-delivery/blob/master/doc/quality.rst
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.