I am attempting to take a series of stills of a building construction every ten minutes (every 18000 frames) over the next year. The media is an MMS stream from a Windows media server. I have successfully captured images using the scene command, but after it reaches frame number 99,000+ it stops saving the files (about 8 hours worth). The naming convention for scene is prefix + frame number, where frame number is limited to 5 digits (xx,xxx). Is there a way to either use incremental, instead of frame number in scene, as featured in the snapshot function or is there a way to set the interval automatically in the snapshot function like used in the scene function?
Thanks for any input,
-Simster
Here's my code for MMS stream capture with scene capture:
Code: Select all
vlc -I dummy mms://192.168.166.6:8080 --video-filter scene --no-audio --scene-path /media/construction --scene-prefix construction --scene-format jpg -scene-ratio 18000 "mms://"