Skip to content

python code: using ffmpeg to receive video from remote url and get ndarray video data for further processing purpose

Notifications You must be signed in to change notification settings

xuchong/python-ffmpeg-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Python-FFMPEG-VIDEO

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.


Requiremets:

  1. numpy
  2. python-opencv2
  3. ffmpeg (windows is: ffmpeg.exe, ubuntu or Mac OS is ffmpeg)
  4. subprocess (for communicate with ffmpeg)
  5. urllib (for other test, no necessary)

About

python code: using ffmpeg to receive video from remote url and get ndarray video data for further processing purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages