How to play a set of jpeg files as a movie?
Posted
by RJ
on Stack Overflow
See other posts from Stack Overflow
or by RJ
Published on 2010-03-25T14:07:19Z
Indexed on
2010/03/25
14:13 UTC
Read the original article
Hit count: 173
video-processing
I have a set of jpeg images where eacg image has an associated description. e.g.
im1.jpg - suspect enters bank
im7.jpg - suspect hands teller a note
imj41.jpg - teller gives suspect a bag
...
...
It's trivial to view these images individually and see the description but how do I play this as a movie? I need to play the images and when I encounter one with a description, display the description in a status pane.
Do I need to convert the images into a movie, if so how? How do I get the player to notify me when the description frame is encountered?
I'm using Windows. language doesn't matter, I just need the concept right now.
© Stack Overflow or respective owner