On Wed, Jun 09, 2010 at 05:20:07PM +0530, Venkatraman S wrote:
> Say, a user uploads a video in my website, then how can i generate a
> thumbnail version of the video on the go?

Executing "mplayer -vo jpeg -frames 1 -ao null FILE" and using
00000001.jpg is one way; I'm not aware of a python-only solution of
comparable simplicity.

With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to