swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] swfextract output dimensions..


From: Matthias Kramm
Subject: Re: [Swftools-common] swfextract output dimensions..
Date: Sun, 31 May 2009 17:25:42 +0200
User-agent: Mutt/1.5.6i

On Wed, May 27, 2009 at 11:39:59AM +0100, Greg Bloxham <address@hidden> wrote:
> Hi all..
>     I have a small query - I'm making a little system for our in house
> flash developers to easily extract assets from swfs (usually due to
> freelancers not providing source fla files).. Anyway, when extracting
> swf's using the command
> swfextract -i XX -o outfile.swf infile.swf
> all of the extracted swf's have the dimensions 512x512.. Is there any
> way that I can set the output dimensions to match the original swf?

I usually use 
    swfextract -P -i XX -o outfile.swf infile.swf
.
The "-P" will cause the dimension to be that of the original file,
and also keep the object at the position it was used at.
(You can also shift the object to (0,0) with -P0 should you prefer that)

Matthias






reply via email to

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