I call ffmpeg command to generate mp4 using input of mp3 and folder of images
my problem is running 3 instance of ffmpeg cause 8 GB 6 core to be full with 100% cpu this is the command I use , any idea or anything wron with the command i use
ffmpeg.exe -r 25 -start_number 1 -i D:\%d.Jpeg -i D:\yyyyy.m4a -c:v libx264 -r 30 -pix_fmt yuv420p D:\xxxx.mp4"