Hyperlapse Experiment 1

Some years ago (I think in 2017) I wanted to try to make a hyper-lapse video this is the result:

Some technical details:

  • I’ve moved for 5 meters
  • On every frame, I move by 5 centimetres forward
  • I’ve taken about 100 frames
  • The final video it’s created using FFmpeg

This is the FFmpeg script used to create the final clip:

ffmpeg -r 30 -pattern_type glob -i '*.JPG' -c:v libx264 -pix_fmt yuv420p out30fps.mp4