Most used Python module for video processing?

Tarantula picture Tarantula · Sep 26, 2009 · Viewed 12.3k times · Source

I need to:

  1. Open a video file
  2. Iterate over the frames of the file as images
  3. Do some analysis in this image frame of the video
  4. Draw in this image of the video
  5. Create a new video with these changes

OpenCV isn't working for my webcam, but python-gst is working. Is this possible using python-gst?

Thank you!

Answer

Martin Beckett picture Martin Beckett · Sep 26, 2009

Do you mean opencv can't connect to your webcam or can't read video files recorded by it?

Have you tried saving the video in an other format?

OpenCV is probably the best supported python image processing tool