Topic - Screen Capture
Forum Navigation: Forums List | Poll List | Reply to this topic | Topic List
- Topic Starter roguehit - Posted on Monday, October 5 2009 08:51:34 PM
-
I want to use mplayer to capture frames from a net stream & save them as Jpeg files sequentially.
I will be then reading these images to perform Image Processing on VC++.
I know how to open a net stream-
mplayer -fps 24 http://<IP>:<Port>/
Could someone tell me how to modify the above command so that it will allow me to grab frames sequentially ?