# yrom/ScreenRecorder

Implement screen capture without root on Android 5.0+ by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs

Repository: https://github.com/yrom/ScreenRecorder
Canonical: https://ross.abutalabs.com/products/screenrecorder
Language: Java
License Family: other
Topics: android-application, screen-capture
Last push: 2022-09-07T15:45:00+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4298, "days_push": 1456, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1903, forks 543 (observed 2026-08-28T04:05:51.756828+00:00)

## What it is
An Android demo application that records the device screen without root on Android 5.0+, optionally capturing microphone audio simultaneously. It uses MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec, and MediaMuxer to encode and mux the capture into an MP4 file.

## Use cases
- record android screen without root
- capture screen video with microphone audio on android
- android screen recording demo using mediaprojection
- save screen capture as mp4 on android 5.0+
- learn how mediaprojection and mediacodec work together

## When to choose
- you need a root-free screen recorder on Android 5.0+
- you want a reference implementation of MediaProjection-based capture
- you need simultaneous mic audio recording with screen video

## When to avoid
- you need a production-ready recorder with active maintenance and a license
- you target Android versions below 5.0 without root
- you need iOS or desktop screen recording

## Facets
- artifact type: application
- maturity: maintenance
- function: video-processing, audio-processing
- domain: android-tools, media
- platform: -
- tags: screen-recording, mediaprojection, demo-app, java, mp4, android

## Member repositories
- yrom/ScreenRecorder (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:51.756828+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:11:54.156219+00:00, confidence not recorded.
  - readme: https://github.com/yrom/ScreenRecorder (fetched 2026-08-28T04:05:51.756828+00:00, sha 9c25d6a6e7b0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
