PHP video upload and convert to flv script

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kumaravel
Forum Newbie
Posts: 5
Joined: Thu Feb 14, 2008 5:38 am

PHP video upload and convert to flv script

Post by kumaravel »

Hi,

i am a php programmer,I want to paly the video in my php site.I used the html object to play

the video.But the user can upload any formated video(like .avi,mpeg,wmv).so for

compatability i want to convert this formated video into .flv format(flash format) when they

uploading.Does anyone know how to conert the vdieo using php script.my server is windeos

server and php 5 version. i already read documents to convert the videos to flv using FFMPEGAV codec installed in the server, since i am using a shared server i cant install the codec there so i need a standalone PHP script to convert the video files to flv file while its uploading like youtube or google videos

thank u.


my mila id is : p.kumaravelin@gmail.com
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP video upload and convert to flv script

Post by Christopher »

What OS are you using? There are different conversion tools on Windows and Unix.
(#10850)
kumaravel
Forum Newbie
Posts: 5
Joined: Thu Feb 14, 2008 5:38 am

Re: PHP video upload and convert to flv script

Post by kumaravel »

Hi arborint,

thanx for the reply, i had hosted mysite in a linux box, the linux server is a third part vendor, its not mine so i cant install any conversion software there, i need a standalone php script that converts any type of video to FLV and it should be stodred in MySQL database as blog while uploading.

Thank you
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP video upload and convert to flv script

Post by Christopher »

I really don't know of video conversion scripts -- only image conversion. I don't know if you can do much if you can't install software.
(#10850)
kumaravel
Forum Newbie
Posts: 5
Joined: Thu Feb 14, 2008 5:38 am

Re: PHP video upload and convert to flv script

Post by kumaravel »

Hi friend thanx for the reply, just do one help i am new to forums, just if u know some other PHP forum u just post my doubts and send a reply if u get it, my mail id is : p.kumaravelin@gmail.com
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP video upload and convert to flv script

Post by Christopher »

I would recommend finding a server with mmpeg or some other conversion utilities already installed on it.
(#10850)
kumaravel
Forum Newbie
Posts: 5
Joined: Thu Feb 14, 2008 5:38 am

Re: PHP video upload and convert to flv script

Post by kumaravel »

mysite is already hosted in a linux server they are not having the video conversion tool, tell me the conversion without using any converters, is there any option convert the file to flv in PHP script itself
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP video upload and convert to flv script

Post by Christopher »

(#10850)
kumaravel
Forum Newbie
Posts: 5
Joined: Thu Feb 14, 2008 5:38 am

Re: PHP video upload and convert to flv script

Post by kumaravel »

ok thanx for your help, let me inform it some of your friend if any one knows just reply me
Post Reply