Skip to content

tomorrowkey/android-screen-record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

android-screen-record

  • A command to take screen record for Android
  • The movie file convert into (gif|low fps mp4) files automatically.

Sample

Original mp4 file

Original mp4 file

GIF

FPS 10/20/30

fps10 fps20 fps30

Usage

Execute following command to begin screen recording

$ android-screen-record

Interrupt(Ctrl + C) when you want to finish recording. The mp4 file and gif files are copied to $HOME/Desktop/android-screen-record directory.

You can specify output format using -f option

$ android-screen-record -f mp4

low fpg mp4 file will be saved to the output directory.

Requirements

This command is available for only macOS. and also needs following commands.

  • adb
    • Installed by android-platform-tools
  • ffmpeg
  • peco

Install

$ brew tap tomorrowkey/self
$ brew install tomorrowkey/self/android-screen-record

License

Copyright 2019 tomorrowkey

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A command to take screen record for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages