6

I have some clips of a sunrise, sunset, traffic that each last around an hour. How can I change the speed of these videos so that the one-hour video lasts only one minute? (That is, I want to create time lapse videos.)

Eliah Kagan
  • 117,780

2 Answers2

4

slowmoVideo is able to speed up and slow down video

slowmoVideo is an OpenSource program that creates slow-motion videos from your footage.

But it does not simply make your videos play at 0.01× speed. You can smoothly slow down and speed up your footage, optionally with motion blur.

How does slow motion work? slowmoVideo tries to find out where pixels move in the video (this information is called Optical Flow), and then uses this information to calculate the additional frames.

First download and install the program. When it is loaded go to File > New and select your video file.

enter image description here

With your video loaded draw you curves (by clicking on an empty area) to describe how the video should speed up and slow down.

enter image description here

When you have finished go to File > Render (Ctrl + R) and choose a directory to save your video

enter image description here

hellocatfood
  • 3,379
3

kdenlive can do this as well: Use the Effects -> Motion -> Speed Parameters are described here: https://userbase.kde.org/Kdenlive/Manual/Effects/Motion/Speed

Tully
  • 1,811