Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-30 Thread Steven Liu
2016-08-31 1:48 GMT+08:00 Aman Gupta : > On Fri, Aug 26, 2016 at 2:06 AM, Steven Liu > wrote: > > > 2016-08-26 16:58 GMT+08:00 Ibrahim Tachijian : > > > > > Thanks this actually does what I expected it to do. > > > For me this option will help a lot, and we would really be interested > in > > > t

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-30 Thread Steven Liu
Aman Gupta 于2016年8月31日 周三上午1:48写道: > On Fri, Aug 26, 2016 at 2:06 AM, Steven Liu > wrote: > > > 2016-08-26 16:58 GMT+08:00 Ibrahim Tachijian : > > > > > Thanks this actually does what I expected it to do. > > > For me this option will help a lot, and we would really be interested > in > > > this

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-30 Thread Aman Gupta
On Fri, Aug 26, 2016 at 2:06 AM, Steven Liu wrote: > 2016-08-26 16:58 GMT+08:00 Ibrahim Tachijian : > > > Thanks this actually does what I expected it to do. > > For me this option will help a lot, and we would really be interested in > > this eventually reaching git. > > > > Thanks to Steven Liu

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-26 Thread Steven Liu
2016-08-26 16:58 GMT+08:00 Ibrahim Tachijian : > Thanks this actually does what I expected it to do. > For me this option will help a lot, and we would really be interested in > this eventually reaching git. > > Thanks to Steven Liu's patch we will be able to use this to start live > streams faste

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-26 Thread Ibrahim Tachijian
Thanks this actually does what I expected it to do. For me this option will help a lot, and we would really be interested in this eventually reaching git. Thanks to Steven Liu's patch we will be able to use this to start live streams faster. Great job! Below follows what command I ran and the out

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Steven Liu
2016-08-26 14:00 GMT+08:00 Steven Liu : > > > 2016-08-26 10:34 GMT+08:00 Ibrahim Tachijian : > >> In my use case scenario I only need it for the very first couple of >> segments. >> After 5 segments it is not a problem anymore to have 5 second segments >> only. >> >> >> >> On Fri, Aug 26, 2016 at

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Steven Liu
2016-08-26 10:34 GMT+08:00 Ibrahim Tachijian : > In my use case scenario I only need it for the very first couple of > segments. > After 5 segments it is not a problem anymore to have 5 second segments > only. > > > > On Fri, Aug 26, 2016 at 4:25 AM Steven Liu > wrote: > > > 2016-08-26 10:10 GMT+

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Ibrahim Tachijian
In my use case scenario I only need it for the very first couple of segments. After 5 segments it is not a problem anymore to have 5 second segments only. On Fri, Aug 26, 2016 at 4:25 AM Steven Liu wrote: > 2016-08-26 10:10 GMT+08:00 Ibrahim Tachijian : > > > yes that is correct Steven. > > >

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Steven Liu
2016-08-26 10:10 GMT+08:00 Ibrahim Tachijian : > yes that is correct Steven. > > On Fri, Aug 26, 2016 at 3:41 AM Steven Liu > wrote: > > > 2016-08-26 8:17 GMT+08:00 Ibrahim Tachijian : > > > > > Steven, I am not sure you understood me correctly or perhaps I did not > > > explain myself optimally.

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Ibrahim Tachijian
yes that is correct Steven. On Fri, Aug 26, 2016 at 3:41 AM Steven Liu wrote: > 2016-08-26 8:17 GMT+08:00 Ibrahim Tachijian : > > > Steven, I am not sure you understood me correctly or perhaps I did not > > explain myself optimally. > > > > We still want to split by keyframe in a normal fashion.

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Steven Liu
2016-08-26 8:17 GMT+08:00 Ibrahim Tachijian : > Steven, I am not sure you understood me correctly or perhaps I did not > explain myself optimally. > > We still want to split by keyframe in a normal fashion. But, for example, > would like the first 5 segments to have an "hls_time" of 1s and the res

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Ibrahim Tachijian
Steven, I am not sure you understood me correctly or perhaps I did not explain myself optimally. We still want to split by keyframe in a normal fashion. But, for example, would like the first 5 segments to have an "hls_time" of 1s and the rest of the segments after the first 5 to have an "hls_time

Re: [FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Steven Liu
2016-08-26 7:39 GMT+08:00 Ibrahim Tachijian : > Hello, > > I've been thinking about an option for "hls_time" that is not currently > supported by FFMpeg and I would like feedback to if some of you may think > this is useful or utterly unnecessary. > > I find scenarios where we sometimes want to cr

[FFmpeg-devel] HLS Segmenter and the "hls_time" option

2016-08-25 Thread Ibrahim Tachijian
Hello, I've been thinking about an option for "hls_time" that is not currently supported by FFMpeg and I would like feedback to if some of you may think this is useful or utterly unnecessary. I find scenarios where we sometimes want to create an HLS output and would like the *first couple of segm