Using ffmpeg with remote URL (for example: http://xxx.com/xx.mp4) to get Video.
The result video data has the ndarray type.
We can use matplot or cv2 or imageio to process the video data for further purpose.
- numpy
- python-opencv2
- ffmpeg (windows is: ffmpeg.exe, ubuntu or Mac OS is ffmpeg)
- subprocess (for communicate with ffmpeg)
- urllib (for other test, no necessary)