#include <cli.h>
|
char * | input |
| Input filename.
|
|
char * | output |
| Output filename.
|
|
char * | debug |
| Debug output.
|
|
int32_t | seek |
| Number of input frames to skip.
|
|
int32_t | frames |
| Number of frames to encode.
|
|
kvz_config * | config |
| Encoder configuration.
|
|
bool | help |
| Show help message and exit.
|
|
bool | version |
| Show version information and exit.
|
|
bool | loop_input |
| Whether to loop input.
|
|
◆ config
◆ debug
char* cmdline_opts_t::debug |
◆ frames
int32_t cmdline_opts_t::frames |
◆ help
bool cmdline_opts_t::help |
◆ input
char* cmdline_opts_t::input |
◆ loop_input
bool cmdline_opts_t::loop_input |
◆ output
char* cmdline_opts_t::output |
◆ seek
int32_t cmdline_opts_t::seek |
◆ version
bool cmdline_opts_t::version |
The documentation for this struct was generated from the following file: