Camstudio
CamStudio fork
Install / Use
npx skills add stevenhoving/camstudioInstalls into whichever agent you are using.
README
CamStudio
The fork
This is a personal fork of the camstudio source code found in the mecurial repository on sourceforge.net. I have forked this project because:
- The installers that are availible on the web are not kosher.
- No h264/mkv support out of the box.
- Flash based products are insecure, support must be removed.
Goals
Besides creating a clean installer for camstudio I have found myself a couple of additional goals.
- Fix memory leaks - done.
- Remove unmaintainable features:
- swf support - removed.
- xnote support - removed.
- Upgrade/Remove project dependencies:
- CxImage - removed.
- zlib - done.
- minilzo - done.
- libconfig++ - removed.
- libpng - removed.
- Replace static visual studio project files with CMake - done.
- Add support for mkv - done.
- Replace libconfig with alternative - done.
- Improve settings screen - done.
- Create release - done.
- Introduce unit test - in progress.
- Replace UI framework with Qt.
Removed features
- swf support.
- xnote support.
- audio recording support (re-implement audio recording is planned)
How to clone/build
git clone https://github.com/stevenhoving/camstudio.git --recursivebootstrap.cmd- Now open the project in the
vs_builddirectory and build it.
The source forge project
https://sourceforge.net/p/camstudio
Dependencies
State | Name | Project ----- | -----|-------- Official| minilzo | http://www.oberhumer.com/opensource/lzo Official| zlib | https://github.com/madler/zlib Official| ffmpeg | https://www.ffmpeg.org Official| cpptoml | https://github.com/skystrife/cpptoml Official| fmtlib | https://github.com/fmtlib/fmt Official| Aeon Cmake | https://github.com/aeon-engine/libaeon-cmake Official| Google Test | https://github.com/google/googletest Official| Google Benchmark | https://github.com/google/benchmark
Credits
A big thanks goes out to the original CamStudio developers. And to bestlily who had a initial port of CamStudio (https://github.com/bestlily/Camstudio), thanks.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
