probe β Inspect media metadataΒΆ
Use probe to quickly check the metadata of any audio or video file.
UsageΒΆ
OptionsΒΆ
| Option | Description |
|---|---|
INPUT |
Path to media file (MP3, MP4, WAV, β¦) |
--output FILE |
Save result as JSON file |
--json |
Print full JSON to stdout |
ExamplesΒΆ
Output:
What is probe useful for?ΒΆ
flowchart LR
A[media file] --> B[probe]
B --> C{Audio or Video?}
C -->|Audio only| D["Duration, codec,\nsample rate, channels"]
C -->|Video| E["+ resolution, FPS,\nvideo codec"]