Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-11 Thread Michael Niedermayer
On Sun, Sep 11, 2016 at 08:10:12PM +0800, Steven Liu wrote: > 2016-09-11 18:22 GMT+08:00 Michael Niedermayer : > > > On Sat, Sep 10, 2016 at 06:47:38PM +0800, Steven Liu wrote: > > > 2016-09-10 13:55 GMT+08:00 Aman Gupta : > > > > > > > I confirmed your

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-11 Thread Steven Liu
2016-09-11 18:22 GMT+08:00 Michael Niedermayer : > On Sat, Sep 10, 2016 at 06:47:38PM +0800, Steven Liu wrote: > > 2016-09-10 13:55 GMT+08:00 Aman Gupta : > > > > > I confirmed your latest patch fixes the issue and is working as > expected > > > now. > > >

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-11 Thread Michael Niedermayer
On Sat, Sep 10, 2016 at 06:47:38PM +0800, Steven Liu wrote: > 2016-09-10 13:55 GMT+08:00 Aman Gupta : > > > I confirmed your latest patch fixes the issue and is working as expected > > now. > > > > Thank you! > > > > Aman > > > > On Sat, Sep 10, 2016 at 7:00 AM, Steven Liu

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-10 Thread Steven Liu
2016-09-10 13:55 GMT+08:00 Aman Gupta : > I confirmed your latest patch fixes the issue and is working as expected > now. > > Thank you! > > Aman > > On Sat, Sep 10, 2016 at 7:00 AM, Steven Liu > wrote: > >> >> Steven Liu

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-09 Thread Aman Gupta
I confirmed your latest patch fixes the issue and is working as expected now. Thank you! Aman On Sat, Sep 10, 2016 at 7:00 AM, Steven Liu wrote: > > Steven Liu 于2016年9月9日 周五下午7:59写道: > >> 2016-09-09 16:33 GMT+08:00 Steven Liu

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-09 Thread Steven Liu
Steven Liu 于2016年9月9日 周五下午7:59写道: > 2016-09-09 16:33 GMT+08:00 Steven Liu : > >> >> >> 2016-09-09 16:10 GMT+08:00 Steven Liu : >> >>> >>> >>> 2016-09-09 15:33 GMT+08:00 Steven Liu : >>>

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-09 Thread Steven Liu
2016-09-09 16:33 GMT+08:00 Steven Liu : > > > 2016-09-09 16:10 GMT+08:00 Steven Liu : > >> >> >> 2016-09-09 15:33 GMT+08:00 Steven Liu : >> >>> >>> >>> 2016-09-09 15:28 GMT+08:00 Aman Gupta : >>> I

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-09 Thread Steven Liu
2016-09-09 16:10 GMT+08:00 Steven Liu : > > > 2016-09-09 15:33 GMT+08:00 Steven Liu : > >> >> >> 2016-09-09 15:28 GMT+08:00 Aman Gupta : >> >>> I tried your patch and TARGETDURATION is fixed, but it is still creating >>> some

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-09 Thread Steven Liu
2016-09-09 15:33 GMT+08:00 Steven Liu : > > > 2016-09-09 15:28 GMT+08:00 Aman Gupta : > >> I tried your patch and TARGETDURATION is fixed, but it is still creating >> some segments which are only 0.2s instead of 2s. >> >> Aman >> >> On Thu, Sep 8, 2016 at

Re: [FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-09 Thread Steven Liu
2016-09-09 15:28 GMT+08:00 Aman Gupta : > I tried your patch and TARGETDURATION is fixed, but it is still creating > some segments which are only 0.2s instead of 2s. > > Aman > > On Thu, Sep 8, 2016 at 8:14 PM, Steven Liu > wrote: > >> This patch can merge

[FFmpeg-devel] [PATCH] avformat/segment: fix the duration error of use output_ts_offset

2016-09-08 Thread Steven Liu
This patch can merge with 1da00be009aa74400042bf470b9a5ffbd82a1c5e i have checked this modify: ./ffmpeg -i ~/facebook.mp4 -c copy -f segment -segment_time 2 -output_ts_offset 80 -segment_list output-test.m3u8 -v debug output-test-%03d.ts #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0