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
-V
Both -V hevc_nvenc and -V h264_nvenc should be acceptable values. However, specifying either of them fails...
-V hevc_nvenc
-V h264_nvenc
ERROR: Invalid option value: hevc_nvenc
ERROR: Invalid option value: h264_nvenc
The text was updated successfully, but these errors were encountered:
fix(#18) No values accepted for -V option, valid or otherwise
e14fc8f
This fixes a bug where acceptable values were not accepted on the cmdline for the `-V` options. resolves #18
Merge pull request #20 from gmbeard/fix/18-video-code-cmdline-values
6cab856
fix(#18) No values accepted for `-V` option, valid or otherwise
gmbeard
Successfully merging a pull request may close this issue.
Both
-V hevc_nvenc
and-V h264_nvenc
should be acceptable values. However, specifying either of them fails...ERROR: Invalid option value: hevc_nvenc
ERROR: Invalid option value: h264_nvenc
The text was updated successfully, but these errors were encountered: