LoadFrameFromVideo
Extracts a frame from the specified video file.
Output
Image
Extracted image
Parameters
- File Name:
a file path to load from. Supports Path Interpretation.
Note
Video files with a long duration take some time to load.
- Frame:
index of the frame to be extracted (starts from zero)
Note
If the video file does not contain a frame with a Frame index, the node will return an error with the correct Frame range.
Note
The Frame parameter, by default, has a Python Parameter Expression, that reads the current timeline position.
- First Frame Offset:
number of frames skipped from the beginning of the video file
- Rotation:
the rotation of extracted frame
- Default
no rotation
- 90 Clockwise
rotate 90 degrees clockwise
- 90 Counterclockwise
rotate 90 degrees counterclockwise