Enable Va-API hw acceleration in ffmpeg for h264 and HEVC#1499
Draft
grill2010 wants to merge 2 commits intobytedeco:masterfrom
Draft
Enable Va-API hw acceleration in ffmpeg for h264 and HEVC#1499grill2010 wants to merge 2 commits intobytedeco:masterfrom
grill2010 wants to merge 2 commits intobytedeco:masterfrom
Conversation
Contributor
Author
|
Was in contact with one of the Chiaki devs, the patches are not needed as this is just because of a custom logic within Chiaki itself. Will do some further testing the next couple of days and will update my pull request. |
Member
|
You're going to need to use temporarily the actions from your fork, but why not simply do apt-get install libva-dev? |
Contributor
Author
|
Because I have another branch where I back ported some stuff and this didn't work as was downloading an older version of libva-dev and the ffmpeg build failed. Building it itself might not be needed when we upgrade to a newer ubuntu build image but not sure if that will break other things. I will continue testing in a temp branch. |
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.
+) Enables Va-API support on Linux x86 and Linux x64
+) Add ffmpeg patches for invalid reference frames in Va-API hevc/ h264 to avoid stream glitches (streetpea/chiaki-ng#108). (patches are used in Chiaki)