I would like to play a video (AVI/MPG) on a PHP page. How can I do this? I would also like to generate thumbnails for each video. Could anyone suggest some tools?
Asked
Active
Viewed 413 times
2 Answers
3
For thumbnails you'd need something like ffmpeg installed on your server.
To play the videos, you could use any javascript media player or HTML5, there are a ton of free ones or the web such as jPlayer

Community
- 1
- 1

Kevin Vandenborne
- 1,397
- 1
- 10
- 28
-
Please help me with http://stackoverflow.com/questions/8279935/how-to-form-a-php-tree-menu/8279985#8279985 – ppant Nov 27 '11 at 21:30
1
Just like Kevin said, you need ffmpeg installed on your server to generate thumbnails. Have a look here - hope it gets you started.

Pateman
- 2,727
- 3
- 28
- 43
-
Thanks!! Could you please help me some problem with PHP links I have been facing... http://stackoverflow.com/questions/8279935/how-to-form-a-php-tree-menu/8279985#8279985 – ppant Nov 27 '11 at 21:30