Re: [FFmpeg-devel] [PATCH 3/3] avformat: add basic timeline support

2014-12-31 Thread Clément Bœsch
On Wed, Dec 31, 2014 at 01:33:44PM +0100, Nicolas George wrote: > Le decadi 10 nivôse, an CCXXIII, Clement Boesch a écrit : > > From: Clément Bœsch > > > > --- > > Another approach this time: exporting a filtergraph from the demuxer > > (when requested) and inserting it in the tools automatically

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add basic timeline support

2014-12-31 Thread Nicolas George
Le decadi 10 nivôse, an CCXXIII, Clement Boesch a écrit : > From: Clément Bœsch > > --- > Another approach this time: exporting a filtergraph from the demuxer > (when requested) and inserting it in the tools automatically. > > FIXME: doesn't work when using -ss with ffmpeg, maybe because it's >

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add basic timeline support

2014-12-31 Thread Clément Bœsch
On Tue, Dec 30, 2014 at 08:33:49PM +0100, Michael Niedermayer wrote: > On Tue, Dec 30, 2014 at 06:25:26PM +0100, Clément Bœsch wrote: > > From: Clément Bœsch > > > > --- > > Another approach this time: exporting a filtergraph from the demuxer > > (when requested) and inserting it in the tools aut

Re: [FFmpeg-devel] [PATCH 3/3] avformat: add basic timeline support

2014-12-30 Thread Michael Niedermayer
On Tue, Dec 30, 2014 at 06:25:26PM +0100, Clément Bœsch wrote: > From: Clément Bœsch > > --- > Another approach this time: exporting a filtergraph from the demuxer > (when requested) and inserting it in the tools automatically. > > FIXME: doesn't work when using -ss with ffmpeg, maybe because it

[FFmpeg-devel] [PATCH 3/3] avformat: add basic timeline support

2014-12-30 Thread Clément Bœsch
From: Clément Bœsch --- Another approach this time: exporting a filtergraph from the demuxer (when requested) and inserting it in the tools automatically. FIXME: doesn't work when using -ss with ffmpeg, maybe because it's shifting the timestamps of the frames before feeding them to libavfilter.