Sorry for the late repply...
@massimo ...the videos are on my hard disk.I just add them to database by
upload option so these videos are saved  in the 'uploads' folder.
@Stifan....when a user upload the video ...i call the command ffmpeg as
import os
os.system("ffmpeg -i "+video+"  -r  1  -ss 0:00:10 -t  1  "+image)
where video and image are the location of video and final destination of
image
then i updated the path of the image in the database

On Sat, Jun 11, 2011 at 8:30 AM, Stifan Kristi <steve.van.chris...@gmail.com
> wrote:

> how to integrate web2py with ffmpeg? i mean when users uploaded the video,
> web2py can automatic reproduce the image and store it in the database. is
> there any way to do this?
> thank you so much.
>



-- 
Sahil Arora
B.Tech 2nd year
Computer Science and Engineering
IIT Delhi
Contact No: +91 9871491046
www.cse.iitd.ac.in/~cs1090213 <http://www.cse.iitd.ac.in/%7Ecs1090213>

Reply via email to