[Tweener] Introducing FilmStrip
Moses Gunesch
fuse at mosessupposes.com
Mon Jun 8 09:55:32 PDT 2009
Well, to be clear, Filmstrip does *not* run animation in realtime like
Tweener or other realtime animation engines do. It is essentially a render
engine for AS3. It isn't written to be used within live website code, intead
you'd just use it locally to generate video segments -- the same way you
might use a professional video program, and just wait for its render cycle
to finish. It's not terribly fast, sometimes it captures 100 images
sequentially to generate just one frame. Flash is single-threaded and not
hardware-based so there's only so fast it can go. To see how it runs on your
system, you should check out the project code and set up the examples. But
keep in mind, this project is not shooting for performance, it's just
providing a new capability for actionscript: rendering video out of flash.
Does that answer your question or am I missing what you're asking?
On Mon, Jun 8, 2009 at 9:44 AM, Baluta Cristian <cristi.baluta at gmail.com>wrote:
> i saw it but i don't know what are the differences in realtime, so that's
> why a comparison will be necessary.
>
>
> On Mon, Jun 8, 2009 at 5:14 PM, Moses Gunesch <fuse at mosessupposes.com>wrote:
>
>> That's a good idea -- I could take some screen shots so people could
>> get more of a side-by-side comparison. Did you see the sample MP4
>> video? (Linked from http://labs.animoto.com) If you pause it and scan
>> the frames, you'll see how the motion blur really follows the exact
>> twists and turns of the tumbling dice -- it's very different than a
>> simple directional box blur. (Of course it wasn't generated realtime
>> either but, that exampe video does use Tweener for its animation.)
>>
>>
>> On Sun, Jun 7, 2009 at 5:39 AM, Baluta Cristian<cristi.baluta at gmail.com>
>> wrote:
>> > would be nice an before and after example.
>> >
>> > On Sun, Jun 7, 2009 at 9:37 AM, Moses Gunesch <fuse at mosessupposes.com>
>> > wrote:
>> >>
>> >> I'm proud to present FilmStrip, an experimental AS3.0 library that lets
>> >> you process code-based animations to video with natural-looking motion
>> blur!
>> >>
>> >> One of the neat things about this library is that you can use it with
>> >> about any tween engine you like. The process entails actively patching
>> the
>> >> engine and your project code with a few minor changes that allow time
>> to be
>> >> externally controlled. But for the most part you can just snap
>> FilmStrip
>> >> onto an existing project and start rendering it to video.
>> >> Zeh, I used Tweener in my examples because it was really easy and
>> >> supported filter tweens nicely! :-)
>> >> Details, sample video, and code at the Animoto Labs post:
>> >> http://labs.animoto.com/2009/06/07/presenting-filmstrip/
>> >>
>> >> Cheers!
>> >> Moses
>> >>
>> >> _______________________________________________
>> >> Tweener mailing list
>> >> Tweener at lists.caurinauebi.com
>> >> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>> >>
>> >
>> >
>> >
>> > --
>> > Băluță Cristian
>> > http://ralcr.com
>> > http://imagin.ro
>> >
>> > _______________________________________________
>> > Tweener mailing list
>> > Tweener at lists.caurinauebi.com
>> > http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>> >
>> >
>> _______________________________________________
>> Tweener mailing list
>> Tweener at lists.caurinauebi.com
>> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>>
>
>
>
> --
> Băluță Cristian
> http://ralcr.com
> http://imagin.ro
>
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20090608/ca028418/attachment.htm>
More information about the Tweener
mailing list