protonemedia / laravel-ffmpeg

This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
https://protone.media/en/blog/how-to-use-ffmpeg-in-your-laravel-projects
MIT License
1.62k stars 193 forks source link

How can I set additional parameters when calling ffmpeg in this package? #494

Open fomvasss opened 1 year ago

fomvasss commented 1 year ago

How can I set additional parameters when calling ffmpeg in this package? I want to use a video card and I need to call ffmpeg -vsync 0 -hwaccel cuvid but it is not in the documentation