-
-
Notifications
You must be signed in to change notification settings - Fork 201
Custom filters
pascalbaljet edited this page Dec 11, 2017
·
1 revision
Custom filters can be applied by passing in an array or a serie of strings to the addFilter
method.
FFMpeg::fromDisk('images')
->open('image%04d.jpg')
->addFilter('-r', 60)
->addFilter(['-f', 'image2'])