mirror of
https://github.com/SrIzan10/makesweet-api.git
synced 2026-05-01 10:55:14 +00:00
mention video format support
This commit is contained in:
13
README.md
13
README.md
@@ -9,7 +9,6 @@ Calculations
|
||||
------------
|
||||
|
||||
```
|
||||
docker pull paulfitz/makesweet
|
||||
docker run -v $PWD:/share paulfitz/makesweet /reanimator \
|
||||
--zip templates/billboard-cityscape.zip \
|
||||
--in templates/frog.jpg \
|
||||
@@ -20,3 +19,15 @@ Output
|
||||
------
|
||||
|
||||

|
||||
|
||||
Video format
|
||||
------------
|
||||
|
||||
You can generate a video output instead of a gif by replacing:
|
||||
```
|
||||
--gif animation.gif
|
||||
```
|
||||
with:
|
||||
```
|
||||
--vid animation.mp4
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user