项目作者: outlook

项目描述 :
Create GIFs from Android devices (pronounced "gif cap")
高级语言: Shell
项目地址: git://github.com/outlook/gifcap.git
创建时间: 2016-12-21T00:04:04Z
项目社区:https://github.com/outlook/gifcap

开源协议:MIT License

下载


gifcap

A shell script to record GIFs from your Android devices

A picture is worth 1,000 words - and, when prototyping animations, recording visual glitches, etc, a video is
worth far more. This script makes it easy to capture and share subtle app behavior by producing ready-to-paste-in-Slack
GIFs with a single command.


An animated GIF showing an Android app opening


Example output

Usage

  1. gifcap your_file_name.gif
  2. <CTRL+C to stop recording>

Note: you’ll need an actual Android device plugged in - emulators don’t generally have screenrecord built in.

Install

macOS

  1. brew install gifcap

Note that we assume you have adb on your path. If you don’t have an Android SDK, and want Homebrew to set it up for you:

  1. brew install gifcap --with-android-sdk

Others

Ensure adb, ffmpeg, and ffprobe are on your $PATH. Also make sure that your console window is
capable of executing bash.

Copy gifcap and place it somewhere on your $PATH.


Copyright © Microsoft Corporation