I have created a program which takes a whole bunch of screenshots at a given frame rate. So far, it just captures images. But, I am going to install the pyMedia library, so that I can capture to an avi. It takes like NO cpu power whatsoever. It's a 15-line video capture program lol I will attatch my proggy later, as an .exe so that no-one has to download the two libraries that I am using. There is a limit on the amount of frames you can capture, 9 x 10^5 -1
-----------
http://4wheelerhummers.googlepages.com/screenie0.1.zip
I have created a windows version. Extract all files do a directory, go to a command prompt, navigate to the directory, all parameters are required:
screenie [Path and prefix] [format] [framerate]
for example:
screenie D:/capture_dir/LFS bmp 25
would output:
D:/capture_dir/LFS_100000.bmp
D:/capture_dir/LFS_100001.bmp
D:/capture_dir/LFS_100002.bmp
D:/capture_dir/LFS_100003.bmp
D:/capture_dir/LFS_10000.... and so on, at 25 FPS
-----------
http://4wheelerhummers.googlepages.com/screenie0.1.zip
I have created a windows version. Extract all files do a directory, go to a command prompt, navigate to the directory, all parameters are required:
screenie [Path and prefix] [format] [framerate]
for example:
screenie D:/capture_dir/LFS bmp 25
would output:
D:/capture_dir/LFS_100000.bmp
D:/capture_dir/LFS_100001.bmp
D:/capture_dir/LFS_100002.bmp
D:/capture_dir/LFS_100003.bmp
D:/capture_dir/LFS_10000.... and so on, at 25 FPS