Skip to content

pattonater/comp-vis-freezeframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comp-vis-freezeframe

FFMPEG:

Turning a video into a sequence of frames: ffmpeg -i input.m4v -vf fps=24 output%d.jpg

Turning a sequence of frames into a video: ffmpeg -framerate 24 -i img%d.jpg output.m4v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors