views:

32

answers:

1

My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv. I want this to implement in a video upload site where the users can see the videos in front-end after uploading and also I want to implement download options for them in mp4 and flv. Any help would be appreciated and thanks in advance to have a good reply for this

+1  A: 

You could check out a Joomla component called hwdVideoShare.

The server requirements look like this: FFMPEG, FLVTOOL2, MENCODER, GD, FREETYPE, PHP (installations should support exec, cURL & file_get_contents functions), PERL. So you need to make sure that your server has all these before installing.

dragosplesca
I am little bit worried as I am developing a complete component in joomla to do all the functional stuffs, so that I have an upload page to do the video uploading and I wish to make the conversion process simultaneously just after file upload, do you guess the hwdVideoShare component will help me in between
Rahul TS