-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This software project consists of three different parts, which are explained further in their corresponding sites.
The first part (Library 1) is a video generator. The tool takes several images and bundles them into a single video file.
The second part (Library 2) is a difference generator. It takes two videos as a input and compares them frame by frame. Then the differences between each two frames are computed and the new frame with the highlighted differences is put into a difference video.
The third and final part is a graphical user interface (GUI), which is meant to provide a simple method of using Library 2. Therefore it provides the possibility to select two videos, compute their differences and let the users evaluate these differences and the original videos side-by-side.
This documentation is written on the basis of Release 12. Changes beyond this release are not yet documented here.
The entire project operates under the MIT license, making it open and free for use.