@@ -50,7 +50,7 @@ |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | |
| 53 | - $command = "{$this->ffmpegBin} -i {$this->videoSourceFilename} -ss 00:00:01.000 -vframes 1 {$this->outputImageFilename}"; |
|
| 53 | + $command = "{$this->ffmpegBin} -i {$this->videoSourceFilename} -ss 00:00:01.000 -vframes 1 {$this->outputImageFilename}"; |
|
| 54 | 54 | exec($command, $out, $result); |
| 55 | 55 | if (is_file($this->outputImageFilename)) { |
| 56 | 56 | return true; |