ffprobe 0.3.1

Typed wrapper for the ffprobe CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
version = "1.0.119"

[dependencies.serde_json]
version = "1.0.61"

[features]
__internal_deny_unknown_fields = []

[package]
authors = ["Christoph Herzog <chris@theduke.at>"]
description = "Typed wrapper for the ffprobe CLI"
edition = "2018"
license = "MIT"
name = "ffprobe"
repository = "https://github.com/theduke/ffprobe-rs"
version = "0.3.1"