So I've been using FacAutoScreenshot to take timed images of my railworld.
Does anyone know of an app that would combine the images automatically?
External link →So I've been using FacAutoScreenshot to take timed images of my railworld.
Does anyone know of an app that would combine the images automatically?
External link →In what way do you want to combine them, just as a video?
For lots of my work, I use ffmpeg to encode a sequence of .PNG into a single mp4 video.
It is as simple as running on the command line:
ffmpeg -r 60 -start_number 1 -i frames/frame-%03d.png -c:v libx264 -pix_fmt yuv420p aout.mp4