We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can detect hardware acceleration in program. Using ffmpeg cli
ffmpeg -init_hw_device list 2> /dev/null Supported hardware device types: vdpau vaapi qsv drm opencl
then no need for profiles config just print what profiles are used on startup
what outputs the command with nvidia proprietaire driver?
The text was updated successfully, but these errors were encountered:
For nvidia it prints:
Supported hardware device types: vdpau cuda vaapi
So it's cuda.
cuda
Sorry, something went wrong.
now in repo via #3
No branches or pull requests
We can detect hardware acceleration in program. Using ffmpeg cli
then no need for profiles config just print what profiles are used on startup
what outputs the command with nvidia proprietaire driver?
The text was updated successfully, but these errors were encountered: