swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] jpg numbering / jpeg2swf


From: Chris Flowers
Subject: Re: [Swftools-common] jpg numbering / jpeg2swf
Date: Thu, 08 Sep 2005 06:52:07 -0400

----- Original Message -----
From: "marc vezina" <address@hidden>
To: <address@hidden>
Sent: Tuesday, September 06, 2005 7:23 PM
Subject: [Swftools-common] jpg numbering / jpeg2swf


> jpeg2swf:
> With a full directory of JPG images (could be 200 or 2000) I definitely
> do not want to enumerate each and every one of them in the command line
> so I use the simple command:
> > jpeg2swf -o test.swf -z -q 100 -r 12 -v revolutio*.jpg
> Still the conversion numbering ends up wrong:
> 1
> 10
> 100
> 101
> 102
> ...
> 109
> 11
> 110
> 111
> 112
> ...
> 119
> 12
> 120
> 121
> 122
> etc.
>
> What is the solution for converting a directory full of numbered jpg
> images in the right order with jpeg2swf without having to enumerate each
> and every one of them on commend line.
>
> On an WINDOWS XP Pro SP1
>
> Thanks
> Marc
>
>
>
>
>
> _______________________________________________
> Swftools-common mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/swftools-common


Name your files in a manner than alphabetizes them properly, like
image0001.jpg, image0002.jpg etc.

Chris






reply via email to

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