-
Notifications
You must be signed in to change notification settings - Fork 303
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 support for hevc_d3d11va Decoder #117
Comments
The d3d11va hwaccel should be enabled which can be used however there currently isnt a standalone hevc_d3d11va_decoder in ffmpeg, so theres nothing more to enable |
But Additionally, here is my debugging output. As you can see, d3d11va is supported, but hevc_d3d11va is not recognized. If I want to use d3d11va for hardware-accelerated decoding, how should I proceed? Thank you.
|
If your using ffmpeg cli program (which you havnt specified what your using) then you just need to pass The hwaccel system replaces the older explicit decoder system so hwaccel decoders do not show up in the codec list (only entries in If you want to prove to yourself a hardware decoder is in use then you can run |
Hello, Currently, D3D11VA is enabled, but it seems that the hevc_d3d11va decoder is not enabled yet. Can you add this? Thank you very much.
The text was updated successfully, but these errors were encountered: