Fix video single pass encodings

This commit is contained in:
Romain Neutron 2013-10-10 14:59:38 +02:00
commit 169e63a547
2 changed files with 46 additions and 14 deletions

View file

@ -124,9 +124,10 @@ class Video extends Audio
$pass[] = $i;
$pass[] = '-passlogfile';
$pass[] = $passPrefix;
$pass[] = $outputPathfile;
}
$pass[] = $outputPathfile;
$passes[] = $pass;
}