Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 321 Bytes

ffprobe-rs

Simple wrapper for the ffprobe CLI utility, which is part of the ffmpeg tool suite.

This crate allows retrieving typed information about media files (images and videos) by invoking ffprobe with JSON output options and deserializing the data into convenient Rust types.