https://github.com/gsuuon/grab
Record video of your desktop
https://github.com/gsuuon/grab
Last synced: 16 days ago
JSON representation
Record video of your desktop
- Host: GitHub
- URL: https://github.com/gsuuon/grab
- Owner: gsuuon
- License: mit
- Created: 2023-04-23T00:19:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T16:04:55.000Z (2 months ago)
- Last Synced: 2025-02-12T17:23:45.682Z (2 months ago)
- Language: F#
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎞️ grab
Record a video of your desktop with `ffmpeg`
https://user-images.githubusercontent.com/6422188/233815912-65c4a68e-57d0-4f51-8993-7bfb8f068351.mp4
- 👶 easy
- 🍧 peasy## Use
Outputs mp4 files to `~/recordings`. Optional name for first arg, defaults to `~/recordings/output.mp4`. Make sure `ffmpeg` is available in path and you're on Windows (TODO xplat).Certain options open interactive selections. `-v` lets you pick which screen to use, and `-a` lets you pick the audio-in device. Defaults to primary screen or no audio input if missing.
### From repo
```
dotnet run -- my_recording
```### From nuget
```
dotnet tool install --global Gsuuon.Tool.Grab
grab my_recording
```