Re: [web2py] library of images and videos

2010-11-25 Thread Bruno Rocha
No, PIL just deals with image files. 2010/11/26 Phyo Arkar > Does it work for many kind of video files like ffmpeg? > > > On Fri, Nov 26, 2010 at 8:34 AM, Bruno Rocha wrote: > >> Make thumbs with PIL >> http://www.web2pyslices.com/main/slices/take_slice/62 >> >> (I did not test yet, I am going t

Re: [web2py] library of images and videos

2010-11-25 Thread Phyo Arkar
PIL is for images only afaik On Fri, Nov 26, 2010 at 8:47 AM, Phyo Arkar wrote: > Does it work for many kind of video files like ffmpeg? > > > On Fri, Nov 26, 2010 at 8:34 AM, Bruno Rocha wrote: > >> Make thumbs with PIL >> http://www.web2pyslices.com/main/slices/take_slice/62 >> >> (I did not te

Re: [web2py] library of images and videos

2010-11-25 Thread Phyo Arkar
Does it work for many kind of video files like ffmpeg? On Fri, Nov 26, 2010 at 8:34 AM, Bruno Rocha wrote: > Make thumbs with PIL http://www.web2pyslices.com/main/slices/take_slice/62 > > (I did not test yet, I am going to do that tomorrow) > > 2010/11/25 Carlos > > Hi, >> >> For my project, I

Re: [web2py] library of images and videos

2010-11-25 Thread Bruno Rocha
Make thumbs with PIL http://www.web2pyslices.com/main/slices/take_slice/62 (I did not test yet, I am going to do that tomorrow) 2010/11/25 Carlos > Hi, > > For my project, I will need to create a library of images and videos. > > What considerations should I have?. > > For reference ... > > How

Re: [web2py] library of images and videos

2010-11-25 Thread Phyo Arkar
How to automatically create a thumbnail for every image?. ffmpeg ffmpeg -itsoffset -4 -i test.avi -vcodec mjpeg -vframes 1 -an -f rawvideo -s 320x240 test.jpg On Fri, Nov 26, 2010 at 6:13 AM, Carlos wrote: > How to automatically create a thumbnail for every image?.

[web2py] library of images and videos

2010-11-25 Thread Carlos
Hi, For my project, I will need to create a library of images and videos. What considerations should I have?. For reference ... How to automatically create a thumbnail for every image?. Is there support for image/video galleries or albums?. With respect to videos, should I let users upload vi