Table of Contents

Class VideoWriter

Namespace
Bonsai.FFmpeg
Assembly
Bonsai.FFmpeg.dll

Represents an operator that writes a sequence of images to a video file using an FFmpeg process.

public class VideoWriter : Sink<IplImage>
Inheritance
VideoWriter
Inherited Members

Properties

FileName

Gets or sets the name of the output file.

FrameRate

Gets or sets the playback frame rate of the image sequence.

OutputArguments

Gets or sets the optional set of command-line arguments to use for configuring the video codec.

Overwrite

Gets or sets a value indicating whether the output file should be overwritten if it already exists.

Suffix

Gets or sets the optional suffix used to generate file names.

Methods

Process(IObservable<IplImage>)

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