You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... because adding SSIMULACRA2 seems to be non-trivial, how about XPSNR (that was already mentioned in one of the other tickets)?
I'm looking for an alternative metric to compare images, and have been told VMAF doesn't condsider chroma at all. Edit: Though the Fgh page talks about images, codec wiki says XPSNR "video-focused" - doh. https://wiki.x266.mov/docs/metrics/XPSNR
I didn't look what ab-av1 does with ffmpeg, but the XPSNR score is easy to pull from stdout or the XPSNR logfile.
I'm still resistant to re-writing ab-av1's logic in a script to use command line tools like ssimulacra2.exe or butteraugli.exe because ab-av1 works just fine :-)
Thanks for adding the ffmpeg call example and motivation. Based on this it should be possible to provide xpsnr support. I will experiment when I get some time.
Referencing #167 and #104 ...
... because adding SSIMULACRA2 seems to be non-trivial, how about XPSNR (that was already mentioned in one of the other tickets)?
I'm looking for an alternative metric to compare images, and have been told VMAF doesn't condsider chroma at all. Edit: Though the Fgh page talks about images, codec wiki says XPSNR "video-focused" - doh. https://wiki.x266.mov/docs/metrics/XPSNR
XPSNR (https://github.com/fraunhoferhhi/xpsnr) has already been added to ffmpeg (https://ffmpeg.org/ffmpeg-filters.html#xpsnr-1) and seems to work fine out of the box.
I didn't look what ab-av1 does with ffmpeg, but the XPSNR score is easy to pull from stdout or the XPSNR logfile.
I'm still resistant to re-writing ab-av1's logic in a script to use command line tools like ssimulacra2.exe or butteraugli.exe because ab-av1 works just fine :-)
ffmpeg -i 1.png -i 2.png -lavfi xpsnr="stats_file=-" -f null -
xpsnr.log
The text was updated successfully, but these errors were encountered: