pub fn spawn_stdout_thread(
    stdout: ChildStdout,
    tx: SyncSender<FfmpegEvent>,
    output_streams: Vec<AVStream>,
    outputs: Vec<FfmpegOutput>
) -> JoinHandle<()>
Expand description

Spawn a thread to read raw output frames from ffmpeg’s stdout.