This app inspects a short generated video clip for temporal coherence: how much the picture changes from one sampled frame to the next. A large jump marks flicker, a morphing object or a cut; a smooth curve marks steady motion. The video is opened only in this browser tab, and nothing you load is uploaded or sent anywhere.
The app pauses the video and moves its playback position forward in steps of a tenth of a second (seeking). After each move, it waits for the browser to report that the seek is complete, or for a short fallback delay if that report does not arrive. At each step, the current picture is drawn onto a small hidden canvas, about 160 pixels wide, and read back as grey values, a weighted average of red, green and blue chosen to match how the eye judges brightness. The plotted difference at each point is the average size of the change in every pixel between that frame and the one before it, on a scale of 0 to 255. The difference image in the peaks panel is the same per-pixel change, made brighter so that small changes are visible, not a claim about the true size of the change.
The app bundles no data of its own and calls no external service. The video file you choose stays in this browser tab and is discarded when you reload the page or choose another file.