fn parse_discoverer(text: &str) -> Result<VideoMetadata>Expand description
Parse gst-discoverer-1.0 -v output for the first video stream.
The tool prints a tree-shaped report; we only care about a few lines. Robust enough for typical MP4/MOV/MKV inputs; truly weird containers can be hand-probed and the metadata fed in via a future explicit constructor.