Hi,
On trying to create video using ffmpeg as per command below, it takes much
more time (around 6 minutes) on AWS lambda and EC2 instances where as it
takes just 2 minutes on my local mac.
I understand run time differs on CPU, but I am not able to figure out what
needs to be done in order to get it run within 5 minutes on lambda. Or it
could be due to differences in or missing libraries. Could someone please
point me in right direction?
Command:
ffmpeg -safe 0 -f concat -i /tmp/config.txt -i /tmp/audio.mp3 -y -pix_fmt
yuv444p -shortest /tmp/out_ffff.mp4
Attached are the logs of both the machines.
--
Thanks,
Vivek