import pylab; import imageio; #视频的绝对路径; filename = '/path/to/your/video.mp4'; #可以选择解码工具; vid = imageio.get_reader(filename, 'ffmpeg') ...
確定! 回上一頁