Fixed typo
This commit is contained in:
parent
9b2238d423
commit
9c1db78b69
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class ImageConverter
|
||||||
|
|
||||||
if (!file_exists($targetPath) && ProgramExecutor::isProgramAvailable(self::PROGRAM_NAME_FFMPEG))
|
if (!file_exists($targetPath) && ProgramExecutor::isProgramAvailable(self::PROGRAM_NAME_FFMPEG))
|
||||||
{
|
{
|
||||||
ProgramExecutor::run(self::PROGRAM_NAME_FFMEPG,
|
ProgramExecutor::run(self::PROGRAM_NAME_FFMPEG,
|
||||||
[
|
[
|
||||||
'-i', $sourcePath,
|
'-i', $sourcePath,
|
||||||
'-vframes', '1',
|
'-vframes', '1',
|
||||||
|
|
Loading…
Reference in a new issue