I got hundreds of JPEG files generated from my motion detection security camera DVR.
Most of the image was static, and change is recorded when there is a detected motion.
The JPEG filename is time-coded.

How to generate a realtime motion video files with respective to the time of the file creation.

ie. The video will play the last known jpeg file for xx min until the next availabe file which was created xx min after the previous file, and continue with the subsequent jpeg files.. etc etc...

It would easy for me to generate a text file with cue-points and the related jpeg files and its location.
I would like to know if there is any video authoring program would import such cuesheet files.

Any help?