Emgu CV Library Documentation
VideoWriter Constructor (fileName, fps, width, height, isColor)
NamespacesEmgu.CVVideoWriterVideoWriter(String, Int32, Int32, Int32, Boolean)

www.emgu.com/wiki
Create a video writer using the specific information
Declaration Syntax
C#Visual BasicVisual C++
public VideoWriter(
	string fileName,
	int fps,
	int width,
	int height,
	bool isColor
)
Public Sub New ( _
	fileName As String, _
	fps As Integer, _
	width As Integer, _
	height As Integer, _
	isColor As Boolean _
)
public:
VideoWriter(
	String^ fileName, 
	int fps, 
	int width, 
	int height, 
	bool isColor
)
Parameters
fileName (String)
The name of the video file to be written to
fps (Int32)
frame rate per second
width (Int32)
the width of the frame
height (Int32)
the height of the frame
isColor (Boolean)
true if this is a color video, false otherwise

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)