[FFmpeg-devel] [PATCH] libavfilter/vf_libvmaf.c The libvmaf filter tried to join on an invalid thread id

Kevin Wheatley kevin.j.wheatley at gmail.com
Thu May 3 11:41:25 EEST 2018


Following up my own email with another question or so:

Could somebody point me at a suitable method of testing this within
the Fate framework?

I've started to try unpick how the fate tests are run, etc

What I need is a prototypical example which presumably would need to
factor in (what I figured out so far):

libvmaf is an optional component so the test should be too.
The test should probably live in tests/fate/filter-video.mak
The function (CMD) called should live in tests/fate-run.sh?

For the actual test I need two inputs an original and an encoded frame
(sequence is ok too), that can then feed into the vmaf invocation of
ffmpeg. Is there a set of inputs I can just reuse from what fate would
normally run so that the test need only run ffmpeg to compute the
output of vmaf, (or is the preference for every test to generate its
own input?)

Thanks

Kevin


More information about the ffmpeg-devel mailing list