Click or drag to resize
Accord.NET (logo)

VideoFileWriterOpen Method (String, Int32, Int32, Rational, VideoCodec, Int32)

Namespace:  Accord.Video.FFMPEG
Assembly:  Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax
public void Open(
	string fileName,
	int width,
	int height,
	Rational frameRate,
	VideoCodec codec,
	int bitRate
)
Request Example View Source

Parameters

fileName
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: Accord.MathRational
codec
Type: Accord.Video.FFMPEGVideoCodec
bitRate
Type: SystemInt32
See Also