views:

87

answers:

1

I'm making a "video sharing site" just for learning and fun. I am using FlowPlayer as my player for videos. Now Im gonna make a page that will list every video, and a want preview picture of the video. Like: http://www.youtube.com/videos

How do you do that? With the player or can you do it with php?? Ive looked true Flowplayer forums. But I cant find anything.

Would really appricate some help.

Joel

+1  A: 

ffmpeg is the usual utility to handle video, both to convert and making thumbnails

from PHP it being handled using system() function, as any other command-line utility

Col. Shrapnel
Thanks. Perhaps do you know a good guide on this on the internet?
joel
sure. http://tinyurl.com/ygrqh9n I am using it all the time myself
Col. Shrapnel
ok, previous is forbidden, as I can see. this one then. http://tinyurl.com/yadhc5t
Col. Shrapnel