Re: [FFmpeg-devel] [PATCH] avfilter: Add delay filter

2019-01-26 Thread Meredydd Luff
On Sat, 26 Jan 2019 at 11:22, Gyan wrote: > On 26-01-2019 05:54 AM, Meredydd Luff wrote: > Locally, I see that tpad does offset > the PTS of the input. Apologies, yes, I misspoke in the original email. That's what I get for submitting something a couple of weeks after writing it

Re: [FFmpeg-devel] [PATCH] avfilter: Add delay filter

2019-01-26 Thread Meredydd Luff
On Sat, 26 Jan 2019 at 10:19, Marton Balint wrote: > On Sat, 26 Jan 2019, Meredydd Luff wrote: > Why do you need an internal queue for this? If I am getting this right, > you inject blank frames and then pass the input as is. > > A possible real world use case would be useful f

[FFmpeg-devel] [PATCH] avfilter: Add delay filter

2019-01-25 Thread Meredydd Luff
, and emits each delayed frame with the pts of the frame that replaced it in the buffer.) Meredydd From 2e6af94eec0b3b8dc61b939ab35ed27130be6e15 Mon Sep 17 00:00:00 2001 From: Meredydd Luff Date: Tue, 15 Jan 2019 00:16:13 + Subject: [PATCH] avfilter: Add delay filter The 'delay' fil