danrynr / ffmpeg-gif

An easy tool to convert video to gif with palette gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg-gif

An easy tool to convert video to gif with with palette gen

Prerequisite

ffmpeg

bash

Usage

To convert single file

./ffmpeg_gif.sh <input_file> <output_file>

To convert everything in one directory

./ffmpeg_gif.sh --all <input_directory> [-d <output_directory>]

About

An easy tool to convert video to gif with palette gen


Languages

Language:Shell 100.0%