https://github.com/paulfitz/makesweet
Put pictures into animations from the command line.
https://github.com/paulfitz/makesweet
gif gif-animation gif-creator mp4
Last synced: 2 months ago
JSON representation
Put pictures into animations from the command line.
- Host: GitHub
- URL: https://github.com/paulfitz/makesweet
- Owner: paulfitz
- License: mit
- Created: 2009-08-22T20:41:15.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T04:30:10.000Z (over 1 year ago)
- Last Synced: 2025-03-17T03:21:25.092Z (7 months ago)
- Topics: gif, gif-animation, gif-creator, mp4
- Language: C++
- Homepage:
- Size: 13.5 MB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Put pictures into animations from the command line.
```
docker run -v $PWD:/share paulfitz/makesweet \
--zip templates/billboard-cityscape.zip \
--in images/frog.jpg \
--gif animation.gif
```
```
docker run -v $PWD:/share paulfitz/makesweet \
--zip templates/heart-locket.zip \
--start 15 \
--in images/frog.jpg images/monkey.jpg \
--gif animation.gif
```
```
docker run -v $PWD:/share paulfitz/makesweet \
--zip templates/flag.zip \
--in images/dolphin.jpg \
--gif animation.gif
```
Options
-------You can generate a video output instead of a gif by replacing:
```
--gif animation.gif
```
with:
```
--vid animation.mp4
```See `docker run paulfitz/makesweet -h` for more options.
Source
------The designs come from https://makesweet.com