2023-09-15 14:01:17 +03:00

4 lines
87 B
Python

import skvideo.io
videodata = skvideo.io.vread("video5v.mp4")
print(videodata.shape)