[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

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

2019-06-18 Thread hectorqin
t. From cd90b0b552223c78741eecb6cbdd13a4ae8f3e57 Mon Sep 17 00:00:00 2001 From: hectorqin Date: Tue, 18 Jun 2019 15:03:21 +0800 Subject: [PATCH] Add libavformat segment_rest_duration option, ignore VSCode editor files --- .gitignore| 1 + doc/muxers.texi | 5 + libavformat/segm