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
Convert any Video Format to FLV Format
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Convert any Video Format to FLV Format
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.
(#10850)
Re: Convert any Video Format to FLV Format
Thank You Sir,
Thank U Sop Much For Reply.
I want a Php Code TO THis Please Help.
Thank U Sop Much For Reply.
I want a Php Code TO THis Please Help.
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Convert any Video Format to FLV Format
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.
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
actually i want a code.
Re: Convert any Video Format to FLV Format
Noone is going to write your code for you. You'll actually have to do some work yourself.bhagwat wrote:actually i want a code.
Re: Convert any Video Format to FLV Format
can u give me idea how to code
Re: Convert any Video Format to FLV Format
Aborint and Kieran already did.bhagwat wrote:can u give me idea how to code