The new options reset the timestamps at each new segment, so that the
generated segments will have timestamps starting close to 0.
It is meant to address trac ticket #1425.
{"segment_time_delta","set approximation value used for the segment times",OFFSET(time_delta_str),AV_OPT_TYPE_STRING,{.str="0"},0,0,E},
{"segment_times","set segment split time points",OFFSET(times_str),AV_OPT_TYPE_STRING,{.str=NULL},0,0,E},
{"segment_wrap","set number after which the index wraps",OFFSET(segment_idx_wrap),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,E},
{"individual_header_trailer","write header/trailer to each segment",OFFSET(individual_header_trailer),AV_OPT_TYPE_INT,{.i64=1},0,1,E},
{"write_header_trailer","write a header to the first segment and a trailer to the last one",OFFSET(write_header_trailer),AV_OPT_TYPE_INT,{.i64=1},0,1,E},
{"reset_timestamps","reset timestamps at the begin of each segment",OFFSET(reset_timestamps),AV_OPT_TYPE_INT,{.i64=0},0,1,E},