FFmpeg
|
Go to the source code of this file.
Macros | |
#define | CMDUTILS_COMMON_OPTIONS_AVDEVICE |
#define | CMDUTILS_COMMON_OPTIONS |
Functions | |
int | show_license (void *optctx, const char *opt, const char *arg) |
Print the license of the program to stdout. More... | |
int | show_help (void *optctx, const char *opt, const char *arg) |
Generic -h handler common to all fftools. More... | |
int | show_version (void *optctx, const char *opt, const char *arg) |
Print the version of the program to stdout. More... | |
int | show_buildconf (void *optctx, const char *opt, const char *arg) |
Print the build configuration of the program to stdout. More... | |
int | show_formats (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the formats supported by the program (including devices). More... | |
int | show_muxers (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the muxers supported by the program (including devices). More... | |
int | show_demuxers (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the demuxer supported by the program (including devices). More... | |
int | show_devices (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the devices supported by the program. More... | |
int | show_codecs (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the codecs supported by the program. More... | |
int | show_decoders (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the decoders supported by the program. More... | |
int | show_encoders (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the encoders supported by the program. More... | |
int | show_bsfs (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the bit stream filters supported by the program. More... | |
int | show_protocols (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the protocols supported by the program. More... | |
int | show_filters (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the filters supported by the program. More... | |
int | show_pix_fmts (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the pixel formats supported by the program. More... | |
int | show_layouts (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the standard channel layouts supported by the program. More... | |
int | show_sample_fmts (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the sample formats supported by the program. More... | |
int | show_dispositions (void *optctx, const char *opt, const char *arg) |
Print a listing containing all supported stream dispositions. More... | |
int | show_colors (void *optctx, const char *opt, const char *arg) |
Print a listing containing all the color names and values recognized by the program. More... | |
int | opt_loglevel (void *optctx, const char *opt, const char *arg) |
Set the libav* libraries log level. More... | |
int | opt_report (void *optctx, const char *opt, const char *arg) |
int | init_report (const char *env, FILE **file) |
int | opt_max_alloc (void *optctx, const char *opt, const char *arg) |
int | opt_cpuflags (void *optctx, const char *opt, const char *arg) |
Override the cpuflags. More... | |
int | opt_cpucount (void *optctx, const char *opt, const char *arg) |
Override the cpucount. More... | |
#define CMDUTILS_COMMON_OPTIONS_AVDEVICE |
Definition at line 50 of file opt_common.h.
#define CMDUTILS_COMMON_OPTIONS |
Definition at line 199 of file opt_common.h.
int show_license | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print the license of the program to stdout.
The license depends on the license of the libraries compiled into the program. This option processing function does not utilize the arguments.
Definition at line 75 of file opt_common.c.
int show_help | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Generic -h handler common to all fftools.
Definition at line 581 of file opt_common.c.
int show_version | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print the version of the program to stdout.
The version message depends on the current versions of the repository and of the libav* libraries. This option processing function does not utilize the arguments.
Definition at line 248 of file opt_common.c.
int show_buildconf | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print the build configuration of the program to stdout.
The contents depend on the definition of FFMPEG_CONFIGURATION. This option processing function does not utilize the arguments.
Definition at line 257 of file opt_common.c.
int show_formats | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the formats supported by the program (including devices).
This option processing function does not utilize the arguments.
Definition at line 928 of file opt_common.c.
int show_muxers | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the muxers supported by the program (including devices).
This option processing function does not utilize the arguments.
Definition at line 933 of file opt_common.c.
int show_demuxers | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the demuxer supported by the program (including devices).
This option processing function does not utilize the arguments.
Definition at line 938 of file opt_common.c.
int show_devices | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the devices supported by the program.
This option processing function does not utilize the arguments.
Definition at line 943 of file opt_common.c.
int show_codecs | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the codecs supported by the program.
This option processing function does not utilize the arguments.
Definition at line 672 of file opt_common.c.
int show_decoders | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the decoders supported by the program.
Definition at line 777 of file opt_common.c.
int show_encoders | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the encoders supported by the program.
Definition at line 782 of file opt_common.c.
int show_bsfs | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the bit stream filters supported by the program.
This option processing function does not utilize the arguments.
Definition at line 787 of file opt_common.c.
int show_protocols | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the protocols supported by the program.
This option processing function does not utilize the arguments.
Definition at line 948 of file opt_common.c.
int show_filters | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the filters supported by the program.
This option processing function does not utilize the arguments.
Definition at line 799 of file opt_common.c.
int show_pix_fmts | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the pixel formats supported by the program.
This option processing function does not utilize the arguments.
Definition at line 977 of file opt_common.c.
int show_layouts | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the standard channel layouts supported by the program.
This option processing function does not utilize the arguments.
Definition at line 1015 of file opt_common.c.
int show_sample_fmts | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the sample formats supported by the program.
Definition at line 1048 of file opt_common.c.
int show_dispositions | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all supported stream dispositions.
Definition at line 1057 of file opt_common.c.
int show_colors | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Print a listing containing all the color names and values recognized by the program.
Definition at line 963 of file opt_common.c.
int opt_loglevel | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Set the libav* libraries log level.
Definition at line 1253 of file opt_common.c.
Referenced by parse_loglevel().
int opt_report | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Definition at line 1234 of file opt_common.c.
int init_report | ( | const char * | env, |
FILE ** | file | ||
) |
Definition at line 1149 of file opt_common.c.
Referenced by opt_report(), and parse_loglevel().
int opt_max_alloc | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Definition at line 1239 of file opt_common.c.
int opt_cpuflags | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Override the cpuflags.
Definition at line 1067 of file opt_common.c.
int opt_cpucount | ( | void * | optctx, |
const char * | opt, | ||
const char * | arg | ||
) |
Override the cpucount.
Definition at line 1079 of file opt_common.c.