fix: auto quality option#90
Merged
dragonflylee merged 2 commits intodragonflylee:devfrom Jan 14, 2025
mutsumi63:dev
Merged
Conversation
remove: resolution from quality settings fix: auto transcode default resolution add: a higher bitrate option to the quality settings
Contributor
Author
|
psv和pc我测试了下 其他没测试 |
Owner
|
感谢贡献~,稍微改了一下代码风格,逻辑应该没变 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
remove: resolution from quality settings
fix: auto transcode default resolution
add: a higher bitrate option to the quality settings
修复Auto选项时,触发默认转码时分辨率过低的问题 ,MaxStreamingBitrate = 0时候的问题
删除了画质选项中的分辨率(这个分辨率没有作用,jellyfin后端根据设备和码率自动设定的。并不会固定分辨率)
给按码率筛选的选项多添加一个更高的码率设置(按jellyfin web逻辑)
给hevc,av1,vp9的codec 增加一些码率乘数(按jellyfin web逻辑)