https://github.com/pd-mera/video2gif
Convert Video to Gif with Python
https://github.com/pd-mera/video2gif
Last synced: 3 months ago
JSON representation
Convert Video to Gif with Python
- Host: GitHub
- URL: https://github.com/pd-mera/video2gif
- Owner: PD-Mera
- Created: 2023-01-12T06:37:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T07:18:03.000Z (over 2 years ago)
- Last Synced: 2025-01-08T19:46:47.773Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video to Gif Converter Using Python
## Libraries and Dependencies
- Python 3.8.16
Install libraries
```
pip install -r requirements.txt
```
## UsageSimply run
```
python video2gif.py --input [VIDEO_FILE] --output [GIF_FILE]
```