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,
	float? inFPS
)

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.
inFPSfloat?<1.0f, 500.0f>20.0fRequested frame rate of the produced video file. Default value: 20.0f.

Function Overrides

See also