What is the accurate way of calculating SSIM score (with ffmpeg) between a video stream and the reference video?

霸气de小男生 提交于 2019-12-08 06:40:40

问题


As ffmpeg calculates ssim score by a frame-by-frame comparision,
how do I exactly align the reference video (say ref.mp4) with the video stream, so that only the corresponding frames (ith frame of both the videos, for all i) are compared by ffmpeg ? Please help.

来源:https://stackoverflow.com/questions/36156140/what-is-the-accurate-way-of-calculating-ssim-score-with-ffmpeg-between-a-video

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!