Timelapses and FFmpeg
Posted on
Timelapses and FFmpeg
I’m writing this down so I don’t forget it. -r
forces 24 frames per second.
ffmpeg -r 24 -q:v 2 -i '%*.jpg' timelapse.mp4
Which will produce something like this
Or this!
This is my blog. Enjoy.
Posted on
I’m writing this down so I don’t forget it. -r
forces 24 frames per second.
ffmpeg -r 24 -q:v 2 -i '%*.jpg' timelapse.mp4
Which will produce something like this
Or this!