Google Deepdream (fork): git clone https://github.com/martinkaptein/deepdream
Run script by typing ‘python $scriptname.py’ (make sure to do ‘cd deepdream’ after git clone)
Make the video from all the separate frames:
ffmpeg -r 30 -s 320x180 -i %04d.jpg -vcodec libx264 -crf 25 -pix_fmt yuv420p test1.mp4
Follow me on Twitter, Instagram and Snapchat: @MartinKaptein
Cheers!