pub fn parse_chain(s: &str) -> Result<Vec<VideoFilter>>Expand description
Parse an ffmpeg--vf-style chain, e.g. "crop=1280:720,hflip".
pub fn parse_chain(s: &str) -> Result<Vec<VideoFilter>>Parse an ffmpeg--vf-style chain, e.g. "crop=1280:720,hflip".