Ejemplo n.º 1
0
 /**
  * Constructor
  * 
  * @param string $ffmpegBinary path to ffmpeg executable
  * @param boolean $persistent persistent functionality on/off
  */
 public function __construct($ffmpegBinary = 'ffmpeg', $persistent = false)
 {
     parent::__construct($ffmpegBinary, $persistent);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  * 
  * @param string $ffmpegBinary path to ffmpeg executable
  * @param boolean $persistent persistent functionality on/off
  */
 public function __construct($ffmpegBinary = 'ffmpeg', $persistent = false)
 {
     $this->_output = '';
     parent::__construct($ffmpegBinary, $persistent);
 }