mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12540] [MERGED] Tune x264/5 encoding params for realtime playback #13243
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/12540
Author: @nyanmisaka
Created: 8/29/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @Bond-009
Base:
master← Head:tune-x2645-params📝 Commits (1)
d7be6a5Tune x264/5 encoding params for realtime playback📊 Changes
2 files changed (+5 additions, -14 deletions)
View changed files
📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+3 -3)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+2 -11)📄 Description
Some options that are too performance-intensive are disabled, while others are left enabled to trade-off between real-time playback and quality. Now the encoding fps of
libx265under the veryfast preset is about half that oflibx264when tonemapping 4k video in software.Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.