Captura
© Copyright 2018 Mathew Sachin
:link: https://mathewsachin.github.io/Captura/
Capture Screen, WebCam, Audio, Cursor, Mouse Clicks and Keystrokes.
Features
- 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 (BETA).
- Available in multiple languages
- Configurable Hotkeys
Table of Contents
Installation
There are a few different options for installing.
Setup
Download and run Captura-Setup.exe
for the latest release from here.
Portable
Download and unzip Captura-Portable.zip
for the latest release from here.
The settings are stored in %APPDATA%/Captura
folder by default. You might want to customize this for the portable build using the --settings
command-line argument.
Chocolatey
choco install captura -y
Dev Builds
Dev builds can be unstable and should be used for testing purposes only.
-
Go to AppVeyor project page.
-
Select Build Configuration: Debug or Release.
-
Open Artifacts tab.
-
Download Zip package.
Build Notes
System Requirements
- Verified on Windows 10. Atleast Windows Vista is required.
- If you are on Windows 7 or earlier, make sure Aero is enabled.
- Desktop Duplication API is only available on Windows 8 and above.
- 2 GHz CPU (Recommended).
- 4 GB RAM (Recommended).
- .Net Framework v4.6.1 is required. You will be prompted to install if it is not already present on your system.
- Using the FFmpeg Intel QSV HEVC encoder requires the processor to be Skylake (6th generation) or later.
- For using
SharpAvi | Lagarith
codec, the Lagarith codec should be installed on your system and configured to use RGB mode with Null Frames disabled.
FFmpeg
It is recommended to always download the latest version of FFmpeg using FFmpeg Downloader. Older versions of FFmpeg can cause unexpected behaviour.
FFmpeg is an open-source cross-platform solution to record, convert and stream audio and video.
It adds support for more output formats like H.264 for Video and Mp3, AAC etc. when capturing Only Audio.
FFmpeg is configured on the FFmpeg section in the Configure tab.
Due to its large size (approx. 30MB), it is not included in the downloads.
If you already have FFmpeg on your system, you can just set the path to the folder containing it.
If it is installed globally (available in PATH), you don't have to do anything.
If you don't have FFmpeg or want to update, use the inbuilt FFmpeg Downloader.
FFmpeg needs to be downloaded only once.
In cases where the FFmpeg Downloader fails, please download manually from https://ffmpeg.zeranoe.com/builds/ and set FFmpeg folder in Configure | FFmpeg
.
If you don't want to use FFmpeg, you can switch to SharpAvi
.
License
MIT License
Check here for licenses of dependencies.