Relative Content

Tag Archive for laravelffmpeg

Adding subtitles to video using Laravel FFMpeg

I’ve been trying to convert my console command to work with the Laravel FFMpeg package. The issue that I’ve been running into is that the available Filters are not really well documented.

This is the Laravel code that is not working. The only part that does not work is the addFilter part.