Emile van Sebille wrote:
> On 1/6/2010 12:44 PM aditya shukla said...
>> Hello Guys,
>>
>> I have a multiprocessing script which downloads images from 5 urls to 5
>> directories(usinf multiprocess in python 2.6).The download is for 5
>> mins.My aim is to create a video for every minute for each dir
On 1/6/2010 12:44 PM aditya shukla said...
Hello Guys,
I have a multiprocessing script which downloads images from 5 urls to 5
directories(usinf multiprocess in python 2.6).The download is for 5
mins.My aim is to create a video for every minute for each directory and
dump the images as the video
Hello Guys,
I have a multiprocessing script which downloads images from 5 urls to 5
directories(usinf multiprocess in python 2.6).The download is for 5 mins.My
aim is to create a video for every minute for each directory and dump the
images as the video is created. My question are , should i use *