An open API service indexing awesome lists of open source software.

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

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
```
## Usage

Simply run

```
python video2gif.py --input [VIDEO_FILE] --output [GIF_FILE]
```