Re: [PHP] Convert video to FLV like youtube

2008-10-19 Thread Rene Veerman
I use ffmpeg (unix commandline) to do the video converting.. ffmpeg needs to be properly re-compiled with mp3 support (for audio in the flv files); theres tutorials on google on how to do that. Are you on shared hosting? Most wont allow any kind of video conversion on shared hosting. I had t

Re: [PHP] Convert video to FLV like youtube

2008-10-18 Thread Ashley Sheridan
On Sat, 2008-10-18 at 23:23 +0200, Nitsan Bin-Nun wrote: > Straightforward and useful, I have added it to the "videos conversion" > snippets directory ;) > > Sokot Sameh, > Nitsan Bin-Nun > > On Sat, Oct 18, 2008 at 10:45 PM, Dotan Cohen <[EMAIL PROTECTED]> wrote: > > > 2008/10/18 Ryan S <[EMAIL

Re: [PHP] Convert video to FLV like youtube

2008-10-18 Thread Nitsan Bin-Nun
Straightforward and useful, I have added it to the "videos conversion" snippets directory ;) Sokot Sameh, Nitsan Bin-Nun On Sat, Oct 18, 2008 at 10:45 PM, Dotan Cohen <[EMAIL PROTECTED]> wrote: > 2008/10/18 Ryan S <[EMAIL PROTECTED]>: > > Hey! > > > > Been googleing for a way to convert video to

Re: [PHP] Convert video to FLV like youtube

2008-10-18 Thread Dotan Cohen
2008/10/18 Ryan S <[EMAIL PROTECTED]>: > Hey! > > Been googleing for a way to convert video to flv just like youtube and came > accross the flv SDK kit, unfortunately it seems to only support C++, Delphi > and C# > > > Have any of you guys come accross a php script that does this? any links, > p

Re: [PHP] Convert video to FLV like youtube

2008-10-18 Thread Robert Cummings
On Sat, 2008-10-18 at 09:54 -0700, Ryan S wrote: > Hey! > > Been googleing for a way to convert video to flv just like youtube and came > accross the flv SDK kit, unfortunately it seems to only support C++, Delphi > and C# > > > Have any of you guys come accross a php script that does this? a

Re: [PHP] Convert video to FLV like youtube

2008-10-18 Thread Daniel Brown
On Sat, Oct 18, 2008 at 1:02 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > >FFMPEG is the standard now. err not just "now." Not sure why I typed that. -- Founder, CEO - Parasane, LLC http://www.parasane.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] Convert video to FLV like youtube

2008-10-18 Thread Daniel Brown
On Sat, Oct 18, 2008 at 12:54 PM, Ryan S <[EMAIL PROTECTED]> wrote: > > Been googleing for a way to convert video to flv just like youtube and came > accross the flv SDK kit, unfortunately it seems to only support C++, Delphi > and C# FFMPEG is the standard now. -- Founder, CEO - Parasane