Author: Sourabh Daptardar [email protected]
Slows the motion of a video.
slomo
./slomo jump.mp4 jump-slomo.avi 4
Note, only AVI output is supported to convert to some other format use tools like ffmpeg: For example: ffmpeg -i jump-slomo.avi -vcodec copy jump-slomo.mp4
Input Video 1 (240 frames)
Output Video 1 (Slowed by a factor of 4 : 960 frames)
Input Video 2 (100 frames)
Output Video 2 (Slowed by a factor of 5 : 500 frames)