video_frame_extract
Extract hidden data embedded in video frames by collecting least significant bits and assembling them into a readable byte stream with hex and text preview.
Instructions
Extract LSB data from video frames as bytes. Collects the least significant bit from each byte of the specified frames and assembles them into a byte stream with hex dump and text preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frames | No | Comma-separated frame indices to extract from (default: '0') | |
| file_path | Yes | Path to AVI video file | |
| max_bytes | No | Maximum bytes to extract (default: 4096) |