Bulk convert mov
, mp4
, m4v
, and other video files to gif
using
FFmpeg and Gifsicle.
- Docker >= v1.8
- Docker Compose >= v1.2
Put you video files in the input
directory. Corresponding gif
files will be
available in the output
directory.
.
|-- run.sh
|-- input
| |-- video1.mov
| |-- video2.mp4
| `-- video3.m4v
`-- output
|-- video1.gif
|-- video2.gif
`-- video3.gif
./run.sh
This project is licensed under the MIT License.
Software contained in this project is licensed under the following licenses:
- FFmpeg: GNU LGPLv2.1
- Gifsicle: GNU GPLv2