Hi, when I'm processing mp4 file(in firebase functions) using moviepy the error occured.the next is the code(python) I'm using and give me the answer
when using the code locally, everything is fine, but using it in the server(firebase cloud functions), the error occured.
Hello @imemine,
The local environment is different from the Firebase environment, make sure that you configured your Firebase to use moviepy. Take a look at this Stack overflow post as it provides the steps and format on how you can use VideoFileClip in Firebase.
If the above option doesn't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!