Click or drag to resize
Accord.NET (logo)

VideoFileWriterOpen Method (String, Int32, Int32, Rational)

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
)
Request Example View Source

Parameters

fileName
Type: SystemString
width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: Accord.MathRational
See Also