protected function getCmdLine()
 {
     putenv("MAGICK_THREAD_LIMIT=1");
     $exeCmd = parent::getCmdLine();
     KalturaLog::info("command line: [{$exeCmd}]");
     return $exeCmd;
 }