On Sat, 2007-08-11 at 17:30 +0200, Stefan de Konink wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > mark carter schreef: > > Well, it's a start, n'est pas? > > > > Interesting?? > > Sure :)
Glad to hear it. Well, I'll tidy things up and make it available a bit later. Ficl doesn't come with fancy autoconfigure stuff, so it's possible that will have to be tweaked. I am happy to help out if there are any installation problems. Be warned, I know jack about autoconfiguring makefiles. What is currently available in my local hard drive is a Cinelerra that has a menu option to bring up the ficl repl. You need to start cinelerra from the command line, or else cinelerra will think you have one, and will wait indefinitely until for commands. The only internals exposed so far is goto_start() - but adding stuff like advancing the frame should be quite straighforward given what I've already got. THEN, if I can figure out what all those VFrames are about, maybe a little bit more exposure of the internals would give one a way of manipulating them. I think that would be really cool if the user could sit at the prompt and type something like: 1000 ' fliph times to flip the next 1000 frames horizontally, for example. That's embedding ficl. A user could extend it, too - maybe write experimental scripts, and when they work, maybe I could figure out a plugin that calls ficl scripts so as to automate their work. The world's your lobster on this. _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
