##Introduction
This script generates content by combining facebook chat logs with movie screenshots.
See examples here: http://aegonlahkuda.tumblr.com/
##Requirements
This script requires:
- Python 2.7.x
- ffmpeg for video processing
- Python imaging library (PIL) / Pillow:
pip install Pillow
- The chat log (messages.htm) from your facebook data
##Usage
- Install requirements
- Place the chat log file into script directory
- Replace the paths in
movies
with your own - Start the program
- Follow promts
##Troubleshooting
- For the
The _imagingft C module is not installed
error, download & install http://gnuwin32.sourceforge.net/packages/freetype.htm. Restart the computer.