-
Notifications
You must be signed in to change notification settings - Fork 29
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 hardware decoders #23
Comments
Decoding usually is quite fast process so I was not even investigated how to use it in ffmpeg. |
I have Nvidia GTX 1650 and Intel onboard GPUs in my box. You can check what your FFmpeg supports hardware decoders by running this:
Decoding through CUDA: Decoding through Direct-X Video Acceleration API v2: Decoding through Intel QuickSync: Do not use:
I tested this on 4K h.264 files. More information can be found here |
I see. |
Hardware decoders are kinda awful as far as precision goes. |
ffmpeg supports hardware decoders and it would be nice to allow such support if compatible hardware is detected

Like HandBreak options:
The text was updated successfully, but these errors were encountered: