We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Custom filters can be applied by passing in an array or a serie of strings to the addFilter method.
addFilter
FFMpeg::fromDisk('images') ->open('image%04d.jpg') ->addFilter('-r', 60) ->addFilter(['-f', 'image2'])