You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./rav1e help advancedAdvanced featuresUsage: Options: -c, --completion <COMPLETION> Output to stdout the completion definition for the shell [possible values: bash, elvish, fish, powershell, zsh] -s, --save-config <SAVE_CONFIG> Save the current configuration in a toml file -l, --load-config <LOAD_CONFIG> Load the encoder configuration from a toml file -h, --help Print help information
$ ./rav1e -c basherror: Found an argument which wasn't expected or isn't valid in this context
$ ./rav1e advanced -c basherror: One or more required arguments were not provided
$ ./rav1e -s fooerror: Invalid value for one of the arguments
$ ./rav1e advanced -s fooerror: One or more required arguments were not provided
$
Expected behavior
Working advanced commands per the help message, and better error messages exactly what argument wasn't expected or valid, or what required argument was not provided, and what value was invalid, and what was expected instead.
Required Information
Toolchain (if is a build problem):
$ cargo --version
$ rustc --version
$ nasm --version # if on x86_64
Describe the bug
Advanced commands do not seem to work.
To Reproduce
Expected behavior
Working advanced commands per the help message, and better error messages exactly what argument wasn't expected or valid, or what required argument was not provided, and what value was invalid, and what was expected instead.
Required Information
Toolchain (if is a build problem):
Version:
Operating system:
Console Output
Please paste the console output below if it is relevant,
The text was updated successfully, but these errors were encountered: