async-ffmpeg-sidecar 0.0.2

Wrap a standalone FFmpeg binary in an intiutive Stream interface.
Documentation
1
2
3
4
5
6
7
8
9
10
# FFmpeg Sidecar 🏍

[Github](https://github.com/dvtkrlbs/async-ffmpeg-sidecar) 

[//]: # ([Crates.io](https://crates.io/crates/ffmpeg-sidecar) |)
[//]: # ([Docs.rs](https://docs.rs/ffmpeg-sidecar))

> Wrap a standalone ffmpeg binary in an intuitive Stream interface.
> This project is mostly a copy of the [ffmpeg-sidecar]https://github.com/nathanbabcock/ffmpeg-sidecar project adapted to async.
> It contains every future of the said crate apart from raw video frame handling.