Click or drag to resize
Accord.NET (logo)

VideoFileWriterWriteVideoFrame Method (Bitmap, UInt32)

Namespace:  Accord.Video.FFMPEG
Assembly:  Accord.Video.FFMPEG (in Accord.Video.FFMPEG.dll) Version: 3.8.0
Syntax
public void WriteVideoFrame(
	Bitmap frame,
	uint frameIndex
)
Request Example View Source

Parameters

frame
Type: System.DrawingBitmap
frameIndex
Type: SystemUInt32
See Also