'Verse 1', 'color' => [0.0, 0.0, 0.0, 1.0], 'slides' => [ [ 'media' => 'file://' . $mediaAbsPath, 'format' => 'png', ], ], ], ], [['name' => 'normal', 'groupNames' => ['Verse 1']]], ); $bundle = new PresentationBundle($song, 'TestBild.pro', [$mediaAbsPath => $imageBytes]); ProBundleWriter::write($bundle, $refDir . '/TestBild.probundle'); echo "TestBild.probundle written\n";