mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
[PR #613] [MERGED] Update MediaEncoding #8403
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/613
Author: @MatMaul
Created: 1/18/2019
Status: ✅ Merged
Merged: 1/21/2019
Merged by: @andrewrabert
Base:
dev← Head:mediaencoding-dev📝 Commits (3)
4b1f810Revert back to197574f811for MediaEncoding2d545edFix encoding profile handling for vaapi5f733a8Fix transcoding bitrate📊 Changes
6 files changed (+302 additions, -265 deletions)
View changed files
📝
MediaBrowser.Api/Playback/StreamRequest.cs(+0 -23)📝
MediaBrowser.Api/Playback/StreamState.cs(+15 -77)📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+195 -81)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs(+52 -21)📝
MediaBrowser.Controller/MediaEncoding/EncodingJobOptions.cs(+29 -12)📝
MediaBrowser.MediaEncoding/Encoder/EncodingJob.cs(+11 -51)📄 Description
Revert back to
197574f811for MediaEncoding. This is the last commit including this code in this repo.This perhaps fixes #482, not sure. The generated CLI for nvenc seems not completely compliant with the ffmpeg wiki so it's perhaps something else. I don't have the hw to test right now.
Remove some duplicate code that were causing warnings.
Cherrypick PRs #198 and #202.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.