laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

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

Open hashemfathy opened this issue 1 year ago • 0 comments

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

hashemfathy avatar Mar 15 '23 02:03 hashemfathy