I have tried a number of different options found on StackExchange for converting still images into an mp4. I have yet to be entirely successful. Any help would be appreciated.
ffmpeg -i ../*.jpg -c:v libx264 -crf 0 -y output.mp4
The resulting mp4 contains the first image with 00:00 for the length of the video. It looks like it is working. The stream mapping shows all 17 images (0-16) in the Stream mapping. I see in the output text that it determined the image resolution to be 1280x800, which is correct.
I'm not sure if it is relevant, but the initial images are around 93KB. The mp4 is 504KB.
These 17 images are part of a test set. Eventually, I hope to use this method to generate a 6-day time-lapse.