Hi Team,
Within one of the APIs I am downloading a small video from with yt-dlp library and converting it to mp4 using FFMPEG library and this mp4 file is supposed to be saved at the root of the project.
But I am getting Segmentation Fault error. Could someone please help understanding what is going on wrong here? (Note: Node Version: v22.14.9 (Latest)
I am not anticipating too much memory use (beyonf 512 MB) with the FFMPEG’s .mp4 file creation. But flagging just in case.
P.S. - Already tried Clean Build Cache and Deploy.
Thanks,
Ankit