TUT HEVC Encoder
Loading...
Searching...
No Matches
Data Fields
cmdline_opts_t Struct Reference

#include <cli.h>

Collaboration diagram for cmdline_opts_t:

Data Fields

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

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: