2009-11-29 23:12:19 +00:00
|
|
|
{ "L", OPT_EXIT, {(void*)show_license}, "show license" },
|
|
|
|
{ "h", OPT_EXIT, {(void*)show_help}, "show help" },
|
2009-12-21 02:20:13 +00:00
|
|
|
{ "?", OPT_EXIT, {(void*)show_help}, "show help" },
|
|
|
|
{ "help", OPT_EXIT, {(void*)show_help}, "show help" },
|
|
|
|
{ "-help", OPT_EXIT, {(void*)show_help}, "show help" },
|
2009-11-29 23:12:19 +00:00
|
|
|
{ "version", OPT_EXIT, {(void*)show_version}, "show version" },
|
|
|
|
{ "formats" , OPT_EXIT, {(void*)show_formats }, "show available formats" },
|
|
|
|
{ "codecs" , OPT_EXIT, {(void*)show_codecs }, "show available codecs" },
|
|
|
|
{ "bsfs" , OPT_EXIT, {(void*)show_bsfs }, "show available bit stream filters" },
|
|
|
|
{ "protocols", OPT_EXIT, {(void*)show_protocols}, "show available protocols" },
|
2009-12-12 16:18:11 +00:00
|
|
|
{ "filters", OPT_EXIT, {(void*)show_filters }, "show available filters" },
|
2009-12-21 21:53:03 +00:00
|
|
|
{ "pix_fmts" , OPT_EXIT, {(void*)show_pix_fmts }, "show available pixel formats" },
|
2011-05-27 23:53:00 +00:00
|
|
|
{ "loglevel", HAS_ARG, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },
|