Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] XPSNR metric as an alternative to VMAF #904

Open
gitoss opened this issue Dec 25, 2024 · 0 comments
Open

[Feature request] XPSNR metric as an alternative to VMAF #904

gitoss opened this issue Dec 25, 2024 · 0 comments

Comments

@gitoss
Copy link

gitoss commented Dec 25, 2024

The ab-av1 encoding helper just added XPSNR in addition to VMAF: alexheretic/ab-av1#256

XPSNR is designed to be fast, and target-quality searching seems to be a major bottleneck on av1an. The metic is like PSNR logarithic (until 'inf'), i.e. this a bit of a change vs. VMAF.

https://github.com/fraunhoferhhi/xpsnr
https://ffmpeg.org/ffmpeg-filters.html#xpsnr-1

XPSNR is supported out of the box on recent ffmpeg, so it's probably as hassle-free as it gets adding a new metric.

I suggest looking at adding XPSNR to av1an, too - either as an alternative metric (XPSNR claims to be match about the same as VMAF http://www.ecodis.de/video/helmrich_xpsnr_rev3.pdf) and/or better performance (this would require some benchmarks w/ different settings).

Thanks for considering - see the av1an feature request and code changes for details how to pull the score from ffmpeg.

@gitoss gitoss changed the title [Feature request] XPSNR metric as a (faster) alternative to VMAF [Feature request] XPSNR metric as an alternative to VMAF Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant