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.63k stars 194 forks source link

resume processing after queue job failure #435

Open MohamedAbdel-wahed opened 2 years ago

MohamedAbdel-wahed commented 2 years ago

is it possible to resume processing when my job fails instead of re-encoding the whole thing all over again !

thank you so much for this great package it really helps!