VideoOutputStream

Represents a video encoding process as a D output range of frames.

Constructors

this
this(File f, string[] ffmpegArgs, string[] inputArgs)

Begin encoding to the given file with the given parameters.

this
this(string fn, string[] ffmpegArgs, string[] inputArgs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

put
void put(Image!BGR frame)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta