Firebase Function using ffmpeg successful with emulator, out of memory when deployed
I need some help. I have a .mov
file in Firebase Storage. The file is 25 seconds long and 106 MB
. I wrote a callable Firebase function that uses ffmpeg
to convert the file to a .mp4
file and save it to Firebase Storage. When I test the function using the Functions emulator, it works without issue. The function returns successfully and I see the converted file appear in storage. The converted video is about 6 MB
and plays correctly when dowloaded.