Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleitnick/togif
Convert video files to GIF files
https://github.com/sleitnick/togif
Last synced: 13 days ago
JSON representation
Convert video files to GIF files
- Host: GitHub
- URL: https://github.com/sleitnick/togif
- Owner: Sleitnick
- License: mit
- Created: 2017-07-17T21:10:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T18:28:22.000Z (over 7 years ago)
- Last Synced: 2024-10-24T22:18:05.502Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToGIF
Convert video files to GIF files.# Dependencies
- [Python 2.7](https://www.python.org/)
- [ffmpeg](https://ffmpeg.org/)# Usage
```
togif.py -v VIDEO_FILE -g GIF_FILE -f FPS -s START -l LENGTH -c SCALE
```
| Argument | Alias | Description
| ----------- | ----- | -----------
| `--video` | `-v` | Full video filepath source
| `--gif` | `-g` | Full GIF filepath destination
| `--fps` | `-f` | GIF frames-per-second
| `--start` | `-s` | Starting point in video (seconds)
| `--length` | `-l` | Length of GIF (seconds)
| `--scale` | `-c` | Width of video (pixels)