18 lines
560 B
Markdown
18 lines
560 B
Markdown
# video-to-gif
|
|
```
|
|
usage: video_to_gif.py [-h] -i INPUT [-w WIDTH] [-r FRAMERATE] [-t TAG]
|
|
|
|
Use ffmpeg to make GIFs from videos
|
|
|
|
options:
|
|
-h, --help show this help message and exit
|
|
-i INPUT, --input INPUT
|
|
Input pattern like '/users/MyName/Videos/*.mov'
|
|
-w WIDTH, --width WIDTH
|
|
Width of the GIF in pixels, respecting aspect ratio
|
|
-r FRAMERATE, --framerate FRAMERATE
|
|
Framerate of GIF
|
|
-t TAG, --tag TAG Optional tag included in file name
|
|
|
|
— Be gay and do crime
|
|
``` |