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

How can I write an artwork to an mp3 file? #348

Closed HeyLeom closed 2 years ago

HeyLeom commented 3 years ago

Hi I'm trying to write or put the artwork of an mp3 file, I tried this but when I download the track, it doesn't have an image.

image

pascalbaljet commented 3 years ago

I never tried this before, but I think you need to remove config('app.url') and use the path method on the Storage facade instead of the url method.