When I convert from image to video, it's very slow, especially if the time is several minutes long. This command takes almost 30' ffmpeg -loop 1 -f image 2 -i image -q:v 1 -r 29.97 -t 438 output.mpg Should I change the frame rate of the input image? How to speed up the process?