On Sun, Sep 04, 2005 at 10:34:25PM -0400, Frédéric v. Bochmann wrote:
> Is there a way to combine the power of swfc to the power of jpeg2swf?
> 
> Power of swfc: -script driven, doesn't cause problems, since you don't need
> to pass long arguments
> 
> Power of jpg2swf: - concatenate images one after the other using the video
> compression with the -m option.

That's an interesting idea. I guess it would be possible to add a .movie
command to swfc, which works somewhat like this:

    .movie mymovie:
        .movieframe filename="frame1.jpg"
        .movieframe filename="frame2.jpg"
        .movieframe filename="frame3.jpg"
        .movieframe filename="frame4.jpg"
        .movieframe filename="frame5.jpg"
    .end

    .put mymovie position=0%
    .frame 10
    .change mymovie position=100%

I'll add it to the TODO list.

Greetings

Matthias




_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to