Skip to content

luislasonbra/Captura

 
 

Repository files navigation

Captura

Master Build Status MIT License Chat Downloads PayPal Donate

© Copyright 2018 Mathew Sachin

🔗 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.

  1. Go to AppVeyor project page.

  2. Select Build Configuration: Debug or Release.

  3. Open Artifacts tab.

  4. Download Zip package.

Build Notes

System Requirements

  • Verified on Windows 10. Might work on earlier versions also.
  • 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.
  • Desktop Duplication API is only available on Windows 8 and above.
  • 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

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.

About

Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.9%
  • PowerShell 1.7%
  • Inno Setup 0.4%