[FFmpeg-devel] [PATCH] fate: add more vc2 encoder tests

James Darnley james.darnley at gmail.com
Sat Jul 14 23:42:25 EEST 2018


On 2018-07-14 17:58, Michael Niedermayer wrote:
> On Fri, Jul 13, 2018 at 08:09:57PM +0200, James Darnley wrote:
>> From: James Darnley <james.darnley at gmail.com>
>>
>> ---
>>  tests/fate/vcodec.mak                 | 24 ++++++++++++++++--------
>>  tests/ref/vsynth/vsynth1-vc2-5_3      |  4 ++++
>>  tests/ref/vsynth/vsynth1-vc2-haar     |  4 ++++
>>  tests/ref/vsynth/vsynth2-vc2-5_3      |  4 ++++
>>  tests/ref/vsynth/vsynth2-vc2-haar     |  4 ++++
>>  tests/ref/vsynth/vsynth_lena-vc2-5_3  |  4 ++++
>>  tests/ref/vsynth/vsynth_lena-vc2-haar |  4 ++++
>>  7 files changed, 40 insertions(+), 8 deletions(-)
>>  create mode 100644 tests/ref/vsynth/vsynth1-vc2-5_3
>>  create mode 100644 tests/ref/vsynth/vsynth1-vc2-haar
>>  create mode 100644 tests/ref/vsynth/vsynth2-vc2-5_3
>>  create mode 100644 tests/ref/vsynth/vsynth2-vc2-haar
>>  create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-5_3
>>  create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-haar
>>
>> diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
>> index bbcf25d72a..7c11243678 100644
>> --- a/tests/fate/vcodec.mak
>> +++ b/tests/fate/vcodec.mak
> 
> this seems to break:
> make: *** [fate-vsynth1-vc2-420p10] Error 1
> make: *** [fate-vsynth1-vc2-420p12] Error 1
> make: *** [fate-vsynth1-vc2-422p10] Error 1
> make: *** [fate-vsynth1-vc2-422p12] Error 1
> make: *** [fate-vsynth1-vc2-444p10] Error 1
> make: *** [fate-vsynth1-vc2-444p12] Error 1
> make: *** [fate-vsynth1-vc2-420p] Error 1
> make: *** [fate-vsynth1-vc2-422p] Error 1
> make: *** [fate-vsynth1-vc2-444p] Error 1
> make: *** [fate-vsynth2-vc2-420p10] Error 1
> make: *** [fate-vsynth2-vc2-420p12] Error 1
> make: *** [fate-vsynth2-vc2-422p12] Error 1
> make: *** [fate-vsynth2-vc2-422p10] Error 1
> make: *** [fate-vsynth2-vc2-420p] Error 1
> make: *** [fate-vsynth2-vc2-444p10] Error 1
> make: *** [fate-vsynth2-vc2-444p12] Error 1
> make: *** [fate-vsynth2-vc2-422p] Error 1
> make: *** [fate-vsynth2-vc2-444p] Error 1
> make: *** [fate-vsynth_lena-vc2-420p12] Error 1
> make: *** [fate-vsynth_lena-vc2-420p10] Error 1
> make: *** [fate-vsynth_lena-vc2-422p10] Error 1
> make: *** [fate-vsynth_lena-vc2-422p12] Error 1
> make: *** [fate-vsynth_lena-vc2-444p10] Error 1
> make: *** [fate-vsynth_lena-vc2-444p12] Error 1
> make: *** [fate-vsynth_lena-vc2-420p] Error 1
> make: *** [fate-vsynth_lena-vc2-422p] Error 1
> make: *** [fate-vsynth_lena-vc2-444p] Error 1

Dammit.  works4me though.  Maybe make doesn't like the "pattern
matching" done in them.  since those seem to be the existing tests I
will adjust the patterns used for the new ones.  Can you run one of
those failing ones with V=1 and show the full commandline and output?  I
guess it might be trying to pass a weird value as the wavelet_type option.



More information about the ffmpeg-devel mailing list