Closed teyou closed 2 days ago
Even with the right platform, rendering videos in a Next.js serverless function will not work. https://www.remotion.dev/docs/miscellaneous/vercel-functions
I recommend setting up Remotion Lambda instead!
ah gotcha, i need to use @remotion/lambda
installed latest remotion 4.0.229, there is an issue with renderMedia
Bug Report 🐛
within my VideoGenerator.ts file first line i have this line of code
I am trying to use renderMedia to render file remotely. However, when I try to call my code, it triggers this error even though it is running on M1 Pro arm
When i try to install the module manually, it show this error
Please help