swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] small improvment required


From: michael geary
Subject: Re: [Swftools-common] small improvment required
Date: Tue, 5 Jan 2010 23:53:20 -0700

here is a python script i wrote that will process a directory of SWF files and 
create a folder for each swf and put every jpeg in that swf in the 
corresponding folder. Make the script executable and then just do:

./swf_jpeg_extractor.py </path/to/your/directory>

and it will do it's magic. 

Hope it helps someone.

best,

michael geary


Attachment: swf_jpeg_extractor.py
Description: Text Data



On Jan 5, 2010, at 3:31 PM, Matthias Kramm wrote:

> On Fri, Jan 01, 2010 at 04:24:53PM +0100, jean-michel.voicechat_fan 
> <address@hidden> wrote:
>> swfextract -j 1  dummy.swf  -o pic1.jpg
>> swfextract -j 2  dummy.swf  -o pic2.jpg
>> swfextract -j 3  dummy.swf  -o pic3.jpg
> 
> how about
>    for i in 1 2 3;do swfextract -j $i dummy.swf -o pic$i.jpg;done
> ?
> 
> Matthias
> 
> 
> 


reply via email to

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