Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nvidia hardware acceleration (beta) #329

Merged
merged 18 commits into from
Feb 24, 2024
Merged

Add nvidia hardware acceleration (beta) #329

merged 18 commits into from
Feb 24, 2024

Conversation

zoriya
Copy link
Owner

@zoriya zoriya commented Feb 24, 2024

Todo before merging:

Notes for later:

  • the whole pipeline is done on gpu, if something should be done on cpu space, we can use the filters hwdownload_cuda and hwupload_cuda to send them to cpu or gpu space respectively
  • if we encounter issues with interlaced videos, we might need to deinterlace them (done via the yadif_cuda filter)
  • if we encounter decode issues with some coded, the -hwaccel cuda used for decoding might need to be replaced by a -hwaccel auto since it can fallback to cpu decode in case of errors.

@zoriya zoriya self-assigned this Feb 24, 2024
@zoriya zoriya added this to the v4.3.0 milestone Feb 24, 2024
@zoriya zoriya linked an issue Feb 24, 2024 that may be closed by this pull request
3 tasks
@zoriya zoriya added enhancement New feature or request transcoder labels Feb 24, 2024
@zoriya zoriya merged commit 9a5142c into master Feb 24, 2024
10 checks passed
@zoriya zoriya deleted the feat/hwaccel branch February 24, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request transcoder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hardware transcoding
1 participant