You are here: Start » FIL.NET » FIS.FisFilter_WriteVideo Method
FIS.FisFilter_WriteVideo Method
Writes an image sequence to a video file one frame per iteration.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_WriteVideo ( FilNet.OutputVideoStream ioState, FilNet.Image inImage, string inFile, string inFourCC, float? inFPS )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.OutputVideoStream | ||||
![]() | inImage | FilNet.Image | Current frame. | ||
![]() | inFile | string | File path of the output file. | ||
![]() | inFourCC | string | Four-character code, designating which codec to use. | ||
![]() | inFPS | float? | <1.0f, 500.0f> | 20.0f | Requested frame rate of the produced video file. Default value: 20.0f. |