Page 1 of 1
Convert any Video Format to FLV Format
Posted: Wed Jun 18, 2008 11:30 pm
by bhagwat
Hello,
I want to make a page where user can upload any format of video , that should be converted to flv and should be played in flv player.
I want to do it in PHP.
Please Help Me.
Bhagwat Singh
Re: Convert any Video Format to FLV Format
Posted: Wed Jun 18, 2008 11:39 pm
by Christopher
Obviously Adobe has tools to do this. There are command line utilities in Unix. And there is a think called Super (I think) that combines a bunch of Unix tools together.
Re: Convert any Video Format to FLV Format
Posted: Wed Jun 18, 2008 11:47 pm
by bhagwat
Thank You Sir,
Thank U Sop Much For Reply.
I want a Php Code TO THis Please Help.
Re: Convert any Video Format to FLV Format
Posted: Thu Jun 19, 2008 2:11 am
by Kieran Huggins
The two popular tools are ffmpeg and mencoder. You can use server side tools in PHP with the
program execution functions.
If you're looking for a pre-written script or someone to write it for you, you've come to the wrong place. Try
here.
Re: Convert any Video Format to FLV Format
Posted: Thu Jun 19, 2008 4:12 am
by bhagwat
actually i want a code.
Re: Convert any Video Format to FLV Format
Posted: Thu Jun 19, 2008 4:17 am
by onion2k
bhagwat wrote:actually i want a code.
Noone is going to write your code for you. You'll actually have to do some work yourself.
Re: Convert any Video Format to FLV Format
Posted: Thu Jun 19, 2008 5:30 am
by bhagwat
can u give me idea how to code
Re: Convert any Video Format to FLV Format
Posted: Thu Jun 19, 2008 5:40 am
by onion2k
bhagwat wrote:can u give me idea how to code
Aborint and Kieran already did.