We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2016b2 commit 3589094Copy full SHA for 3589094
README.md
@@ -150,6 +150,7 @@ $highBitrate = (new X264)->setKiloBitrate(1000);
150
FFMpeg::fromDisk('videos')
151
->open('steve_howe.mp4')
152
->exportPlaylistForHLS()
153
+ ->setSegmentLength(10) // optional
154
->addFormat($lowBitrate)
155
->addFormat($midBitrate)
156
->addFormat($highBitrate)
0 commit comments