Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 787 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 787 Bytes

Ghettovision

This script will assemble a directory of images into a video of fast-moving images, like http://pummelvision.com by @jakelodwick

  1. read a directory of input images
  2. generate letterboxed 1280x720 JPEG intermediates
  3. encode intermediates into sexy MPEG4 video
  4. add your own music and enjoy!

Dependencies

  • imagemagick (convert)
  • mplayer (mencoder)

On a Mac, install Homebrew and run:

brew install imagemagick mplayer

Usage

cd ghettovision
./pummelize.sh ~/Desktop/madjpgs

License

This source code released under an MIT license

Authors