Reading an online video

asked 2014-04-16 13:46:19 -0600

unxnut gravatar image

I am working on an application that requires me to read a streaming video, for example, from Youtube. Is it possible to do this? As a first step, I'll like to know the video size in terms of number of rows and columns in the video and the frame rate. Then, I want to read the video in frame-by-frame and analyze the frames. I may also want to access the video starting at a specified frame number, or the time when the frame appears (the last can be done if I know the frame number and frame rate). Any suggestions?

edit retag flag offensive close merge delete

Comments

1
Haris gravatar imageHaris ( 2014-04-17 01:02:24 -0600 )edit