mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2375] [CLOSED] Fix H264 preset option not working #9100
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/2375
Author: @nyanmisaka
Created: 2/4/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (9)
d6154d1Merge pull request #1 from jellyfin/masterc9f2abeFix H264 preset option not workinga16b8d0Fix H264 preset option not workingf4d3e53Fix H264 preset option not workingaa99989Fix H264 preset option not workingca09670Fix H264 preset option not workingcfc2f67Fix H264 preset option not working4af6b4aFix H264 preset option not workingc78116eFix H264 preset option not working📊 Changes
7 files changed (+11 additions, -11 deletions)
View changed files
📝
MediaBrowser.Api/Playback/BaseStreamingService.cs(+1 -1)📝
MediaBrowser.Api/Playback/Hls/BaseHlsService.cs(+1 -1)📝
MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs(+1 -1)📝
MediaBrowser.Api/Playback/Hls/VideoHlsService.cs(+1 -1)📝
MediaBrowser.Api/Playback/Progressive/VideoService.cs(+1 -1)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+5 -5)📝
MediaBrowser.Model/Configuration/EncodingOptions.cs(+1 -1)📄 Description
Changes
Fix H264 preset option not working in jellyfin-web.
Issues
Fixed: https://github.com/jellyfin/jellyfin-web/issues/539
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.