GithubHelp home page GithubHelp logo

isabella232 / ffmpeg-gif Goto Github PK

View Code? Open in Web Editor NEW

This project forked from experience-monks/ffmpeg-gif

0.0 0.0 0.0 4.84 MB

shell script to convert video to high quality GIF with ffmpeg

License: MIT License

JavaScript 100.00%

ffmpeg-gif's Introduction

ffmpeg-gif

experimental

A small script that converts videos to a high quality GIF, by spawning ffmpeg in two passes using palettegen filter.

Assumes ffmpeg command is globally available. Tested with ffmpeg 2.6.2.

anim.gif

The above GIF was generated with this tool

Install

npm install ffmpeg-gif -g

Examples

# create 320w 30fps gif
ffmpeg-gif input.mov output.gif --fps=30 --scale=320:-1

# seek to 23s and make the gif 10s in length
ffmpeg-gif input.mov output.gif --seek 23 --time 10

# seek/time takes any ffmpeg duration format
ffmpeg-gif input.mov output.gif -S 00:10:00

Usage

ffmpeg-gif input output [opts]

Options:

  --fps, -f    fps, default 20
  --scale, -s  resize to width:height (optional)
  --seek, -S   seek to time, default no seek
  --time, -t   total duration, default full clip

License

MIT, see LICENSE.md for details.

ffmpeg-gif's People

Contributors

mattdesl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.