Y4MWriter

Instantiate this to write sequentially frames into a Y4M file.

Constructors

this
this(string filename, int width, int height, Rational framerate, Rational pixelAR, Interlacing interlacing, Subsampling subsampling, int bitdepth)
Undocumented in source.
this
this(File file, int width, int height, Rational framerate, Rational pixelAR, Interlacing interlacing, Subsampling subsampling, int bitdepth)
Undocumented in source.

Alias This

desc

Members

Functions

writeFrame
void writeFrame(ubyte[] frameData)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

desc
Y4MDesc desc;
Undocumented in source.

Meta