My goal is to create a video from images using videoshow: a utility for node/io.js to create straightforward video slideshows based on images using FFmpeg.
The problem i have is when i add more images like 3 with a display resolution of 1024x instead of 640x as in default the program/virtual machine (aws - t3.micro) freezes..until i force a restart in the console.. , but with 2 images the video is rendered just fine..
I guess it's related to the memory.. how i can solve the issue and where i can see the logs?