laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

Adding a custom parameter

Open tanero opened this issue 1 year ago • 2 comments

I wonder how I can add "-movflags +faststart" parameter the encoding job.

tanero avatar Jul 27 '22 07:07 tanero

->addFilter('-movflags', '+faststart')

ibrainventures avatar Aug 09 '22 15:08 ibrainventures

->addFilter('-movflags', '+faststart')

ok, thanks.

tanero avatar Aug 09 '22 21:08 tanero