Screen Capture Tools — Record demos without leaving the pipeline #11
calesthio
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's new
OpenMontage now has a built-in screen capture layer that plugs directly into the
screen-demopipeline. Two providers, one selector — the agent presents both options and the user picks what fits.Option 1 — Quick Recording (FFmpeg)
Option 2 — Pro Recording (Cap)
How it works
The
screen_capture_selectorauto-discovers both providers and presents a recommendation:The recording lands in
projects/<name>/source/and the rest of the screen-demo pipeline takes over — transcription, zoom-crop planning, callout overlays, subtitle generation, composition, and publish.Files added
tools/capture/screen_recorder.py— FFmpeg cross-platform capturetools/capture/cap_recorder.py— Cap detection, setup guidance, recording pickuptools/capture/screen_capture_selector.py— Capability-level routerThis was the missing first step in the screen-demo pipeline. The post-production pipeline was already production-grade — now the capture layer matches.
Beta Was this translation helpful? Give feedback.
All reactions