Re: [FFmpeg-devel] [PATCH] libavfilter/f_select: response file support

2019-04-29 Thread Jonathan Gilbert
Ping! :-) Thanks, Jonathan Gilbert On Wed, Apr 17, 2019 at 4:18 AM Jonathan Gilbert wrote: > I've changed the allocation functions and attached the output of `git > format-patch` to this e-mail. > > Thanks, > > Jonathan Gilbert > > On Tue, Apr 16, 2019 at 5:50 PM Carl Eugen Hoyos > wrote: >

Re: [FFmpeg-devel] [PATCH] libavfilter/f_select: response file support

2019-04-17 Thread Jonathan Gilbert
I've changed the allocation functions and attached the output of `git format-patch` to this e-mail. Thanks, Jonathan Gilbert On Tue, Apr 16, 2019 at 5:50 PM Carl Eugen Hoyos wrote: > 2019-04-16 19:14 GMT+02:00, Jonathan Gilbert : > > Hello :-) > > > > I had a project recently where I wanted

Re: [FFmpeg-devel] [PATCH] libavfilter/f_select: response file support

2019-04-16 Thread Carl Eugen Hoyos
2019-04-16 19:14 GMT+02:00, Jonathan Gilbert : > Hello :-) > > I had a project recently where I wanted to externally specify a list > of specific frame numbers to drop. I understand this can be done with > select expressions like "not(eq(n,45)+eq(n,47)+eq(n,75))", but in my > case I wanted to drop

Re: [FFmpeg-devel] [PATCH] libavfilter/f_select: response file support

2019-04-16 Thread Michael Niedermayer
On Tue, Apr 16, 2019 at 12:14:13PM -0500, Jonathan Gilbert wrote: > Hello :-) > > I had a project recently where I wanted to externally specify a list > of specific frame numbers to drop. I understand this can be done with > select expressions like "not(eq(n,45)+eq(n,47)+eq(n,75))", but in my >

[FFmpeg-devel] [PATCH] libavfilter/f_select: response file support

2019-04-16 Thread Jonathan Gilbert
Hello :-) I had a project recently where I wanted to externally specify a list of specific frame numbers to drop. I understand this can be done with select expressions like "not(eq(n,45)+eq(n,47)+eq(n,75))", but in my case I wanted to drop nearly 16,000 frames, which would have required a