diff --git a/src/FFMpeg/FFMpeg.php b/src/FFMpeg/FFMpeg.php index bb408ae..a2ef4b0 100644 --- a/src/FFMpeg/FFMpeg.php +++ b/src/FFMpeg/FFMpeg.php @@ -161,7 +161,7 @@ class FFMpeg extends Binary /** * @see http://ffmpeg.org/ffmpeg.html#Main-options */ - if ($accurate) { + if (!$accurate) { $options = array( $this->binary, '-ss', $time, '-i', $this->pathfile,