/look-at-this-dude

Create automatic roast slideshows

Primary LanguagePython

look at this dude

Wrapper around moviepy to programatically create "look at this dude" style roast videos.

usage

pass a directory that contains nothing but the images you want to use. By default, the script will use the alphabetic order of the first 12 files to determine the order of the slideshow.

python latd.py -i src/ -o data/look_at_this_dude.mp4

dependencies

(mac)

brew install imagemagick
pip install -r requirements.txt