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

Unable to use google cloud storage returns that Driver [gcs] is not supported. #479

Open hashemfathy opened 1 year ago

hashemfathy commented 1 year ago

$video = FFMpeg::fromDisk('gcs')->open($objectName); $video->export() ->toDisk('gcs') ->inFormat('mp4') ->save('videos/1049/1678746483.mp4');