Convert any Video Format to FLV Format

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bhagwat
Forum Newbie
Posts: 13
Joined: Sat Jun 14, 2008 12:28 am

Convert any Video Format to FLV Format

Post 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
User avatar
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

Post 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.
(#10850)
bhagwat
Forum Newbie
Posts: 13
Joined: Sat Jun 14, 2008 12:28 am

Re: Convert any Video Format to FLV Format

Post by bhagwat »

Thank You Sir,

Thank U Sop Much For Reply.

I want a Php Code TO THis Please Help.
User avatar
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

Post 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.
bhagwat
Forum Newbie
Posts: 13
Joined: Sat Jun 14, 2008 12:28 am

Re: Convert any Video Format to FLV Format

Post by bhagwat »

actually i want a code.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Convert any Video Format to FLV Format

Post 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.
bhagwat
Forum Newbie
Posts: 13
Joined: Sat Jun 14, 2008 12:28 am

Re: Convert any Video Format to FLV Format

Post by bhagwat »

can u give me idea how to code
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Convert any Video Format to FLV Format

Post by onion2k »

bhagwat wrote:can u give me idea how to code
Aborint and Kieran already did.
Post Reply