[PR #2375] [CLOSED] Fix H264 preset option not working #9100

Closed
opened 2026-02-07 05:56:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2375
Author: @nyanmisaka
Created: 2/4/2020
Status: Closed

Base: masterHead: master


📝 Commits (9)

  • d6154d1 Merge pull request #1 from jellyfin/master
  • c9f2abe Fix H264 preset option not working
  • a16b8d0 Fix H264 preset option not working
  • f4d3e53 Fix H264 preset option not working
  • aa99989 Fix H264 preset option not working
  • ca09670 Fix H264 preset option not working
  • cfc2f67 Fix H264 preset option not working
  • 4af6b4a Fix H264 preset option not working
  • c78116e Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2375 **Author:** [@nyanmisaka](https://github.com/nyanmisaka) **Created:** 2/4/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`d6154d1`](https://github.com/jellyfin/jellyfin/commit/d6154d18cd189f7177b459dfd8f325c46a5ed097) Merge pull request #1 from jellyfin/master - [`c9f2abe`](https://github.com/jellyfin/jellyfin/commit/c9f2abe0b1353133fd8aa2550f665a623ba13894) Fix H264 preset option not working - [`a16b8d0`](https://github.com/jellyfin/jellyfin/commit/a16b8d0f13e4a434f657ff09f13a67453849f9a2) Fix H264 preset option not working - [`f4d3e53`](https://github.com/jellyfin/jellyfin/commit/f4d3e53e6e8eea44f65ecf84c7b44f45216eaf7e) Fix H264 preset option not working - [`aa99989`](https://github.com/jellyfin/jellyfin/commit/aa99989bc0a38608af4824cb6b024c2761599e44) Fix H264 preset option not working - [`ca09670`](https://github.com/jellyfin/jellyfin/commit/ca09670a34d4b0eab6e6e4d5cdd7299009d592b2) Fix H264 preset option not working - [`cfc2f67`](https://github.com/jellyfin/jellyfin/commit/cfc2f67f50b7d763a153c921abec4796674bde30) Fix H264 preset option not working - [`4af6b4a`](https://github.com/jellyfin/jellyfin/commit/4af6b4af3b126e9a4c6c073984b1a72182613318) Fix H264 preset option not working - [`c78116e`](https://github.com/jellyfin/jellyfin/commit/c78116e5d82b9702f203feb48dede353ff947e7d) Fix H264 preset option not working ### 📊 Changes **7 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** Fix H264 preset option not working in jellyfin-web. **Issues** Fixed: https://github.com/jellyfin/jellyfin-web/issues/539 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:56:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9100