Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/VL.ScreenRecorder
https://github.com/vvvv/VL.ScreenRecorder
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vvvv/VL.ScreenRecorder
- Owner: vvvv
- License: mit
- Created: 2020-09-02T12:04:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T11:04:37.000Z (9 months ago)
- Last Synced: 2024-12-02T13:48:26.511Z (2 months ago)
- Language: C#
- Size: 1.98 MB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.ScreenRecorder - A simple screen recorder (Libraries / System & Extensions)
README
# VL.ScreenRecorder
A simple screen recorder.For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:`nuget install VL.ScreenRecorder -pre`
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)
## Contributing
- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28)
- For custom development requests, please [get in touch](mailto:[email protected])
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html)## Credits
* Based on [ScreenRecorderLib](https://www.nuget.org/packages/ScreenRecorderLib)