skvideo.io
.vread
skvideo.io
.vread¶skvideo.io.
vread
(fname, height=0, width=0, num_frames=0, as_grey=False, inputdict=None, outputdict=None, backend='ffmpeg', verbosity=0)[source]¶Load a video from file entirely into memory.
Parameters: | fname : string
height : int
width : int
num_frames : int
as_grey : bool
inputdict : dict
outputdict : dict
backend : string
verbosity : int
|
---|---|
Returns: | vid_array : ndarray
|