Fix accurate option

This commit is contained in:
Romain Neutron 2012-12-13 18:26:20 +01:00
commit 1d326e08bb

View file

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