Closed AdamRoyn closed 1 year ago
+1
Actually I have managed to figure it out This really depends on your environment. Where do you run your program? Does it support ffmpeg?
If it does, try to find the path to the ffmpeg executable first.
If you can't find it, you may have to use this module: ffmpeg-static, this will install ffmpeg in your system and it can give you the path to it. Just follow the instructions: here
After you get the path, set it to the environment system:
process.env.FFMPEG_PATH = pathToFFMPEG
When I'm going to make a sticker in mp4 format this error appears in the console
Even though I already installed ffmpeg with