Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klaaspieter/xcrecord
Capture GIFs from the iOS simulator 🎥
https://github.com/klaaspieter/xcrecord
Last synced: 3 days ago
JSON representation
Capture GIFs from the iOS simulator 🎥
- Host: GitHub
- URL: https://github.com/klaaspieter/xcrecord
- Owner: klaaspieter
- License: mit
- Created: 2016-12-21T12:33:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T09:46:28.000Z (over 6 years ago)
- Last Synced: 2024-08-04T02:11:12.066Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 30
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcrecord
Capture GIFs from the iOS simulator 🎥
# Install
```sh
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:
```sh
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/18b47ee7e250f4e0447dc6454d9189d1fae0c6a5/Formula/ffmpeg.rb
brew switch 3.4.2
```[#2]: https://github.com/klaaspieter/xcrecord/issues/2
# Usage
```sh
xcrecord [OPTION] fileOPTIONS
-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.```