On Wed, Jun 9, 2010 at 5:14 PM, Venkatraman S <[email protected]> wrote: > Hi, > > Say, a user uploads a video in my website, then how can i generate a > thumbnail version of the video on the go? >
ImageMagick can do that. You can easily script it . netpbm tools are another option. You can take a snapshot of the video from the middle using these tools too. mplayer can dish out frames and you could use them. I have written about these. http://linuxjournal.com/9787 and http://linuxjournal.com/9696 -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
