jackburton79 / bescreencapture

BeScreenCapture - Screen Capture software for Haiku
BSD 3-Clause "New" or "Revised" License
7 stars 10 forks source link
cpp haiku

BeScreenCapture

Build Codacy Security Scan Codacy Badge CodeFactor

Screenshot Screenshot

BeScreenCapture lets you record what happens on your screen and save it to a clip in any media format supported by Haiku.

The recorded clip can be scaled to suit your needs.

Can be launched by using the CTRL+ALT+SHIFT+r shortcut, which will also start recording the specified area. Hit CTRL+ALT+SHIFT+r again to stop.

BeScreenCapture is also scriptable with hey:

Start recording

hey BeScreenCapture DO Record

Stop recording

hey BeScreenCapture DO Stop

Get capture rect

hey BeScreenCapture GET CaptureRect

Set capture rect

hey BeScreenCapture SET CaptureRect to "BRect(0,0, 200,300)"

Get scale

hey BeScreenCapture GET Scale

Set scale to 50%

hey BeScreenCapture SET Scale to 50

Set recording time to 5 seconds

hey BeScreenCapture SET RecordingTime to 5

You can also define your own shortcuts in the "Shortcuts" preflet:

HowTo

Jonathan Steadman made a nice video tutorial on how to use BeScreenCapture here: https://youtu.be/kzwAKSbKDoU

Notes

Authors

Stefano Ceccherini

Contributors

Acknowledgements