ffmpeg-stringify 0.2.1

A small library that allows creation of ffmpeg command string via rust.
Documentation
1
2
3
4
5

pub mod filter;
pub mod stream;
pub mod fnode_type;
pub mod f_node;