Fixed typo

This commit is contained in:
Marcin Kurczewski 2015-06-27 00:03:31 +02:00
parent 9b2238d423
commit 9c1db78b69

View file

@ -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',