Converts photos into artistic videos & gifs
- Python 2.7.x
- PIL
- Imagemagick (for .gif output)
- ffmpeg (for .mp4 output)
usage: avg.py [-h] -i IMAGE [-f FRAMES] [-d DELAY] [-v] -o SAVEPATH
AVG v1.0
arguments:
-h, --help show this help message and exit
-i IMAGE, --image Source image path
-f FRAMES, --frames Number of frames in output (default=6)
-d DELAY, --delay Morphtime interval , time delay between frames (default value 5)
-o SAVEPATH, --savepath SAVEPATH
-v VIDEO, --video Get output media in video format
python avg.py -i input.png -o output.gif
If video output is required, then pass along the --video flag as well.
python avg.py -i input.png -o output.gif -v True