SkillAgentSearch skills...

Videotogif

A minimal bash script that converts a video to a gif

Install / Use

/learn @uiur/Videotogif
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

videotogif

A minimal bash script that converts a video to a gif.

This generates an optimized gif using ffmpeg and imagemagick, gifsicle.

Usage

videotogif source.mp4 > out.gif

Also you can use this as filter:

cat source.mp4 | videotogif > out.gif

Prerequisites

You need ffmpeg, imagemagick and gifsicle.

Install

Put videotogif into your PATH.

curl https://raw.githubusercontent.com/uiureo/videotogif/master/videotogif > ~/bin/videotogif
chmod a+x ~/bin/videotogif

License

MIT

Related Skills

View on GitHub
GitHub Stars8
CategoryContent
Updated7y ago
Forks0

Languages

Shell

Security Score

55/100

Audited on Mar 14, 2019

No findings