mirror of
https://github.com/SrIzan10/makesweet-api.git
synced 2026-05-01 10:55:14 +00:00
637 B
637 B
Putting pictures in animated templates.
Input
Calculations
docker run -v $PWD:/share paulfitz/makesweet /reanimator \
--zip templates/billboard-cityscape.zip \
--in templates/frog.jpg \
--gif animation.gif
Output
Video format
You can generate a video output instead of a gif by replacing:
--gif animation.gif
with:
--vid animation.mp4

