TUT HEVC Encoder
Data Fields
cmdline_opts_t Struct Reference

#include <cli.h>

Collaboration diagram for cmdline_opts_t:

Data Fields

char * input
 Input filename. More...
 
char * output
 Output filename. More...
 
char * debug
 Debug output. More...
 
int32_t seek
 Number of input frames to skip. More...
 
int32_t frames
 Number of frames to encode. More...
 
kvz_configconfig
 Encoder configuration. More...
 
bool help
 Show help message and exit. More...
 
bool version
 Show version information and exit. More...
 
bool loop_input
 Whether to loop input. More...
 

Field Documentation

◆ config

kvz_config* cmdline_opts_t::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: