【发布时间】:2018-10-25 14:28:21
【问题描述】:
我有这个网址 https://www.earthcam.com/js/video/embed.php?type=h264&vid=AbbeyRoadHD1.flv
我想从流中获取帧并将它们保存在 Python 中。这可能吗?我查看了streamlink 库,但我不确定它是否会起作用。
对不起,我的英语不好,谢谢。
streams = streamlink.streams("https://www.earthcam.com/js/video/embed.php?type=h264&vid=AbbeyRoadHD1.flv")
【问题讨论】:
标签: python url video streaming frames