Re: [FFmpeg-devel] [PATCH] avformat/segment: add option min_seg_duration

2022-12-29 Thread Gyan Doshi
On 2022-12-28 09:26 am, Gyan Doshi wrote: Plan to push tomorrow. Pushed as d39b34123daadce3c7db2851120cf10b4c3511db with a small change to ensure this is limited to segment_time. On 2022-12-25 11:54 pm, Gyan Doshi wrote: On 2022-12-21 09:08 pm, Gyan Doshi wrote: New option can be used

Re: [FFmpeg-devel] [PATCH] avformat/segment: add option min_seg_duration

2022-12-27 Thread Gyan Doshi
Plan to push tomorrow. On 2022-12-25 11:54 pm, Gyan Doshi wrote: On 2022-12-21 09:08 pm, Gyan Doshi wrote: New option can be used to avoid creating very short segments with inputs whose GOP size is variable or unharmonic with segment_time. Only effective with segment_time. Comments? ---  

Re: [FFmpeg-devel] [PATCH] avformat/segment: add option min_seg_duration

2022-12-25 Thread Gyan Doshi
On 2022-12-21 09:08 pm, Gyan Doshi wrote: New option can be used to avoid creating very short segments with inputs whose GOP size is variable or unharmonic with segment_time. Only effective with segment_time. Comments? --- doc/muxers.texi | 5 + libavformat/segment.c | 12 +++