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

clarify Nvidia and ATI/AMD situation #15

Closed
bmegli opened this issue Feb 5, 2019 · 1 comment
Closed

clarify Nvidia and ATI/AMD situation #15

bmegli opened this issue Feb 5, 2019 · 1 comment
Labels
maintenance Documentation and future-proof concepts

Comments

@bmegli
Copy link
Owner

bmegli commented Feb 5, 2019

Unless you change the code as mentioned in #5 NVidia acceleration will not work

There is possibility that you see NVidia as VAAPI device (e.g. with vainfo) but this is NVidia VAAPI through VDPAU bridge and VDPAU is only for decoding.

ATI/AMD works through VAAPI directly (libva-mesa-driver) so it may work

@bmegli
Copy link
Owner Author

bmegli commented Mar 15, 2023

Nvidia NVENC encoding was added in #32

AMD VAAPI encoding works through VAAPI and at least YUV420P pixel format

Nvidia Jetson encoding works through custom FFmpeg build with nvmpi support and YUV420P pixel format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Documentation and future-proof concepts
Projects
None yet
Development

No branches or pull requests

1 participant