{"timeout","set timeout for socket I/O operations",OFFSET(timeout),AV_OPT_TYPE_DURATION,{.i64=-1},-1,INT_MAX,.flags=E},
{"index_correction","Enable/Disable segment index correction logic",OFFSET(index_correction),AV_OPT_TYPE_BOOL,{.i64=0},0,1,E},
{"format_options","set list of options for the container format (mp4/webm) used for dash",OFFSET(format_options_str),AV_OPT_TYPE_STRING,{.str=NULL},0,0,E},
{"global_sidx","Write global SIDX atom. Applicable only for single file, mp4 output, non-streaming mode",OFFSET(global_sidx),AV_OPT_TYPE_BOOL,{.i64=0},0,1,E},