Function stream_progress

Source
pub async fn stream_progress<R: AsyncRead + Unpin + Send + 'static>(
    stderr: R,
    callback: impl FnMut(Progress) + Send + 'static,
)
Expand description

Stream progress updates from FFmpeg stderr