Table of Contents

Method Process

Namespace
Bonsai.FFmpeg
Assembly
Bonsai.FFmpeg.dll

Process(IObservable<IplImage>)

Writes an observable sequence of images to a video file using an FFmpeg process.

public override IObservable<IplImage> Process(IObservable<IplImage> source)

Parameters

source IObservable<IplImage>

A sequence of IplImage objects representing the individual video frames to include in the output file.

Returns

IObservable<IplImage>

An observable sequence that is identical to the source sequence but where there is an additional side effect of writing the sequence of images to a video file using an FFmpeg process.

Exceptions

InvalidOperationException

The file already exists.