swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] using pySWF to extract JPEG resources?


From: michael geary
Subject: [Swftools-common] using pySWF to extract JPEG resources?
Date: Tue, 20 Sep 2005 20:09:15 -0600

Hi Folks,

so, i'm getting back into the dynamic SWF thing, and i've got a need. I need to extract the JPEGs from a batch of SWFs. Yes, i know that i can use swfextract, but i have two issues with this:

1) while you can specify multiple jpeg IDs, i don't see that you can provide a naming mechanism, so doing something like this:
> swfextract -j 21,27,29 mySWF.swf

...appears to simply overwrite the default "output.jpg" file three times, which isn't very useful.

2) I need this jpeg extraction to be a part of a larger process, so it would be nice if i could do everything with Python and not have to hack shell output.

So, does anyone know of a way to identify and extract the JPEGs within a SWF using the Python SWF module?

Thanks,

michael geary





reply via email to

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