Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-07-17 Thread Gyan Doshi
On 2021-07-17 15:10, Gyan Doshi wrote: On 2021-07-10 15:42, Gyan Doshi wrote: On 2021-07-09 11:03, Shiwang.Xie wrote: Pings. Will test. Fix confirmed. Will push tomorrow if no one objects. Pushed as 694545b6d5fff5a8242b5fab8c1746e74a06f9ba Gyan

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-07-17 Thread Gyan Doshi
On 2021-07-10 15:42, Gyan Doshi wrote: On 2021-07-09 11:03, Shiwang.Xie wrote: Pings. Will test. Fix confirmed. Will push tomorrow if no one objects. Regards, Gyan On Sat, 5 Jun 2021, Shiwang.Xie wrote: Ping. Thanks, Shiwang.Xie On Sat, 29 May 2021, Shiwang.Xie wrote: Hi, an

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-07-10 Thread Gyan Doshi
On 2021-07-09 11:03, Shiwang.Xie wrote: Pings. Will test. On Sat, 5 Jun 2021, Shiwang.Xie wrote: Ping. Thanks, Shiwang.Xie On Sat, 29 May 2021, Shiwang.Xie wrote: Hi, any updates for this? Thanks, Shiwang.Xie On Wed, 19 May 2021, Shiwang.Xie wrote: Hi, is there objection? Thanks

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-07-08 Thread Shiwang.Xie
Pings. On Sat, 5 Jun 2021, Shiwang.Xie wrote: Ping. Thanks, Shiwang.Xie On Sat, 29 May 2021, Shiwang.Xie wrote: Hi, any updates for this? Thanks, Shiwang.Xie On Wed, 19 May 2021, Shiwang.Xie wrote: Hi, is there objection? Thanks, Shiwang.Xie On Sat, 15 May 2021, Shiwang.Xie wrote: i

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-06-05 Thread Shiwang.Xie
Ping. Thanks, Shiwang.Xie On Sat, 29 May 2021, Shiwang.Xie wrote: Hi, any updates for this? Thanks, Shiwang.Xie On Wed, 19 May 2021, Shiwang.Xie wrote: Hi, is there objection? Thanks, Shiwang.Xie On Sat, 15 May 2021, Shiwang.Xie wrote: if input start time is not 0 -t is inaccurate doin

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-29 Thread Shiwang.Xie
Hi, any updates for this? Thanks, Shiwang.Xie On Wed, 19 May 2021, Shiwang.Xie wrote: Hi, is there objection? Thanks, Shiwang.Xie On Sat, 15 May 2021, Shiwang.Xie wrote: if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start tim

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-19 Thread Shiwang.Xie
Hi, is there objection? Thanks, Shiwang.Xie On Sat, 15 May 2021, Shiwang.Xie wrote: if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start time. it should base on following cases: input video start time from 60s, duration is 300s,

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-15 Thread Shiwang.Xie
if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start time. it should base on following cases: input video start time from 60s, duration is 300s, 1. stream copy: ffmpeg -ss 40 -t 60 -i in.mp4 -c copy -y out.mp4 open_input_fil

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-12 Thread Shiwang.Xie
Is there objection? will push it tomorrow. On Thu, 6 May 2021, Shiwang.Xie wrote: if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start time. it should base on following cases: input video start time from 60s, duration is 300s, 1.

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-06 Thread Shiwang.Xie
if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start time. it should base on following cases: input video start time from 60s, duration is 300s, 1. stream copy: ffmpeg -ss 40 -t 60 -i in.mp4 -c copy -y out.mp4 open_input_fi

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-06 Thread Gyan Doshi
On 2021-05-06 20:00, Shiwang Xie wrote: Have tested several cases, will push after tomorrow if without objection, thanks. Resend the patch inlined or attached with text/x-diff or text/x-patch mime type so that patchwork picks it up and runs fate on it. Regards, Gyan On Thu, 29 Apr 2021,

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-06 Thread Shiwang Xie
Have tested several cases, will push after tomorrow if without objection, thanks. On Thu, 29 Apr 2021, Shiwang.Xie wrote: if input start time is not 0 -t is inaccurate doing stream copy, will record extra duration according to input start time. it should base on following cases: input video s

Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: fix -t inaccurate recording time

2021-05-04 Thread xie shiwang
Hi, any updates for this patch? 获取 Outlook for iOS 发件人: Shiwang.Xie 发送时间: Friday, April 30, 2021 12:26:46 AM 收件人: ffmpeg-devel@ffmpeg.org 抄送: Shiwang.Xie 主题: [PATCH] fftools/ffmpeg: fix -t inaccurate recording time if input start time is