Merge branch 'master' into pr/789
This commit is contained in:
commit
d3a0dde89a
20 changed files with 177 additions and 169 deletions
|
|
@ -11,10 +11,10 @@ class AudioConcatenationTest extends FunctionalTestCase
|
|||
{
|
||||
$ffmpeg = $this->getFFMpeg();
|
||||
|
||||
$files = [
|
||||
$files = array(
|
||||
realpath(__DIR__ . '/../files/Jahzzar_-_05_-_Siesta.mp3'),
|
||||
realpath(__DIR__ . '/../files/02_-_Favorite_Secrets.mp3'),
|
||||
];
|
||||
);
|
||||
|
||||
$audio = $ffmpeg->open(reset($files));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue