mediaway-avprobe 0.1.6

Media metadata probe CLI (separate from library API; not affiliated with FFmpeg)
mediaway-avprobe-0.1.6 is not a library.

mediaway-avprobe

Status: early development (0.x). Not recommended for production. Part of the Mediaway media stack. Not affiliated with the FFmpeg project — a Mediaway-native probe with a familiar argument subset for migration convenience.

A media metadata probe: demuxes with Mediaway and reports stream/format summaries as human-readable text or JSON.

Quick start

# Default: format + stream summaries
mediaway-avprobe input.mp4

# Explicit flags, JSON output
mediaway-avprobe -show_format -show_streams -of json input.mp4

Status

Status marks: ✅ first-class (tests for claimed scope) · ⚡ Zero-Copy path (no payload copy; implies ✅) · 🆗 best-effort / prototype · 🛠️ planned · ❌ attempted and genuinely blocked · 👻 not exercisable yet (no hardware / device / session available)

Area Status Notes
Arg parser (sans-io parse → structs) positional input, -show_format, -show_streams, -of default|json
Demux metadata reporters (text + JSON)
Never requires system ffprobe
Broader flag coverage 🛠️ As demux backends land

Docs

Contributing

Contributions are welcome — open an issue or pull request at github.com/nyxways/mediaway.

License

MIT OR Apache-2.0.