Skip to content

acg/generating-video-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Generating Video Programmatically - A Quick Demo

So you want to make programmatically generated video content?

Codecs, encoding parameters, container formats...it all sounds pretty painful. But it's actually pretty easy. Just write a program that pipes raw rgb video frames into ffmpeg, and let it do all the heavy lifting.

Herein lies a little demo of the technique. The generated video is of the Mandelbrot set coming into focus as the maximum escape iterations increases.

make

make mp4
vlc mandelbrot.mp4

make gif
google-chrome mandelbrot.gif

About

How to programmatically generate video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages