Skip to content

Tag: ffmpeg

Find Percentage of difference between two Videos Using FFMPEG

I am working with Video comparison using FFmpeg on Java. I have videos name “video1 and Video2”. I can find the difference between two video using FFmpeg. It shows the result Video with difference. But here I want to find how many percent (IE: 20%) Video1 different from Video2. How to achieve this…