video
write_video_from_frames(path, frames, **kwargs)
¶
Write a list of frames to a video file.
The image size is scaled up to the nearest multiple of 16 for codec compatibility.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
path
|
str | Path
|
Output file path. |
required |
frames
|
list[ndarray]
|
List of |
required |
**kwargs
|
Any
|
Passed to |
{}
|