Using FFMPEG on Google Cloud Platform
问题 I'm storing audio files on Google Cloud Storage (through Firebase storage). I need to use FFMPEG to convert the audio file from stereo (two channels) to mono (one channel). How can I perform the above conversion on Google Cloud Platform? Update: I suspect one possibility is to use Google Compute Engine to create a virtual machine, install ffmpeg, and somehow gain access to the audio files. I'm not sure if this is the best way or even possible. So I'm still investigating. 回答1: If you have code