PHP video upload and convert to flv script
Moderator: General Moderators
PHP video upload and convert to flv script
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
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
- 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
What OS are you using? There are different conversion tools on Windows and Unix.
(#10850)
Re: PHP video upload and convert to flv script
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
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
- 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
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)
Re: PHP video upload and convert to flv script
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
- 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
I would recommend finding a server with mmpeg or some other conversion utilities already installed on it.
(#10850)
Re: PHP video upload and convert to flv script
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
- 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
ok thanx for your help, let me inform it some of your friend if any one knows just reply me