|
TUT HEVC Encoder
|
#include <cli.h>
Data Fields | |
| 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. | |
| kvz_config* cmdline_opts_t::config |
| char* cmdline_opts_t::debug |
| int32_t cmdline_opts_t::frames |
| bool cmdline_opts_t::help |
| char* cmdline_opts_t::input |
| bool cmdline_opts_t::loop_input |
| char* cmdline_opts_t::output |
| int32_t cmdline_opts_t::seek |
| bool cmdline_opts_t::version |