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



_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to