Skip to content

sourabhd/slomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SloMo: View videos in slow motion

Author: Sourabh Daptardar [email protected]

Slows the motion of a video.

Usage:

slomo

Example:

./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

Results:

Input Video 1 (240 frames)

Input1

Output Video 1 (Slowed by a factor of 4 : 960 frames)

Output1

Input Video 2 (100 frames)

Input2

Output Video 2 (Slowed by a factor of 5 : 500 frames)

Output2