Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

make-me-a-gif

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-me-a-gif

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Make Me A Gif!

This is a crude script intended mainly to turn a video captured using Quicktime's Record Screen function and turn it into a gif (allowing for aspect-ratio retaining downscaling).

Requirements

You must have ffmpeg and gifsicle installed

$ brew install ffmpeg
$ brew install gifsicle

Usage

Usage: make-me-a-gif [options]
    -p, --path [PATH]                Path to mov file
    -g, --gif-path [PATH]            Full path to save the gif to (including file name)
    -s, --scale [SCALE]              How to scale the movie down.  A value of 2 would scale a 400x300 video to 200x150 (defaults to 2)

Contributing

  1. Fork it ( https://github.com/[my-github-username]/make-me-a-gif/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 17 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc