| @@ 57-63 (lines=7) @@ | ||
| 54 | $this->activityLogKey |
|
| 55 | ); |
|
| 56 | ||
| 57 | if ($metadata) |
|
| 58 | $this->cpeLogger->logOut( |
|
| 59 | "INFO", |
|
| 60 | basename(__FILE__), |
|
| 61 | "Input Video metadata: " . print_r($metadata, true), |
|
| 62 | $this->activityLogKey |
|
| 63 | ); |
|
| 64 | ||
| 65 | try { |
|
| 66 | $convertCmd = ""; |
|
| @@ 83-89 (lines=7) @@ | ||
| 80 | $this->logKey |
|
| 81 | ); |
|
| 82 | ||
| 83 | if ($metadata) |
|
| 84 | $this->cpeLogger->logOut( |
|
| 85 | "INFO", |
|
| 86 | basename(__FILE__), |
|
| 87 | "Input Video metadata: " . print_r($metadata, true), |
|
| 88 | $this->logKey |
|
| 89 | ); |
|
| 90 | ||
| 91 | try { |
|
| 92 | $ffmpegCmd = ""; |
|