[PR #1433] [MERGED] Add support for encoding with libx265 and hevc_nvenc #8752

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1433
Author: @fhriley
Created: 6/2/2019
Status: Merged
Merged: 8/19/2019
Merged by: @joshuaboniface

Base: masterHead: h265


📝 Commits (2)

  • 3ba709f Fix #1432. Add support for encoding with libx265 and hevc_nvenc.
  • d95c047 Merge branch 'master' into h265

📊 Changes

10 files changed (+129 additions, -55 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
📝 MediaBrowser.Api/Playback/BaseStreamingService.cs (+6 -1)
📝 MediaBrowser.Api/Playback/Hls/BaseHlsService.cs (+1 -1)
📝 MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs (+7 -3)
📝 MediaBrowser.Api/Playback/Hls/VideoHlsService.cs (+7 -3)
📝 MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs (+2 -1)
📝 MediaBrowser.Api/Playback/Progressive/VideoService.cs (+1 -1)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+98 -41)
📝 MediaBrowser.Controller/MediaEncoding/EncodingJobOptions.cs (+3 -3)
📝 MediaBrowser.Model/Configuration/EncodingOptions.cs (+3 -1)

📄 Description

Changes

This implements encoding support for h265 using libx265 or hevc_nvenc. Note that I did not implement it for other hardware encoders because I don't know enough about them, and I do not have that hardware. Also note that this will require changes in clients to actually request h265.

Issues

Fix #1432.


🔄 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/1433 **Author:** [@fhriley](https://github.com/fhriley) **Created:** 6/2/2019 **Status:** ✅ Merged **Merged:** 8/19/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `h265` --- ### 📝 Commits (2) - [`3ba709f`](https://github.com/jellyfin/jellyfin/commit/3ba709fcc32d7255a2cb2466dde8c2479130a2bc) Fix #1432. Add support for encoding with libx265 and hevc_nvenc. - [`d95c047`](https://github.com/jellyfin/jellyfin/commit/d95c04787cc4486f4ea5caaef20f6ac407a3f84a) Merge branch 'master' into h265 ### 📊 Changes **10 files changed** (+129 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `MediaBrowser.Api/Playback/BaseStreamingService.cs` (+6 -1) 📝 `MediaBrowser.Api/Playback/Hls/BaseHlsService.cs` (+1 -1) 📝 `MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs` (+7 -3) 📝 `MediaBrowser.Api/Playback/Hls/VideoHlsService.cs` (+7 -3) 📝 `MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.cs` (+2 -1) 📝 `MediaBrowser.Api/Playback/Progressive/VideoService.cs` (+1 -1) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+98 -41) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingJobOptions.cs` (+3 -3) 📝 `MediaBrowser.Model/Configuration/EncodingOptions.cs` (+3 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our https://jellyfin.readthedocs.io/en/latest/developer-docs/contributing/ page. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> This implements encoding support for h265 using libx265 or hevc_nvenc. Note that I did not implement it for other hardware encoders because I don't know enough about them, and I do not have that hardware. Also note that this will require changes in clients to actually request h265. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fix #1432. --- <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:49:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8752