Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luke-cha/convert_to_gif
Convert MOV or MP4 to gif
https://github.com/luke-cha/convert_to_gif
Last synced: 1 day ago
JSON representation
Convert MOV or MP4 to gif
- Host: GitHub
- URL: https://github.com/luke-cha/convert_to_gif
- Owner: luke-cha
- Created: 2023-09-08T08:30:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T08:37:31.000Z (about 1 year ago)
- Last Synced: 2024-10-17T21:14:20.231Z (20 days ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convert_to_gif
Convert MOV or MP4 to gif### Support
Only for Mac### Prerequisites
```bash
brew install ffmpeg gifsicle
```### Build
```
go build
```### Setup
```bin
sudo mv convert_gif /usr/local/go/bin
```### Usage
```bash
convert_gif -file="Screen Recording 2023-09-08 at 4.24.23 PM.mov" -speed=0.5 -width=1200
```