I am currently using firebase functions for a backend. I would like to change and edit data stored on firebase storage. I need to use ffmpeg https://ffmpeg.org. However, I do not know how I will be able to install ffmpeg in the node js firebase functions.
I need ffmpeg to work in firebase functions (which use node.js)
I am thinking that I will use this node library https://github.com/fluent-ffmpeg/node-fluent-ffmpeg. Unless a better one is known.