All Projects → ds300 → android-capture

ds300 / android-capture

Licence: MIT license
Capture video and screenshots from Android devices and emulators.

Programming Languages

javascript
184084 projects - #8 most used programming language
applescript
352 projects

Projects that are alternatives of or similar to android-capture

Falcon
Take Android screenshots with Falcons bright eye!
Stars: ✭ 362 (+1031.25%)
Mutual labels:  screenshot, screen-capture
Svg Screenshot
リンクもまるごとキャプチャしてSVGで出力するChromeスクリーンショット拡張機能
Stars: ✭ 31 (-3.12%)
Mutual labels:  screenshot, screen-capture
Screenshot
Go library to capture desktop to image
Stars: ✭ 545 (+1603.13%)
Mutual labels:  screenshot, screen-capture
dot-screencap
A screencapturing library
Stars: ✭ 31 (-3.12%)
Mutual labels:  screenshot, screen-capture
Screenshotty
A library for programatically capturing screenshots on Android
Stars: ✭ 141 (+340.63%)
Mutual labels:  screenshot, screen-capture
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (+696.88%)
Mutual labels:  screenshot, screen-capture
Upscreen
Capture your screen, upload to your own server.
Stars: ✭ 17 (-46.87%)
Mutual labels:  screenshot, screen-capture
Snapshots For Windows
Application for make and upload screenshots / Приложение для создания и загрузки скриншотов
Stars: ✭ 6 (-81.25%)
Mutual labels:  screenshot, screen-capture
Swift Screencapture
A Swift framework to easily capture the screen on OS X.
Stars: ✭ 105 (+228.13%)
Mutual labels:  screenshot, screen-capture
Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (+115.63%)
Mutual labels:  screenshot, screen-capture
autoscreen
Automated screen capture utility
Stars: ✭ 76 (+137.5%)
Mutual labels:  screenshot, screen-capture
ScreenEat
screenshot made delicious
Stars: ✭ 54 (+68.75%)
Mutual labels:  screenshot, screen-capture
Live-Desktop-Capture
A Live Desktop Capture using Go and WebSockets
Stars: ✭ 42 (+31.25%)
Mutual labels:  screenshot, screen-capture
Screen capture lite
cross platform screen/window capturing library
Stars: ✭ 340 (+962.5%)
Mutual labels:  screenshot, screen-capture
go-scrap
Go library to capture screen pixels for screenshots or screen recording
Stars: ✭ 68 (+112.5%)
Mutual labels:  screenshot, screen-capture
Chart To Aws
Microservice to generate screenshot from a webpage and upload it to a AWS S3 Bucket.
Stars: ✭ 43 (+34.38%)
Mutual labels:  screenshot, screen-capture
D3dshot
Extremely fast and robust screen capture on Windows with the Desktop Duplication API
Stars: ✭ 159 (+396.88%)
Mutual labels:  screenshot, screen-capture
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+56596.88%)
Mutual labels:  screenshot, screen-capture
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (-21.87%)
Mutual labels:  screenshot
ScreenshotToClipboard
Screenshots taken are copied to the clipboard.
Stars: ✭ 28 (-12.5%)
Mutual labels:  screenshot

android-capture

android-capture demo

android-capture makes it easy to capture video and screenshots from Android devices and emulators.

Quick Reference

  • Take a screenshot directly to the clipboard:

    npx android-capture image --copy

  • Record a video to ./new-scroll-behavior.mp4

    npx android-capture video new-scroll-behavior

Usage

$ npx android-capture video [<output-filename>] [...options]

or

$ npx android-capture image [<output-filename>] [...options]

Videos are limited to 3 minutes.

Prerequisites

You need to have Node and the Android developer tools installed. In particular, adb must be installed and available in your terminal path.

If you want to capture from a physical device, the device must be paired with your computer via USB debugging or Wireless debugging

Options

  • --copy (Screenshots only, macOS only, linux/windows contributions welcome!)

    Copies the screenshot to the clipboard. If no output path is given, no file will be saved.

  • --full-res (Video only)

    Records video in full-resolution. By default android-capture reduces the video resolution by 50%, which still offers great quality screen recording.

    May not work with emulators.

  • --open

    Opens the file after saving.

  • --no-countdown (Video only)

    Skips the '3...2...1...' countdown before starting to record.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].