Re: [FFmpeg-devel] [RFC] How to deal with libavfilter buffer overflows?

2014-10-22 Thread Michael Niedermayer
On Wed, Oct 22, 2014 at 01:39:07PM +0200, Nicolas George wrote: > Le decadi 30 vendémiaire, an CCXXIII, Stefano Sabatini a écrit : > > $ ffmpeg -f lavfi -i "testsrc=d=10, split[t0][t1]; > > [t0]select='gte(t,5)',setpts=PTS-STARTPTS[s0]; [t1] select='lt(t,5)', > > setpts=PTS-STARTPTS[s1]; [s0][s1]

Re: [FFmpeg-devel] [RFC] How to deal with libavfilter buffer overflows?

2014-10-22 Thread Nicolas George
Le decadi 30 vendémiaire, an CCXXIII, Stefano Sabatini a écrit : > $ ffmpeg -f lavfi -i "testsrc=d=10, split[t0][t1]; > [t0]select='gte(t,5)',setpts=PTS-STARTPTS[s0]; [t1] select='lt(t,5)', > setpts=PTS-STARTPTS[s1]; [s0][s1] concat" -y outtest.mp4 > [...] > Input #0, lavfi, from 'testsrc=d=10, s

[FFmpeg-devel] [RFC] How to deal with libavfilter buffer overflows?

2014-10-21 Thread Stefano Sabatini
$ ffmpeg -f lavfi -i "testsrc=d=10, split[t0][t1]; [t0]select='gte(t,5)',setpts=PTS-STARTPTS[s0]; [t1] select='lt(t,5)', setpts=PTS-STARTPTS[s1]; [s0][s1] concat" -y outtest.mp4 [...] Input #0, lavfi, from 'testsrc=d=10, split[t0][t1]; [t0]select='gte(t,5)',setpts=PTS-STARTPTS[s0]; [t1] select='