Back to FabImage Library website
You are here: Start » Function Reference » Image IO » FisFilter_WriteVideo_Deprecated
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | FIL.h |
---|---|
Namespace: | fis |
Writes an image sequence to a video file one frame per iteration.
Syntax
void fis::FisFilter_WriteVideo_Deprecated ( fis::OutputVideoStream& ioState, const fil::Image& inImage, const ftl::File& inFile, const fil::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 |