© Copyright 2017 Mathew Sachin
http://mathewsachin.github.io/Captura/
Capture Screen, WebCam, Audio, Cursor, Mouse Clicks and Keystrokes using Screna.
choco install captura -y
- Take ScreenShots
- Capture ScreenCasts (Avi/Gif/Mp4)
- Capture with/without Mouse Cursor
- Capture Specific Regions, Screens or Windows
- Capture Mouse Clicks or Keystrokes
- Mix Audio recorded from Microphone and Speaker Output
- Capture from WebCam.
- Can be used from Command-line.
- Visual Studio 2017 or greater is recommended. Can also be build using Visual Studio 2015 using Microsoft.Net.Compilers nuget package to support compilation of C# 7.
- .Net Framework v4.6.1 is required.
- Clone submodules: Open a terminal in the project folder and type
git submodule update --init.
Download and place in build output directory. These may need licensing for commercial use.
- BASS Audio library for Audio Recording - bass.dll (x86).
- BASSmix for Audio Mixing - bassmix.dll (x86).
- FFMpeg for Audio/Video Encoding - ffmpeg.exe (Static build recommended) (x86 or x64 as per platform).
