Re: Mencoder and creating videos

2010-01-06 Thread r0g
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

Re: Mencoder and creating videos

2010-01-06 Thread Emile van Sebille
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

Mencoder and creating videos

2010-01-06 Thread aditya shukla
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 *