https://github.com/jamiew/ghettovision
Create a rapid-fire video from a directory of images, like pummelvision.com
https://github.com/jamiew/ghettovision
Last synced: about 1 year ago
JSON representation
Create a rapid-fire video from a directory of images, like pummelvision.com
- Host: GitHub
- URL: https://github.com/jamiew/ghettovision
- Owner: jamiew
- Created: 2011-11-24T18:20:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-27T23:23:50.000Z (over 14 years ago)
- Last Synced: 2025-04-24T23:49:41.213Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ghettovision
===================
This script will assemble a directory of images into a video of
fast-moving images, like by [@jakelodwick](https://github.com/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](http://mxcl.github.com/homebrew/) and run:
brew install imagemagick mplayer
Usage
-----
cd ghettovision
./pummelize.sh ~/Desktop/madjpgs
License
-------
This source code released under an MIT license
Authors
-------
* [Jamie Dubs](http://jamiedubs.com) ([@jamiew](https://github.com/jamiew))