Skip to content

Starefossen/mov-to-gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mov-to-gif

Bulk convert mov, mp4, m4v, and other video files to gif using FFmpeg and Gifsicle.

Requirements

Directory Structure

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

Usage

./run.sh

License

This project is licensed under the MIT License.

Software contained in this project is licensed under the following licenses:

About

🎥 Bulk convert videos to gifs using FFmpeg and Gifsicle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages