eugeneware / ffmpeg-static

ffmpeg static binaries for Mac OSX and Linux and Windows
GNU General Public License v3.0
1.11k stars 182 forks source link

bug: When, I'm trying to extract frames, it is working fine on localhost. But, after deployment on GCP, it is not extracting frames. How should I fix it? #133

Open minhaaz52 opened 9 months ago

minhaaz52 commented 9 months ago

ffmpeg-static version

ffmpeg-static@5.2.0

Node.js version

v18.17.1

operating system and/or environment

I'm using node js for writing api.

What happened?

I'm trying to extract frames from a video using ffmpeg-static. The code is successfully extracting frames on localhost, but it is not working when I'm deploying on GCP. Can you please help me, what should I do so that frames get extracted on GCP as well.