Enhance options for better output

This commit is contained in:
Romain Neutron 2013-02-07 12:40:11 +01:00
commit 23bffdfd5f
2 changed files with 12 additions and 9 deletions

View file

@ -203,7 +203,7 @@ class FFMpegTest extends \PHPUnit_Framework_TestCase
$format = new Format\Video\X264();
$format-> setDimensions(32, 32);
$this->object->open(__DIR__ . '/../../files/Test.ogv');
$this->object->open(__DIR__ . '/../../files/EmpireStateofMind-Jay-Z.mov');
$this->object->encode($format, $dest);
$this->probe->probeFormat($dest);