EncodeVideo
Encodes video from images and saves it with using FFmpeg library.
Syntax
C++
Python
def EncodeVideo( state: FFmpeg_EncoderState, inFile: str, inFourCC: FFmpegCodec, inImage: Image, inFPS: int, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | FFmpeg_EncoderState | ||
![]() |
inFile | str | File path with the appropriate format, e.g., output.avi | |
![]() |
inFourCC | FFmpegCodec | Codec type for video encoding | |
![]() |
inImage | Image | Input image to be encoded | |
![]() |
inFPS | int | Frames per second for video encoding |


