You are here

public function PHPVideoToolkit::getCommandOutput in Video 7.2

Returns all commands and their output

Return value

array of arrays, the inner array contains keys command and output.

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 3465
Libary to access FFmpeg

Class

PHPVideoToolkit

Code

public function getCommandOutput() {
  return $this->_command_output;
}