Reply
Converting AVI to FLV on the server
Old 12-23-2007, 10:39 AM Converting AVI to FLV on the server
Novice Talker

Posts: 8
I want to upload an AVI file and convert it in FLV on the server, using PHP. There is any posibility to do that?
And do you know any FLV free player for integrating in websites?
Thank you.
denied is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 12-23-2007, 12:30 PM Re: Converting AVI to FLV on the server
rogem002's Avatar
Webmaster Talker

Posts: 612
Name: Mike
Location: United Kingdom
Yeah, use the shell execute function to run a converter. For example

PHP Code:
shell_exec('The command that will be executed.'); 
I would love to help you on the shell code to put, but I'm not really an expert on it.
__________________
PHP Code:
Add_Talkupation('rogem002'); // Because sharing is awesome! 
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 12-23-2007, 01:07 PM Re: Converting AVI to FLV on the server
Novice Talker

Posts: 8
Quote:
Originally Posted by rogem002 View Post
Yeah, use the shell execute function to run a converter. For example

PHP Code:
shell_exec('The command that will be executed.'); 
I would love to help you on the shell code to put, but I'm not really an expert on it.
Thank you @rogem002, but I dont have shell acces to the server. I have only ftp acces. There is any php converter between avi and flv?
__________________
Professional XHTML/CSS conversions: NaturalPixel
denied is offline
Reply With Quote
View Public Profile
 
Old 12-23-2007, 06:57 PM Re: Converting AVI to FLV on the server
Skilled Talker

Posts: 73
Name: Mattias Nordahl
Location: Sweden
I know there is something called ffmpeg which can convert alot of formats into alot of other formats :P
There is version of it especially for integratin with php (ffmpeg-php i believe). I've been trying to do the very same thing myself (a couple of months ago, not really a high priority for me any more) without much result. I never evan found any place from where I could download ffmpeg (no, not evan their own web site). There has been some posts around this forum some weeks ago about it, you should check those.
lizciz is offline
Reply With Quote
View Public Profile
 
Old 12-24-2007, 02:10 AM Re: Converting AVI to FLV on the server
mtishetsky's Avatar
King Spam Talker

Posts: 1,068
Name: Mike
Location: Mataro, Spain
You will still need a ffmpeg-php extension which will be obviously unavailable if you even have no shell access. Kick your hosting support.
__________________
Free Mobile Phone Themes

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 12-24-2007, 05:28 AM Re: Converting AVI to FLV on the server
Novice Talker

Posts: 8
Thank you for your responses. I will talk with my hosting provider to install ffmpeg on the server.
__________________
Professional XHTML/CSS conversions: NaturalPixel
denied is offline
Reply With Quote
View Public Profile
 
Old 12-27-2007, 09:04 AM Re: Converting AVI to FLV on the server
c++
c++'s Avatar
Junior Talker

Posts: 3
You can download this program for a trail use:
http://www.vidfilters.com/Video_to_Flash_Console/

Last edited by c++ : 12-27-2007 at 09:10 AM.
c++ is offline
Reply With Quote
View Public Profile
 
Old 12-28-2007, 06:44 AM Re: Converting AVI to FLV on the server
mtishetsky's Avatar
King Spam Talker

Posts: 1,068
Name: Mike
Location: Mataro, Spain
Quote:
Originally Posted by c++ View Post
You can download this program for a trail use:
http://www.vidfilters.com/Video_to_Flash_Console/
For Windoze? It cannot be used on *nix server in a straight way.
__________________
Free Mobile Phone Themes

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Reply     « Reply to Converting AVI to FLV on the server
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16094 seconds with 12 queries