Hi
working on creating a fate test.
I am stumbling on probably a dumb issue; I want to re-use a file already used for mapchan test:

FATE_MAPCHAN-$(CONFIG_CHANNELMAP_FILTER) += fate-mapchan-6ch-extract-2
fate-mapchan-6ch-extract-2: tests/data/asynth-22050-6.wav
(first two lines in ffmpeg.mak)

But I can't get a hold of this file. I have no data folder from git; after running a fate test, I get a fate-suite folder but this file is not included.

Thanks for any hint.

Le 24/08/2017 à 11:24 AM, Martin Vignali a écrit :
2017-08-24 11:03 GMT+02:00 Kv Pham <pkv.str...@gmail.com>:

Ah ok!
Sure, I will do that. I need first to acquaint myself more with fate.



Hello,

You can take a look at ./tests/fate/ffmpeg.mak (begin of the file seems to
have test for map_channel)

I think you need to add two test, one when the channel is found, and one
when the channel is not found.

The idea is to find an ffmpeg cmd, using generator (as input file), or
input file already in the fate-suite if possible
and use framecrc for example, as output, (with a minimal log level)

Then you add the result as a txt file in \tests\ref\fate (with a naming
consistent with the name of the test)

Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to