Merge branch 'master' into pr/789

This commit is contained in:
Pascal Baljet 2021-12-20 13:52:02 +01:00
commit d3a0dde89a
20 changed files with 177 additions and 169 deletions

View file

@ -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));