Re: [FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-19 Thread Jerome Berclaz
Hi all, Thanks for the comments on my patch. I should have given more explanations, but this is my first time using git-send-email and I wasn't able to add text to the patch. The reason for the patch occurred while trying to live stream a Dash feed with low latency. I did not use a timeline, henc

Re: [FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-18 Thread Gyan Doshi
On 2021-03-19 03:22, Jan Ekström wrote: On Thu, Mar 18, 2021 at 5:07 PM Jan Ekström wrote: On Thu, Mar 18, 2021, 17:01 Gyan Doshi wrote: On 2021-03-18 20:12, Jan Ekström wrote: So right now we do have an option in ffmpeg.c called itsoffset. It lets you configure the input offset in time

Re: [FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-18 Thread Jan Ekström
On Thu, Mar 18, 2021 at 5:07 PM Jan Ekström wrote: > > On Thu, Mar 18, 2021, 17:01 Gyan Doshi wrote: >> >> >> >> On 2021-03-18 20:12, Jan Ekström wrote: >> > So right now we do have an option in ffmpeg.c called itsoffset. It >> > lets you configure the input offset in time (seconds - such as >> >

Re: [FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-18 Thread Jan Ekström
On Thu, Mar 18, 2021, 17:01 Gyan Doshi wrote: > > > On 2021-03-18 20:12, Jan Ekström wrote: > > So right now we do have an option in ffmpeg.c called itsoffset. It > > lets you configure the input offset in time (seconds - such as > > "1337.123" or time format - such as "00:00:01.123"). The only p

Re: [FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-18 Thread Gyan Doshi
On 2021-03-18 20:12, Jan Ekström wrote: So right now we do have an option in ffmpeg.c called itsoffset. It lets you configure the input offset in time (seconds - such as "1337.123" or time format - such as "00:00:01.123"). The only problem with it right now is that unless you set -copyts it wil

Re: [FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-18 Thread Jan Ekström
On Thu, Mar 18, 2021 at 3:49 AM Jerome Berclaz wrote: > > --- > libavformat/dashenc.c | 28 > 1 file changed, 20 insertions(+), 8 deletions(-) So right now we do have an option in ffmpeg.c called itsoffset. It lets you configure the input offset in time (seconds - su

[FFmpeg-devel] [PATCH] added parameter to dash encoder for start available time

2021-03-17 Thread Jerome Berclaz
--- libavformat/dashenc.c | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 24d43c34ea..81855ca8d0 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -149,6 +149,7 @@ typedef struct D