//! Minimal example that parses a media file from a path on disk and prints
//! the audio and video tracks as a structured data dictionary.
//!
//! Run with:
//!
//! ```text
//! cargo run --example parse_path -- tests/data/sample.mp4
//! ```
use MediaInfo;
use env;