# qdrzwd/VideoRecorder

android视频录制，模仿微视，支持按下录制、抬起暂停。进度条断点显示。

Repository: https://github.com/qdrzwd/VideoRecorder
Canonical: https://ross.abutalabs.com/products/videorecorder
Language: Java
License: Apache-2.0
License Family: permissive
Topics: videorecorder, android, java
Last push: 2023-08-08T09:37:01+00:00

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

## Adoption (not part of the score)
Stars 1788, forks 555 (observed 2026-08-28T04:05:36.322115+00:00)

## What it is
An Android video recording library modeled after Tencent's Weishi app, supporting press-to-record and release-to-pause with segmented progress bar display. It handles camera capture, audio recording, muxing, resolution conversion, and rotation correction.

## Use cases
- record video with press-and-hold to record and release to pause on android
- implement segmented video recording with progress bar breakpoints
- merge audio and video tracks during recording on android
- fix 90-degree rotation of recorded android video
- convert camera capture resolution to a target size
- build a short-video recording feature like tiktok or weishi

## When to choose
- you need press-to-record, release-to-pause segmented recording on Android
- you must handle camera rotation and resolution conversion during capture
- you want a proven Java implementation without heavy dependencies

## When to avoid
- you need modern CameraX/Camera2 APIs or active maintenance
- you need video editing, effects, or image-to-video composition (explicitly out of scope)
- your project is in Kotlin with modern media pipelines

## Facets
- artifact type: library
- maturity: maintenance
- function: video-processing, audio-processing
- domain: mobile-development, media
- platform: jvm
- tags: camera-recording, pause-resume, segmented-recording, short-video, media-muxing, video, android

## Member repositories
- qdrzwd/VideoRecorder (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:36.322115+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:23:27.314936+00:00, confidence not recorded.
  - readme: https://github.com/qdrzwd/VideoRecorder (fetched 2026-08-28T04:05:36.322115+00:00, sha 7fa44039941d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
