mp3_structure
Reveal MP3 file structure by displaying first frames with bitrate, padding, channel mode, and frame size for steganographic analysis.
Instructions
MP3 frame structure visualization. Displays the first N frames with bitrate, padding bit, channel mode, and frame size for a detailed map of the file's audio frame layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to MP3 audio file | |
| max_frames | No | Maximum frames to display (default: 50) |