I create a video from image files in Flutter (with ffmpeg) with this code:
-r $settings_fps -i $tempPath/img%04d.jpg -vcodec libx264 -y -an -vf "pad=ceil(iw/2)