[go: up one dir, main page]

ffmpeg-sidecar 0.3.3

Wrap a standalone FFmpeg binary in an intuitive Iterator interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "ffmpeg-sidecar"

version = "0.3.3"

edition = "2021"

description = "Wrap a standalone FFmpeg binary in an intuitive Iterator interface."

authors = ["Nathan Babcock <nathan.r.babcock@gmail.com>"]

categories = ["multimedia"]

keywords = ["ffmpeg", "video"]

repository = "https://github.com/nathanbabcock/ffmpeg-sidecar"

readme = "README.md"

license = "MIT"



[lib]

crate-type = ["lib"]



[dependencies]

# there are none!