Rename Audio to AudioInterface and Video to VideoInterface
This commit is contained in:
parent
cf97e06650
commit
ea17f2f257
12 changed files with 128 additions and 34 deletions
|
|
@ -200,7 +200,7 @@ class FFMpegTest extends \PHPUnit_Framework_TestCase
|
|||
{
|
||||
$dest = __DIR__ . '/../../files/encode_test.mp4';
|
||||
|
||||
$format = new Format\Video\WebM();
|
||||
$format = new Format\Video\X264();
|
||||
$format-> setDimensions(32, 32);
|
||||
|
||||
$this->object->open(__DIR__ . '/../../files/Test.ogv');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue