video_frame_compare
Detect steganographic modifications in AVI videos by comparing adjacent frames for pixel-level anomalies using byte-level diff, MSE, and PSNR.
Instructions
Compare adjacent video frames for pixel-level anomalies. Computes byte-level diff, Mean Squared Error (MSE), and PSNR between two frames to detect steganographic modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_a | No | First frame index (default: 0) | |
| frame_b | No | Second frame index (default: 1) | |
| file_path | Yes | Path to AVI video file |