Enhance options for better output
This commit is contained in:
parent
3e42ae6f28
commit
23bffdfd5f
2 changed files with 12 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue