laravel-ffmpeg
laravel-ffmpeg copied to clipboard
This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.
As title suggests, it seems that I'm unable to do a concat and HLS export in a single command. Only the first video gets exported and the rest of the...
When using exportForHLS() with a Video that has no Audio at all, you will run into a problem (I guess on every export, but i did not test that). ffmpeg...
First of all: thanks for this great package! I was wondering if there is a way to cancel the FFMpeg job from within the onProgress callback. I can throw an...
Currently I'm ingesting a continuous live stream with openurl and would like to export as a live HLS playlist. The playlist type seems to be hardcoded as a VOD. https://github.com/protonemedia/laravel-ffmpeg/blob/604d790be44150a1d2a3330749794d2510f9be35/src/Exporters/HLSExporter.php#L164...
How can i set a thumbnail to first frame of the video ? most of my videos have black screen intro. 
Hello, I am using this package to convert some video files (which are stored on S3) and it worked wonders until recently. It looks like the progress listener is now...
https://share.getcloudapp.com/YEuWDvJk It was complainign about not finding ffmpeg on my remote server and I cahnged up some settings in config/laravel-ffmpeg.php but now it's complaining about Alchemy driver: [previous exception] [object]...
I am using vps 4 CPU, and guess it is enough for transcoding. 24MB file was tested in Laravel job. On processing I got this error. ```sh Symfony\Component\Process\Exception\ProcessTimedOutException The process...
I know it's got something to do with blend mode right? https://share.getcloudapp.com/llud0BE9 When I concat videos
Hello, is there anyway to add a SRT file to the m3u8 file? i don't want to burn the subtitle to the video but add a multiple subtitles to the...