G
Guest
Hello All Fellow Developers
I looking for a nice way of capturing every nth frame from an mpg or avi file, and storing the captured frames into individual image files
I have a very flakey working solution using the Windows Media Player control, a timer control and a load of GDI+ calls to store the image. It works depending on which way the wind is blowing! I've tried advancing frames with the WMP control, but it doesn't like this and seems to get stuck at the first frame
I looking for a nice way of capturing every nth frame from an mpg or avi file, and storing the captured frames into individual image files
I have a very flakey working solution using the Windows Media Player control, a timer control and a load of GDI+ calls to store the image. It works depending on which way the wind is blowing! I've tried advancing frames with the WMP control, but it doesn't like this and seems to get stuck at the first frame