Re: [PHP] convert video files to FLV

2009-04-10 Thread Michael Shadle
On Fri, Apr 10, 2009 at 9:12 AM, Ashley Sheridan wrote: > If you'll note, the original question was to find a way which did not > require ffmpeg. I should really have rephrased that to say "I know of no > way you can do this without ffmpeg". I've used ffmpeg and mencoder > myself to transcode vid

Re: [PHP] convert video files to FLV

2009-04-10 Thread Ashley Sheridan
On Fri, 2009-04-10 at 09:01 -0700, Michael Shadle wrote: > On Fri, Apr 10, 2009 at 4:31 AM, Ashley Sheridan > wrote: > > > I know of no way you can do this. Not only would any potential solution > > be too slow, but it would affect other users of the server, and more > > than likely result in an

Re: [PHP] convert video files to FLV

2009-04-10 Thread Michael Shadle
On Fri, Apr 10, 2009 at 4:31 AM, Ashley Sheridan wrote: > I know of no way you can do this. Not only would any potential solution > be too slow, but it would affect other users of the server, and more > than likely result in an email from you hosting provider! > > Have you considered using YouTub

Re: [PHP] convert video files to FLV

2009-04-10 Thread Ashley Sheridan
On Wed, 2009-04-08 at 22:34 -0700, Michael Shadle wrote: > On Wed, Apr 8, 2009 at 10:30 PM, Gevorg Harutyunyan > wrote: > > Hi, > > > > I need to convert video files to FLV using php. > > > > The only solution that I found is to use ffmpeg, but because I am using > > shared hosting I am not allow

Re: [PHP] convert video files to FLV

2009-04-08 Thread Tom Sparks
/OpenOffice.org http://www.gnu.org/philosophy/no-word-attachments.html --- On Thu, 9/4/09, Gevorg Harutyunyan wrote: From: Gevorg Harutyunyan Subject: Re: [PHP] convert video files to FLV To: "Adrian" Cc: php-general@lists.php.net Received: Thursday, 9 April, 2009, 3:45 PM Thanks guys

Re: [PHP] convert video files to FLV

2009-04-08 Thread Michael Shadle
there's some third party encoding services out there, and if you host with softlayer, they have media transcoding services they offer for their hosting customers (not sure the cost, but it's pay for what you use) On Wed, Apr 8, 2009 at 10:45 PM, Gevorg Harutyunyan wrote: > Thanks guys, but as I u

Re: [PHP] convert video files to FLV

2009-04-08 Thread Gevorg Harutyunyan
Thanks guys, but as I understood that extension also requires ffmpeg on server, correct me if I am wrong. So anyway I need ffmpeg on server. Some day, when I will have dedicated server I will use ffmpeg for sure, but now I need other solution. On Thu, Apr 9, 2009 at 10:33 AM, Adrian wrote: > Don

Re: [PHP] convert video files to FLV

2009-04-08 Thread Michael Shadle
On Wed, Apr 8, 2009 at 10:33 PM, Adrian wrote: > Don't waste CPU power of shared servers for video recoding. > If you need that, get a dedicated server without other customers who > would probably be affected by you using lots of cpu power. > > Besides that, if you cannot install own (compiled) so

Re: [PHP] convert video files to FLV

2009-04-08 Thread Michael Shadle
On Wed, Apr 8, 2009 at 10:30 PM, Gevorg Harutyunyan wrote: > Hi, > > I need to convert video files to FLV using php. > > The only solution that I found is to use ffmpeg, but because I am using > shared hosting I am not allowed to install it on server. > Do you know any other ways to convert any vi

Re: [PHP] convert video files to FLV

2009-04-08 Thread Adrian
Don't waste CPU power of shared servers for video recoding. If you need that, get a dedicated server without other customers who would probably be affected by you using lots of cpu power. Besides that, if you cannot install own (compiled) software on it, you'd have to use a pure php solution which