Skip to content

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'])
Clone this wiki locally