OpenInputVideoStream
Opens and creates a video stream from a file.
Syntax
C++
Python
def OpenInputVideoStream( inFile: str, inStartFrame: int, outInputVideoStream: InputVideoStream, / ) -> ( outFPS: float, outMaxFrame: int )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | Video file | |
![]() |
inStartFrame | int | Number of first frame to fetch. | |
![]() |
outInputVideoStream | InputVideoStream | Initialized input video stream | |
![]() |
outFPS | float | Frames per second | |
![]() |
outMaxFrame | int | Last frame number |


