Re: [FFmpeg-devel] [PATCH] ffmpeg: add new forced_keyframes option -hls:time

2017-02-14 Thread Steven Liu
2017-02-14 19:18 GMT+08:00 Michael Niedermayer : > On Sun, Feb 12, 2017 at 07:12:31PM +0100, Miroslav Slugeň wrote: > > If we are using copyts parameter it is not possible to inserting key > > frames same way as hlsenc requests, this will lead to different hls > > segments length. > > > > -copyts

Re: [FFmpeg-devel] [PATCH] ffmpeg: add new forced_keyframes option -hls:time

2017-02-14 Thread Michael Niedermayer
On Sun, Feb 12, 2017 at 07:12:31PM +0100, Miroslav Slugeň wrote: > If we are using copyts parameter it is not possible to inserting key > frames same way as hlsenc requests, this will lead to different hls > segments length. > > -copyts is required for long period audio/video sync > > Small modif

[FFmpeg-devel] [PATCH] ffmpeg: add new forced_keyframes option -hls:time

2017-02-12 Thread Miroslav Slugeň
If we are using copyts parameter it is not possible to inserting key frames same way as hlsenc requests, this will lead to different hls segments length. -copyts is required for long period audio/video sync Small modification to hlsenc.c is also required and will arrive in next patch. -- Mi