På Sat, 25 Feb 2012 22:03:43 +0100, skrev Raffaella Traniello <[email protected]>:
Ciao! You might be interested to know that Stopmotion, the application for grabbing the frames of an animation, has now its own community. Please, visit the Linux Stopmotion brand new website at: http://linuxstopmotion.org I think the most interesting features we are working on are: - capture from DSLR camera
So far, a prototype Ghoto-based grabber is implemented, as a command line tool. It takes about 10 "previews" per second, and stores each of them to the same file, until it gets killed. Right now I'm rewriting it as a library (.so file instead of a stand-alone executable) that captures to RAM, not to a file, and returns a pointer to the image data. Should be quite a bit faster. It requires some rewriting of Stopmotion, to support dynamic loading of capture libraries.
- export to Cinelerra framelist
Already written. A couple of bugfixes remain. (Not committed to git yet) -- Herman Robak _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
