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

Huge watt when docoding #93

Closed
linzj opened this issue Jun 17, 2022 · 3 comments
Closed

Huge watt when docoding #93

linzj opened this issue Jun 17, 2022 · 3 comments

Comments

@linzj
Copy link

linzj commented Jun 17, 2022

When decoding using nvidia-vaapi, which actually working on NVDEC, consume 108 watt decoding a 4K HEVC.
Or 38 watt if using VDPAU.

Maybe we should consider briding on VDPAU not NVDEC?

@philipl
Copy link
Contributor

philipl commented Jun 18, 2022

Covered in #74, but yes, the cuda requirement forces the GPU into a high power level. vdpau doesn't have any way to do efficient interop for surface export, which is why it can't be used for the implementation.

@linzj
Copy link
Author

linzj commented Jun 18, 2022

Thanks for the reply and I have checked vdpau API,I understood the point you have mentioned.I think this is the point VDpau is missing.

@linzj linzj closed this as completed Jun 18, 2022
@linzj
Copy link
Author

linzj commented Jun 18, 2022

Nothing we can do here so i closed the issue

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