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

Support VA-API for hardware acceleration on linux #35

Open
siriux opened this issue Mar 12, 2017 · 2 comments
Open

Support VA-API for hardware acceleration on linux #35

siriux opened this issue Mar 12, 2017 · 2 comments

Comments

@siriux
Copy link

siriux commented Mar 12, 2017

It would be interesting to have support for VA-API using libva to make use of the GPU hardware decoding for H.264 on linux.

There is a rust project on github with an incomplete implementation https://github.com/zzoon/libva-rust

I asked about the license on this project, and if it's possible to release it under Apache 2.0 and MIT.

@ishitatsuyuki
Copy link

I feel ffmpeg covers better for these purposes. It's too bloated for video playback, but it covers all the acceleration need for you.

@siriux
Copy link
Author

siriux commented Mar 28, 2017

AFAIK ffmpeg doesn't support VA-API decoding, just encoding: https://trac.ffmpeg.org/wiki/HWAccelIntro

They might be working on something, but on current ffmpeg is not available, and it's a must if you want to work smoothly with large resolutions or 60fps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants