Skip to content

vigata/video_metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

video_metrics

video_metrics is a simple tool for video metric calculation. It uses the Image Quality Assessment (IQA) library for metric calculation. IQA is fast and accurate. codecbench uses it as its main tool for video metric calculation Tool is written in C to maximize performance.

Use cases

video_metrics is designed to be incorporated into codec and video quality assesment tools

Build

Go into video_metrics folder and type

cmake CMakeLists.txt

this should generate a 'video_metrics' binary after compiling

Usage

video_metrics -a ref.yuv -b rec.yuv -m [psnr|ssim|ms_ssim|psnr,ssim|psnr,ssim,ms_ssim|...] -w width -h height -f format

Available metrics:
psnr
ssim
ms_ssim
mse

Author

Check my other projects like codecbench, CABSscore specification, or my very own linked in profile

About

a fast and accurate video metrics calculation tool based on IQA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published