Results 1 to 1 of 1
Hi I am a newbie with linix so i dont even know that i posting in the right forum.
Well mayb some can point me in the right direction.
well ...
- 01-08-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 5
ffmpg-php
Hi I am a newbie with linix so i dont even know that i posting in the right forum.
Well mayb some can point me in the right direction.
well i have a linux box with PHP its hosted and i have acsess to install using PUTTY I just installed FFMPG and its running properly
What FFMPG does it converts videos from 1 format to a diferent format. in my case .FLV
I have been searching the web for instructions on how to use it but some thing is just not working.
well aparently i have to call a exec() that looks like
exec($ffmpegPath . ” -i ” . $srcFile . ” -ar ” . $srcAR . ” -ab ” . $srcAB . ” -f flv -s ” . $srcWidth . “x” . $srcHeight . ” ” . $destFile . ” | ” . $flvtool2Path . ” -U stdin ” . $destFile);
i know that i do not have $flvtool2Path installed so i dont want to call it in the function, so i was wondering what else should i remove from the exec Comand?
ThanksLast edited by oz; 08-19-2010 at 06:01 PM. Reason: removed URL


Reply With Quote