Re: [FFmpeg-devel] [PATCHv3 1/4] fate: add concat demuxer tests

2015-11-05 Thread Marton Balint
On Thu, 5 Nov 2015, Clément Bœsch wrote: On Wed, Nov 04, 2015 at 03:33:16PM +0100, Nicolas George wrote: Le quartidi 14 brumaire, an CCXXIV, Marton Balint a écrit : + run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -fflags keepside -safe 0 $extra_args $concatfile > $packetfile

Re: [FFmpeg-devel] [PATCHv3 1/4] fate: add concat demuxer tests

2015-11-05 Thread Clément Bœsch
On Wed, Nov 04, 2015 at 03:33:16PM +0100, Nicolas George wrote: > Le quartidi 14 brumaire, an CCXXIV, Marton Balint a écrit : > > + run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -fflags > > keepside -safe 0 $extra_args $concatfile > $packetfile > > Maybe -of compact, that makes the

Re: [FFmpeg-devel] [PATCHv3 1/4] fate: add concat demuxer tests

2015-11-04 Thread Nicolas George
Le quartidi 14 brumaire, an CCXXIV, Marton Balint a écrit : > + run ffprobe${PROGSUF} -show_streams -show_packets -v 0 -fflags > keepside -safe 0 $extra_args $concatfile > $packetfile Maybe -of compact, that makes the reference files quite smaller. I had not realized they would be that big,

[FFmpeg-devel] [PATCHv3 1/4] fate: add concat demuxer tests

2015-11-04 Thread Marton Balint
Signed-off-by: Marton Balint --- tests/Makefile |1 + tests/extended.ffconcat| 114 + tests/fate-run.sh | 20 + tests/fate/concatdec.mak | 21 +