Fix accurate option
This commit is contained in:
parent
7347cd7db6
commit
1d326e08bb
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class FFMpeg extends Binary
|
||||||
/**
|
/**
|
||||||
* @see http://ffmpeg.org/ffmpeg.html#Main-options
|
* @see http://ffmpeg.org/ffmpeg.html#Main-options
|
||||||
*/
|
*/
|
||||||
if ($accurate) {
|
if (!$accurate) {
|
||||||
$options = array(
|
$options = array(
|
||||||
$this->binary, '-ss', $time,
|
$this->binary, '-ss', $time,
|
||||||
'-i', $this->pathfile,
|
'-i', $this->pathfile,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue