Add option to not advertise software codecs as supported#5275
Open
luca-schlecker wants to merge 1 commit intojellyfin:masterfrom
Open
Add option to not advertise software codecs as supported#5275luca-schlecker wants to merge 1 commit intojellyfin:masterfrom
luca-schlecker wants to merge 1 commit intojellyfin:masterfrom
Conversation
3d699a5 to
f22c984
Compare
f22c984 to
77715b9
Compare
Sometimes, software-codecs can cause performance-related issues like seen in jellyfin#4838. The added option allows disabling software codecs, forcing a transcode to a non-software/hardware-accelerated codec.
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.
Sometimes, software-codecs can cause performance-related issues like seen in #4838. The added option allows disabling software codecs, forcing a transcode to a non-software (hardware-accelerated) codec.
The latest version did not fix the issue described in #4838 for me. The software decoder still struggled with my particular file, even though the resolution was within the advertised range.
Changes
use_software_codecs)createDeviceProfileandMediaCodecCapabilitiesTestto allow excluding software-based codecs.pref_use_software_codecs.Code assistance
No AI-based assistance tools were used.
Issues
I don't know of an open issue for this.