[FFmpeg-devel] libavformat/segment: add an option to split the rest of stream after the segment_times is set

2019-06-27 Thread hectorqin
Hi all: Add an option to split the rest of stream after the segment_times is set. It's very useful to set the first some segments to a little small, and then split with a clear duration. Signed-off-by: hectorqin --- doc/muxers.texi | 5 + libavformat/segment.c | 21 +++

[FFmpeg-devel] libavformat/segment: add an option to split the rest of stream after the segment_times is set

2019-06-18 Thread hectorqin
Hi all: Add an option to split the rest of stream after the segment_times is set. It's very useful to set the first some segments to a little small, and then split with a clear duration. The code is simple, but i'm not good at writing the document. From cd90b0b552223c78741eecb6cbdd13a4