swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Quick question


From: Matthias Kramm
Subject: Re: [Swftools-common] Quick question
Date: Thu, 8 Sep 2005 20:16:38 +0200
User-agent: Mutt/1.5.6i

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]