[FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data
Stefano Sabatini
stefasab at gmail.com
Wed May 27 13:36:54 CEST 2015
On date Wednesday 2015-05-27 12:24:57 +0200, Michael Niedermayer encoded:
> On Thu, May 14, 2015 at 09:53:53AM +0200, Stefano Sabatini wrote:
> > [...]
> [...]
>
> > #! /bin/sh
> >
> > ffprobe_tests=$(make fate-list | grep ffprobe)
> >
> > for test in $ffprobe_tests; do
> > format=${test##*_}
> > ffprobe -show_streams -show_packets -show_format -show_frames -bitexact tests/data/ffprobe-test.nut -of $format > tests/ref/fate/ffprobe_$format
> > done
>
> what is the advantage of this compared to make fate -j12 GEN=1 ?
1. I didn't know about make GEN=1
2. the script is faster, as it only upates the ffprobe references (but
may miss other references)
make GEN=1 is probably safer, so I should probably stick with it, so
no need to commit the script.
More information about the ffmpeg-devel
mailing list