video_frame_lsb
Analyze LSB steganography in a video frame by extracting pixel data and checking distribution, balance, and entropy for hidden data detection.
Instructions
LSB analysis of a specific video frame. Extracts the raw pixel data from the given frame index and checks LSB distribution, balance, and entropy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | Frame index to analyze (default: 0) | |
| file_path | Yes | Path to AVI video file |