Skip to content

klaaspieter/xcrecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

xcrecord

Capture GIFs from the iOS simulator πŸŽ₯

Install

brew tap klaaspieter/homebrew-formula
brew install xcrecord

Note that xcrecord currently does not work with ffmpeg 4.0 (#2). Downgrade to 3.4.2 instead:

brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/18b47ee7e250f4e0447dc6454d9189d1fae0c6a5/Formula/ffmpeg.rb
brew switch 3.4.2

Usage

xcrecord [OPTION] file

OPTIONS

-v --version
  Prints the version number

-s --scale --no-scale
  Scale (resize) the GIF using ffmpeg. Accepts the same options ffmpeg does. The default is β€œ-1:480”.
  See https://trac.ffmpeg.org/wiki/Scaling%20(resizing)%20with%20ffmpeg for more information.