You are here: Start » AVL.NET » AVS.AvsFilter_WriteVideo Method

AVS.AvsFilter_WriteVideo Method

Writes an image sequence to a video file one frame per iteration.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_WriteVideo
(
	AvlNet.OutputVideoStream ioState,
	AvlNet.Image inImage,
	string inFile,
	string inFourCC
)

Parameters

Name Type Range Default Description
ioStateAvlNet.OutputVideoStream
inImageAvlNet.ImageCurrent frame.
inFilestringFile path of the output file.
inFourCCstringFour-character code, designating which codec to use.

Function Overrides

See also