import imageio # Get bytes of MKV video with open('video.mkv', ... and get an ffmpeg reader to read it vid = imageio.get_reader(BytesIO(content), 'ffmpeg').
確定! 回上一頁