Click or drag to resize
VideoWriterFourcc Method
http://www.emgu.com
Generate 4-character code of codec used to compress the frames. For example, CV_FOURCC('P','I','M','1') is MPEG-1 codec, CV_FOURCC('M','J','P','G') is motion-jpeg codec etc.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static int Fourcc(
	char c1,
	char c2,
	char c3,
	char c4
)

Parameters

c1
Type: SystemChar

[Missing <param name="c1"/> documentation for "M:Emgu.CV.VideoWriter.Fourcc(System.Char,System.Char,System.Char,System.Char)"]

c2
Type: SystemChar

[Missing <param name="c2"/> documentation for "M:Emgu.CV.VideoWriter.Fourcc(System.Char,System.Char,System.Char,System.Char)"]

c3
Type: SystemChar

[Missing <param name="c3"/> documentation for "M:Emgu.CV.VideoWriter.Fourcc(System.Char,System.Char,System.Char,System.Char)"]

c4
Type: SystemChar

[Missing <param name="c4"/> documentation for "M:Emgu.CV.VideoWriter.Fourcc(System.Char,System.Char,System.Char,System.Char)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Emgu.CV.VideoWriter.Fourcc(System.Char,System.Char,System.Char,System.Char)"]

See Also