Re: swf movie
Re: swf movie
- Subject: Re: swf movie
- From: JM <email@hidden>
- Date: Wed, 8 Dec 2004 20:45:37 +0100
Hi Roger, Thank your for your answer.
I just want to create a .swf movie with my jpeg images...
I have found a solution using UNIX and terminal with a tool called
swftools-jpeg2swf.
It seems to work fine. I just have to implement it in an applescript
workflow. But, I guess this won't be so difficult, will it ?
That's the simplest solution, I have found yet...
Le 8 déc. 04, à 20:09, Roger Howard a écrit :
On Dec 8, 2004, at 4:07 AM, JM wrote:
Please,
I would like to create .swf movie from folder containing images .jpg
in an applescript workflow.
Any solution would be appreciated, even using third party
applications, unix, c++ or whatever.
For the while, I didn't fin any solution to script Imagesready and
GraphicConverter for this purpose.
Thank you
You have a variety of options.
Many years ago I scripted a Flash workflow (using PreFab player) to
use a Flash template (FLA) and the Update command in the Flash library
to swap in new JPEGs. That cut down a QuicKeys process from a few
minutes to about 12 seconds... later I did it one better, by figuring
out where the JPEGs were being inserted in the resulting SWF and just
swapping the raw binary data in directly to the SWF (and, IIRC,
updating a few other values, probably the length of each JPEG
segment). This was before SWF was a documented format, so I couldn't
have done much more with this, but that much was easy enough. If you
can afford between a few seconds and a minute per SWF, then either of
these approaches would still work today...
Now that SWF is relatively "open" - especially for simple things like
this - there are a bunch of tools/libraries available for generating
SWF.
For instance, Ming:
<http://ming.sourceforge.net/>
You didn't really say what attributes this movie will have... are you
just trying to create a sequence of JPEGs in a SWF? Anything more
complex, like putting each into its own graphic object, or adding
interactivity, or is it just a series of JPEGs on a timeline?
-R
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden