
 tobozo - 2008-02-19 17:01:06 - 
In reply to message 1 from Deepak MoktanReally nice class, downgraded nicefully to php4 and works just fine.
However I had some problems with the lame encoder too (compiled with the windows version of ffmepg).
So I played a bit with the class code when trying to figure out where the problem came from, and found out (by copy/pasting the content of $exec_sting into a command line window) there was this error message : 
  Unknown codec 'mp3'
Here's the solution I applied : 
* Locate in the setFormatToFLV() function the following code 
  and comment it out : 
   // $this->addCommand('-acodec', 'mp3');
Problem was gone away after I did this ...