|
|
@ -172,6 +172,7 @@ float max_error_rate = 2.0/3; |
|
|
|
int filter_nbthreads = 0; |
|
|
|
int filter_nbthreads = 0; |
|
|
|
int filter_complex_nbthreads = 0; |
|
|
|
int filter_complex_nbthreads = 0; |
|
|
|
int vstats_version = 2; |
|
|
|
int vstats_version = 2; |
|
|
|
|
|
|
|
int auto_conversion_filters = 1; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static int intra_only = 0; |
|
|
|
static int intra_only = 0; |
|
|
@ -3545,6 +3546,8 @@ const OptionDef options[] = { |
|
|
|
"create a complex filtergraph", "graph_description" }, |
|
|
|
"create a complex filtergraph", "graph_description" }, |
|
|
|
{ "filter_complex_script", HAS_ARG | OPT_EXPERT, { .func_arg = opt_filter_complex_script }, |
|
|
|
{ "filter_complex_script", HAS_ARG | OPT_EXPERT, { .func_arg = opt_filter_complex_script }, |
|
|
|
"read complex filtergraph description from a file", "filename" }, |
|
|
|
"read complex filtergraph description from a file", "filename" }, |
|
|
|
|
|
|
|
{ "auto_conversion_filters", OPT_BOOL | OPT_EXPERT, { &auto_conversion_filters }, |
|
|
|
|
|
|
|
"enable automatic conversion filters globally" }, |
|
|
|
{ "stats", OPT_BOOL, { &print_stats }, |
|
|
|
{ "stats", OPT_BOOL, { &print_stats }, |
|
|
|
"print progress report during encoding", }, |
|
|
|
"print progress report during encoding", }, |
|
|
|
{ "attach", HAS_ARG | OPT_PERFILE | OPT_EXPERT | |
|
|
|
{ "attach", HAS_ARG | OPT_PERFILE | OPT_EXPERT | |
|
|
|