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:
32,202
Downloads of v 2.6.18:
1,019
Last Update:
06 Jan 2017
Package Maintainer(s):
Software Author(s):
- Mean
- Gruntster
- Fahr
Tags:
video editor foss cross-platform cutting filtering encoding admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Avidemux
This is not the latest version of Avidemux available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
32,202
Downloads of v 2.6.18:
1,019
Maintainer(s):
Software Author(s):
- Mean
- Gruntster
- Fahr
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.
Avidemux 2.6.18
This is not the latest version of Avidemux available.
All Checks are Passing
2 Passing Test
To install Avidemux, run the following command from the command line or from PowerShell:
To upgrade Avidemux, run the following command from the command line or from PowerShell:
To uninstall Avidemux, 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 avidemux --internalize --version=2.6.18 --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 avidemux -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 avidemux -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 avidemux installed
win_chocolatey:
name: avidemux
state: present
version: 2.6.18
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 'avidemux' do
action :install
version '2.6.18'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: avidemux,
Version: 2.6.18,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller avidemux
{
Name = 'avidemux'
Ensure = 'Present'
Version = '2.6.18'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'avidemux':
provider => 'chocolatey',
ensure => '2.6.18',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install avidemux version="2.6.18" 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.
This package was approved as a trusted package on 16 Mar 2017.
Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.
Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license. The program was written from scratch by Mean, but code from other people and projects has been used as well. Patches, translations and even bug reports are always welcome.
md5: 5666A433BCC47A3D28A6B6BCF4B6400B | sha1: ECF4F8C761B2E88B90EA37C3F5E3F2A556F5E2B9 | sha256: 190486A5D50EC2F5A30465EF3B96A701F9569EFF0101BFB2325DD9113DDF8709 | sha512: 09E7F792AE1DDB224F8B824F0C99F33B298F4B13B218B7856CAA60E7C410824C16A9D735B08ED36D54FAF3634F65B2D647AF84D572AA0290129A15D33FFCFFC0
md5: 5510B2D678C19399D7195B7AB4174702 | sha1: 73F15AFB829EA44934D6771D04C305AB005D8DCD | sha256: 069F36A0469E64964F100262A7642020E31452A9C572326BD8021445BC491A53 | sha512: B71165C75A0C8237F6E55812B786EBE2B9CCE4DD7BF07B581C6E6C0D950E4D866ABE71F605CE973488F6711BE1C714D9E797D3A55EA9FCDE677A02B40EADAFFC
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$installerFile = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') { gi "$toolsDir\*win64.exe" } else { gi "$toolsDir\*win32.exe" }
$silentArgs = @('/S')
$packageArgs = @{
packageName = 'avidemux'
fileType = 'exe'
file = $installerFile
silentArgs = $silentArgs
validExitCodes = @(0, 1223)
}
Install-ChocolateyInstallPackage @packageArgs
rm $toolsDir\*.exe
$packageName = $packageArgs.packageName
$installLocation = Get-AppInstallLocation $packageName
if ($installLocation) {
Write-Host "$packageName installed to '$installLocation'"
Register-Application "$installLocation\$packageName.exe"
Write-Host "$packageName registered as $packageName"
}
else { Write-Warning "Can't find $PackageName install location" }
$ErrorActionPreference = 'Stop'
$packageName = 'avidemux'
$softwareNamePattern = 'avidemux*'
[array] $key = Get-UninstallRegistryKey $softwareNamePattern
if ($key.Count -eq 1) {
$key | % {
$packageArgs = @{
packageName = $packageName
silentArgs = "/x86=0 /S"
fileType = 'EXE'
validExitCodes = @(0)
file = ''
}
$packageArgs.file = "$($_.UninstallString.Replace(' /x86=0', ''))" #"C:\Program Files\OpenSSH\uninstall.exe" /x86=0
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x32: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/avidemux_2.6.18_win32.exe/download
x64: https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/avidemux_2.6.18_win64.exe/download
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32: 190486A5D50EC2F5A30465EF3B96A701F9569EFF0101BFB2325DD9113DDF8709
checksum64: 069F36A0469E64964F100262A7642020E31452A9C572326BD8021445BC491A53
Using AU:
Get-RemoteChecksum https://sourceforge.net/projects/avidemux/files/avidemux/2.6.18/avidemux_2.6.18_win64.exe/download
Log in or click on link to see number of positives.
- avidemux.2.6.18.nupkg (c5fb18600d25) - ## / 54
- avidemux_2.6.18_win32.exe (190486a5d50e) - ## / 56
- avidemux_2.6.18_win64.exe (069f36a0469e) - ## / 57
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 |
---|---|---|---|
Avidemux 2.7.6 | 7201 | Monday, July 6, 2020 | Approved |
Avidemux 2.7.5 | 1449 | Friday, June 19, 2020 | Approved |
Avidemux 2.7.2-Beta | 717 | Sunday, March 10, 2019 | Exempted |
Avidemux 2.7.1 | 7576 | Monday, June 4, 2018 | Approved |
Avidemux 2.7.0 | 2450 | Sunday, October 1, 2017 | Approved |
Avidemux 2.6.20 | 1646 | Friday, April 28, 2017 | Approved |
Avidemux 2.6.19 | 849 | Wednesday, March 29, 2017 | Approved |
Avidemux 2.6.18 | 1019 | Friday, January 6, 2017 | Approved |
Avidemux 2.6.17 | 354 | Friday, January 6, 2017 | Approved |
Avidemux 2.6.16 | 540 | Friday, December 30, 2016 | Approved |
Avidemux 2.6.15.20161209 | 654 | Friday, December 9, 2016 | Approved |
Avidemux 2.6.15.20161201 | 673 | Thursday, December 1, 2016 | Approved |
Avidemux 2.6.15.20161130 | 407 | Wednesday, November 30, 2016 | Approved |
Avidemux 2.6.15 | 675 | Saturday, November 19, 2016 | Approved |
Avidemux 2.6.14 | 964 | Friday, October 7, 2016 | Approved |
2001-2016 Mean
-
- chocolatey-core.extension (≥ 1.0.2)
Ground Rules:
- This discussion is only about Avidemux and the Avidemux 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 Avidemux, 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.