pub async fn stream_progress<R: AsyncRead + Unpin + Send + 'static>( stderr: R, callback: impl FnMut(Progress) + Send + 'static, )
Stream progress updates from FFmpeg stderr