Generate a frame-blended animation from a set of images (e.g. img2img loopback output...).
- Install requirements:
pip install -r requirements.txt- Note you'll need a working
ffmpeginstallation.
- Note you'll need a working
- Run e.g.
python fadio.py -i files/*.png -s -o faded.mp4 -l 400to create a 400-frame animation from all PNG files in thefilesdirectory (in sorted order). - See
python fadio.py -hfor more options.