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
This is controlled by single hard-coded string now.
Enabling other is as simple as changing it, including:
The text was updated successfully, but these errors were encountered:
This was already implemented in HVD so just copy the relevant section(s) of code
Sorry, something went wrong.
This is not so easy, the situation is not symmetric to decoders, see #5
Hack for anybody who needs other codecs: change the string "h264_vaapi" in hve.c to:
hve.c
You can check what is supported by calling:
ffmpeg -codecs | grep vaapi
make VAAPI encoder (codec) configurable
70988b4
- allows selecing H264, HEVC, MJPEG, ... through config - HEVC 10 bit per channel encoding example relevant to #4 and #18
ac3a4c1
No branches or pull requests
This is controlled by single hard-coded string now.
Enabling other is as simple as changing it, including:
The text was updated successfully, but these errors were encountered: