Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image IO » AvsFilter_WriteVideo_Deprecated

AvsFilter_WriteVideo_Deprecated


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

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

Syntax

void avs::AvsFilter_WriteVideo_Deprecated
(
	OutputVideoStream& ioState,
	const avl::Image& inImage,
	const atl::File& inFile,
	const avl::VideoEncoder::Type& inFourCC,
	float inFPS
)

Parameters

Name Type Range Default Description
ioState OutputVideoStream& Object used to maintain state of the function.
inImage const Image& Current frame
inFile const File& File path of the output file
inFourCC const VideoEncoder::Type& Four-character code, designating which codec to use
inFPS float 1.0 - 30.0 20.0f Desired frame rate of the produced video file