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:
98,458
Downloads of v 2.27.3:
8,421
Last Update:
01 Oct 2020
Package Maintainer(s):
Software Author(s):
- ScreenToGif
Tags:
screen recording recorder gif editor foss media
Screen To Gif
Downloads:
98,458
Downloads of v 2.27.3:
8,421
Maintainer(s):
Software Author(s):
- ScreenToGif
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 Screen To Gif, run the following command from the command line or from PowerShell:
To upgrade Screen To Gif, run the following command from the command line or from PowerShell:
To uninstall Screen To Gif, 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://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 screentogif --internalize --source=https://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://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade screentogif -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 screentogif -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 screentogif installed
win_chocolatey:
name: screentogif
state: present
version: 2.27.3
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'screentogif' do
action :install
version '2.27.3'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: screentogif,
Version: 2.27.3,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller screentogif
{
Name = 'screentogif'
Ensure = 'Present'
Version = '2.27.3'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'screentogif':
provider => 'chocolatey',
ensure => '2.27.3',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install screentogif version="2.27.3" 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 01 Oct 2020.
Screen, webcam and sketchboard recorder with an integrated editor.
Features
- A portable, single executable and very small-sized application.
- Free and open source application, without any ads.
- 3 ways of recording your content: Screen, Webcam and Sketchboard.
- A powerful editor with lots of options! You can edit your recording or even edit gifs from other sources.
- You can export as Gif, Apng, Video, PSD or save as a project to edit later.
- A clean and consistent interface, powered by WPF.
- Over 24 different languages. Automatically detects the language of your system, defaults to English.
- Lots of options.
- Visit https://www.screentogif.com for more details.
md5: 51ACC76AEFFE808B149B89A90743F46E | sha1: 6848349B74CD5F6940B2BBB78C53D1EB5320BE43 | sha256: 92189DAFC6C18E94B64F22C70C348AD409DAA134E96343F652EB642F64064DDE | sha512: A63759323CDB0DF433E6D330787D5280BBE75272F1469E9BCEBC64E581165B8394E93E894D685F37819C5907C2CADE4968DE0C0988100AE7FE78A8208D2CCDC9
$tools = Split-Path $MyInvocation.MyCommand.Definition
$content = Join-Path (Split-Path $tools) 'content'
$shortcut = Join-Path ([System.Environment]::GetFolderPath('CommonPrograms')) 'ScreenToGif.lnk'
$exe = Join-Path $content 'ScreenToGif.exe'
Install-ChocolateyZipPackage `
-PackageName 'screentogif' `
-Url 'https://github.com/NickeManarin/ScreenToGif/releases/download/2.27.3/ScreenToGif.2.27.3.Portable.zip' `
-Checksum '92189DAFC6C18E94B64F22C70C348AD409DAA134E96343F652EB642F64064DDE' `
-ChecksumType 'SHA256' `
-UnzipLocation $content
Install-ChocolateyShortcut `
-ShortcutFilePath $shortcut `
-TargetPath $exe
$shortcut = Join-Path ([System.Environment]::GetFolderPath('CommonPrograms')) 'ScreenToGif.lnk'
Remove-Item -Force -Path $shortcut | Out-Null
From: https://github.com/NickeManarin/ScreenToGif/blob/master/LICENSE.txt
LICENSE
Microsoft Public License (Ms-PL)
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
2. Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
3. Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
I'm the developer of ScreenToGif. Checksum verification is optional.
Log in or click on link to see number of positives.
- ScreenToGif 2.27.3 Portable.zip (92189dafc6c1) - ## / 64
- screentogif.2.27.3.nupkg (8ee0fc03a85a) - ## / 65
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 |
---|---|---|---|
Screen To Gif 2.27.3 | 8421 | Thursday, October 1, 2020 | Approved |
Screen To Gif 2.27.2 | 1692 | Sunday, September 20, 2020 | Approved |
Screen To Gif 2.27.1 | 1130 | Monday, September 14, 2020 | Approved |
Screen To Gif 2.27.0 | 1168 | Tuesday, September 8, 2020 | Approved |
Screen To Gif 2.26.1 | 4119 | Tuesday, July 7, 2020 | Approved |
Screen To Gif 2.26.0 | 413 | Monday, July 6, 2020 | Approved |
Screen To Gif 2.25.0 | 2730 | Sunday, June 7, 2020 | Approved |
Screen To Gif 2.24.2 | 2505 | Sunday, May 17, 2020 | Approved |
Screen To Gif 2.24.1 | 728 | Thursday, May 14, 2020 | Approved |
Screen To Gif 2.24.0 | 1272 | Friday, May 8, 2020 | Approved |
Screen To Gif 2.23.2 | 1377 | Thursday, April 30, 2020 | Approved |
Screen To Gif 2.23.1 | 2394 | Friday, April 10, 2020 | Approved |
Screen To Gif 2.23.0 | 763 | Wednesday, April 8, 2020 | Approved |
Screen To Gif 2.22.1 | 2976 | Friday, March 13, 2020 | Approved |
Screen To Gif 2.22.0 | 1584 | Tuesday, March 3, 2020 | Approved |
Screen To Gif 2.21.2 | 947 | Friday, February 28, 2020 | Approved |
Screen To Gif 2.21.1 | 625 | Thursday, February 27, 2020 | Approved |
Screen To Gif 2.21.0 | 449 | Tuesday, February 25, 2020 | Approved |
Screen To Gif 2.20.4 | 823 | Saturday, February 22, 2020 | Approved |
Screen To Gif 2.20.3 | 1774 | Wednesday, February 12, 2020 | Approved |
Screen To Gif 2.20.2 | 771 | Monday, February 10, 2020 | Approved |
Screen To Gif 2.20.1 | 1659 | Wednesday, January 29, 2020 | Approved |
Screen To Gif 2.20.0 | 264 | Wednesday, January 29, 2020 | Approved |
Screen To Gif 2.19.3 | 7297 | Saturday, October 26, 2019 | Approved |
Screen To Gif 2.19.1 | 2482 | Tuesday, October 8, 2019 | Approved |
Screen To Gif 2.19 | 247 | Monday, October 7, 2019 | Approved |
Screen To Gif 2.18 | 8115 | Friday, July 19, 2019 | Approved |
Screen To Gif 2.17.1 | 8402 | Saturday, April 20, 2019 | Approved |
Screen To Gif 2.17 | 286 | Friday, April 19, 2019 | Approved |
Screen To Gif 2.16 | 9080 | Friday, January 18, 2019 | Approved |
Screen To Gif 2.15.2 | 557 | Friday, January 11, 2019 | Approved |
Screen To Gif 2.15.1 | 789 | Friday, December 21, 2018 | Approved |
Screen To Gif 2.14.1 | 1905 | Sunday, August 12, 2018 | Approved |
Screen To Gif 2.13.3 | 1397 | Tuesday, May 15, 2018 | Approved |
Screen To Gif 2.13.1 | 899 | Monday, April 2, 2018 | Approved |
Screen To Gif 2.13 | 440 | Monday, March 26, 2018 | Approved |
Screen To Gif 2.12.1.180223 | 821 | Friday, February 23, 2018 | Approved |
Screen To Gif 2.12.1 | 587 | Wednesday, February 21, 2018 | Approved |
Screen To Gif 2.12 | 434 | Sunday, February 18, 2018 | Approved |
Screen To Gif 2.11 | 938 | Wednesday, January 10, 2018 | Approved |
Screen To Gif 2.10 | 1114 | Thursday, October 19, 2017 | Approved |
Screen To Gif 2.9 | 1071 | Saturday, August 12, 2017 | Approved |
Screen To Gif 2.8.1 | 762 | Sunday, July 2, 2017 | Approved |
Screen To Gif 2.8 | 492 | Tuesday, June 20, 2017 | Approved |
Screen To Gif 2.7.3 | 556 | Saturday, May 27, 2017 | Approved |
Screen To Gif 2.7.2 | 509 | Sunday, May 7, 2017 | Approved |
Screen To Gif 2.7.1 | 526 | Friday, April 14, 2017 | Approved |
Screen To Gif 2.7.0 | 524 | Wednesday, March 29, 2017 | Approved |
Screen To Gif 2.6.0 | 485 | Sunday, March 12, 2017 | Approved |
Screen To Gif 2.5.0 | 501 | Monday, February 20, 2017 | Approved |
Screen To Gif 2.4.0.170115 | 503 | Sunday, January 15, 2017 | Approved |
Screen To Gif 2.4 | 353 | Tuesday, January 10, 2017 | Approved |
Screen To Gif 2.3.161201 | 484 | Friday, December 2, 2016 | Approved |
Screen To Gif 2.3.161030 | 510 | Sunday, October 30, 2016 | Approved |
Screen To Gif 2.3.2 | 285 | Tuesday, November 29, 2016 | Approved |
Screen To Gif 2.3.1 | 343 | Sunday, November 27, 2016 | Approved |
Screen To Gif 2.3 | 340 | Friday, October 28, 2016 | Approved |
Screen To Gif 2.2.160907 | 539 | Wednesday, September 7, 2016 | Approved |
Screen To Gif 2.2 | 327 | Wednesday, September 7, 2016 | Approved |
Screen To Gif 2.1 | 390 | Saturday, August 6, 2016 | Approved |
Screen To Gif 1.4.2 | 628 | Wednesday, May 11, 2016 | Approved |
Screen To Gif 1.4.1.1 | 534 | Thursday, June 25, 2015 | Approved |
Screen To Gif 1.4.1 | 668 | Wednesday, March 18, 2015 | Approved |
Screen To Gif 1.3 | 651 | Tuesday, November 11, 2014 | Approved |
-
- ffmpeg (≥ 4.2.2)
Ground Rules:
- This discussion is only about Screen To Gif and the Screen To Gif 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 Screen To Gif, 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.