Re: [FFmpeg-devel] [PATCH] add split_by_time flag for support splite mpegts segment at non-keyframe

2016-07-11 Thread Michael Niedermayer
On Sat, Jul 09, 2016 at 07:46:17AM +0800, Steven Liu wrote: > add update document of patch > > > support split hls segment at duration set by hls_time > > Signed-off-by: LiuQi > --- > doc/muxers.texi | 6 ++ > libavformat/hlsenc.c | 4 +++- > 2 files changed, 9 insertions(+), 1 deleti

[FFmpeg-devel] [PATCH] add split_by_time flag for support splite mpegts segment at non-keyframe

2016-07-08 Thread Steven Liu
add update document of patch support split hls segment at duration set by hls_time Signed-off-by: LiuQi --- doc/muxers.texi | 6 ++ libavformat/hlsenc.c | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index c2ca0ba..d416c42 100

Re: [FFmpeg-devel] [PATCH] add split_by_time flag for support splite mpegts segment at non-keyframe

2016-07-06 Thread Steven Liu
2016-07-07 3:54 GMT+08:00 Michael Niedermayer : > On Wed, Jul 06, 2016 at 05:57:57PM +0800, Steven Liu wrote: > > support split hls segment at duration set by hls_time > > > > after the patch , the ffmpeg can split the mpegts for hls by hls_time > > parameter > > > > [root@localhost ffmpeg]# ./ffm

Re: [FFmpeg-devel] [PATCH] add split_by_time flag for support splite mpegts segment at non-keyframe

2016-07-06 Thread Michael Niedermayer
On Wed, Jul 06, 2016 at 05:57:57PM +0800, Steven Liu wrote: > support split hls segment at duration set by hls_time > > after the patch , the ffmpeg can split the mpegts for hls by hls_time > parameter > > [root@localhost ffmpeg]# ./ffmpeg -i /root/facebook.mp4 -v quiet -c copy -f > hls -hls_time

[FFmpeg-devel] [PATCH] add split_by_time flag for support splite mpegts segment at non-keyframe

2016-07-06 Thread Steven Liu
support split hls segment at duration set by hls_time after the patch , the ffmpeg can split the mpegts for hls by hls_time parameter [root@localhost ffmpeg]# ./ffmpeg -i /root/facebook.mp4 -v quiet -c copy -f hls -hls_time 3 -hls_flags split_by_time -bsf:v h264_mp4toannexb -hls_list_size 20 -t 3