Module child

Source
Expand description

Wrapper around tokio::process containing a spawned Ffmpeg command.

Structsยง

FfmpegChild
A wrapper around tokio::process::Child containing a spawned Ffmpeg command. Provides interfaces for reading parsed metadata, progress updates, warnings and errors and piped output frames if applicable.