Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
11,342
Downloads of v 8.0.0-beta2:
157
Last Update:
02 Jul 2018
Package Maintainer(s):
Software Author(s):
- Mathew Sachin
Tags:
captura screen capture recording loopback screenshot screencast
Captura
This is a prerelease version of Captura.
Downloads:
11,342
Downloads of v 8.0.0-beta2:
157
Maintainer(s):
Software Author(s):
- Mathew Sachin
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Captura, run the following command from the command line or from PowerShell:
To upgrade Captura, run the following command from the command line or from PowerShell:
To uninstall Captura, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download captura --internalize --version=8.0.0-beta2 --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade captura -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade captura -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure captura installed
win_chocolatey:
name: captura
state: present
version: 8.0.0-beta2
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'captura' do
action :install
version '8.0.0-beta2'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: captura,
Version: 8.0.0-beta2,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller captura
{
Name = 'captura'
Ensure = 'Present'
Version = '8.0.0-beta2'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'captura':
provider => 'chocolatey',
ensure => '8.0.0-beta2',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install captura version="8.0.0-beta2" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 02 Jul 2018.
Captura is an application to capture Screen/Audio/Cursor/Clicks/Keystrokes.
$tag = 'v8.0.0-beta2'; $checksum = '026663636999f2aac803328764bccbd1221ca382d6ff4a527059935177d96ba8'; $params = @{
'PackageName' = 'Captura';
'Url' = "https://github.com/MathewSachin/Captura/releases/download/$tag/Captura-Portable.zip";
'UnzipLocation' = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)";
'Checksum' = $checksum;
'ChecksumType' = 'sha256';
};
Install-ChocolateyZipPackage @params
Log in or click on link to see number of positives.
- Hardcodet.Wpf.TaskbarNotification.dll (4a2438ecfcad) - ## / 69
- FirstFloor.ModernUI.dll (9a4293c6722a) - ## / 69
- Ookii.Dialogs.dll (c52b7193346e) - ## / 72
- Xceed.Wpf.Toolkit.dll (a2bde70c456b) - ## / 71
- bass.dll (81a0bf6f6485) - ## / 68
- bassmix.dll (441ca8e10de3) - ## / 68
- CommandLine.dll (c1fbb1989141) - ## / 69
- Gma.System.MouseKeyHook.dll (a67a42401354) - ## / 72
- ManagedBass.dll (357fa9fe9a20) - ## / 70
- ManagedBass.Mix.dll (9e80f8554116) - ## / 69
- ModernUI.Xceed.Toolkit.dll (3fc7288cacaf) - ## / 67
- Ninject.dll (01cc80a16323) - ## / 72
- Newtonsoft.Json.dll (f58c374ffcaa) - ## / 68
- captura.8.0.0-beta2.nupkg (4dd255c61f62) - ## / 57
- Captura-Portable.zip (026663636999) - ## / 57
- Captura.Base.dll (7d3fd606dd5a) - ## / 63
- Captura.Bass.dll (a757cccb00c0) - ## / 63
- Captura.Core.dll (52db3240a4f2) - ## / 62
- captura.exe (bd765858a349) - ## / 64
- Captura.FFmpeg.dll (5c97df002b6a) - ## / 63
- Captura.Hotkeys.dll (99b561f68ab8) - ## / 63
- Captura.Loc.dll (385c34060ecc) - ## / 63
- Captura.MouseKeyHook.dll (bd0d75a5711e) - ## / 62
- Captura.Native.dll (eb07f43d6b5d) - ## / 62
- Captura.SharpAvi.dll (9975042fec31) - ## / 62
- Captura.UI.exe (6fff3c720aa5) - ## / 64
- Captura.Webcam.dll (0e51a733c689) - ## / 62
- DesktopDuplication.dll (9d741a8abc3d) - ## / 62
- Screna.dll (a36e46fed9de) - ## / 62
- SharpAvi.dll (2188f327dad7) - ## / 67
- SharpDX.Direct3D11.dll (6f85f5cdc36b) - ## / 70
- SharpDX.dll (a2ef8f3d8656) - ## / 67
- SharpDX.DXGI.dll (de8f9edf59f2) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Captura 9.0.0-beta4 | 114 | Thursday, March 26, 2020 | Exempted |
Captura 9.0.0-beta3 | 144 | Thursday, May 2, 2019 | Approved |
Captura 9.0.0-beta2 | 95 | Friday, March 29, 2019 | Approved |
Captura 9.0.0-beta1 | 101 | Saturday, March 2, 2019 | Exempted |
Captura 8.0.0 | 3786 | Saturday, November 10, 2018 | Approved |
Captura 8.0.0-beta5 | 138 | Thursday, October 11, 2018 | Approved |
Captura 8.0.0-beta4 | 171 | Tuesday, July 17, 2018 | Exempted |
Captura 8.0.0-beta3 | 156 | Tuesday, July 3, 2018 | Approved |
Captura 8.0.0-beta2 | 157 | Monday, July 2, 2018 | Approved |
Captura 8.0.0-beta1 | 189 | Wednesday, June 13, 2018 | Approved |
Captura 7.0.1 | 1465 | Tuesday, March 20, 2018 | Approved |
Captura 7.0.0 | 267 | Wednesday, March 14, 2018 | Approved |
Captura 6.0.0 | 368 | Wednesday, November 1, 2017 | Approved |
Captura 5.1.0 | 345 | Thursday, September 14, 2017 | Approved |
Captura 5.0.0 | 327 | Thursday, August 10, 2017 | Approved |
Captura 5.0.0-beta2 | 285 | Monday, July 31, 2017 | Approved |
Captura 5.0.0-beta1 | 312 | Saturday, July 29, 2017 | Approved |
Captura 4.2.2 | 301 | Friday, July 7, 2017 | Approved |
Captura 4.2.1 | 248 | Tuesday, July 4, 2017 | Approved |
Captura 4.2.0 | 247 | Monday, July 3, 2017 | Approved |
Captura 4.1.0 | 341 | Saturday, June 17, 2017 | Approved |
Captura 4.0.0 | 294 | Monday, June 5, 2017 | Approved |
Captura 3.5.0 | 308 | Wednesday, May 31, 2017 | Approved |
Captura 3.4.0 | 292 | Saturday, May 27, 2017 | Approved |
Captura 3.3.0 | 305 | Thursday, May 25, 2017 | Approved |
Captura 3.2.0 | 284 | Tuesday, May 23, 2017 | Approved |
Captura 3.1.0 | 302 | Friday, May 12, 2017 | Approved |
(c) 2018 Mathew Sachin
This package has no dependencies.
Ground Rules:
- This discussion is only about Captura and the Captura package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Captura, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.