Re: [FFmpeg-devel] Check MSE bound in FATE

2024-12-05 Thread Pierre-Anthony Lemieux
On Mon, Dec 2, 2024 at 11:52 AM Michael Niedermayer wrote: > > Hi > > On Sun, Dec 01, 2024 at 10:17:15PM -0800, Pierre-Anthony Lemieux wrote: > > Hi all, > > > > Osamu and I are looking at adding FATE tests that checks that the MSE > > of a decode image compared to a reference image does not excee

Re: [FFmpeg-devel] Check MSE bound in FATE

2024-12-02 Thread Michael Niedermayer
Hi On Sun, Dec 01, 2024 at 10:17:15PM -0800, Pierre-Anthony Lemieux wrote: > Hi all, > > Osamu and I are looking at adding FATE tests that checks that the MSE > of a decode image compared to a reference image does not exceed a > conformance threshold (see [1]). > > Is there a precedent for addin

[FFmpeg-devel] Check MSE bound in FATE

2024-12-01 Thread Pierre-Anthony Lemieux
Hi all, Osamu and I are looking at adding FATE tests that checks that the MSE of a decode image compared to a reference image does not exceed a conformance threshold (see [1]). Is there a precedent for adding small shell scripts along the lines of the following to FATE? https://gist.github.com/p