ffmpeg-static
ffmpeg-static copied to clipboard
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?
ffmpeg-static version
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.