OpenOutputVideoStream
Creates a video stream which will be saved to a selected file.
Syntax
C++
Python
def OpenOutputVideoStream( inFile: str, inVideoEncoder: VideoEncoder, inFPS: float, inFrameWidth: int, inFrameHeight: int, outOutputVideoStream: OutputVideoStream, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | File path of the output file | |
![]() |
inVideoEncoder | VideoEncoder | Video encoder | |
![]() |
inFPS | float | Desired frame rate of the produced video file | |
![]() |
inFrameWidth | int | Width of frame being added | |
![]() |
inFrameHeight | int | Height of frame being added | |
![]() |
outOutputVideoStream | OutputVideoStream | Initialized output video stream |


