Downloads:
1,807,170
Downloads of v 3.2.2.20161219:
5,584
Last Update:
19 Dec 2016
Package Maintainer(s):
Software Author(s):
- FFmpeg Contributors
Tags:
ffmpeg libavcodec foss cli audio video convert cross-platform media- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
FFmpeg
This is not the latest version of FFmpeg available.
- 1
- 2
- 3
3.2.2.20161219 | Updated: 19 Dec 2016
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,807,170
Downloads of v 3.2.2.20161219:
5,584
Maintainer(s):
Software Author(s):
- FFmpeg Contributors
FFmpeg 3.2.2.20161219
This is not the latest version of FFmpeg available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by FFmpeg Contributors. The inclusion of FFmpeg Contributors trademark(s), if any, upon this webpage is solely to identify FFmpeg Contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install FFmpeg, run the following command from the command line or from PowerShell:
To upgrade FFmpeg, run the following command from the command line or from PowerShell:
To uninstall FFmpeg, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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: (additional options)
choco download ffmpeg --internalize --version=3.2.2.20161219 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade ffmpeg -y --source="'INTERNAL REPO URL'" --version="'3.2.2.20161219'" [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 ffmpeg -y --source="'INTERNAL REPO URL'" --version="'3.2.2.20161219'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install ffmpeg
win_chocolatey:
name: ffmpeg
version: '3.2.2.20161219'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'ffmpeg' do
action :install
source 'INTERNAL REPO URL'
version '3.2.2.20161219'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller ffmpeg
{
Name = "ffmpeg"
Version = "3.2.2.20161219"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ffmpeg':
ensure => '3.2.2.20161219',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 19 Dec 2016.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.
The FFmpeg project tries to provide the best technically possible solution for developers of applications and end users alike. To achieve this we combine the best free software options available. We slightly favor our own code to keep the dependencies on other libs low and to maximize code sharing between parts of FFmpeg. Wherever the question of "best" cannot be answered we support both options so the end user can choose.
Security is a high priority and code review is always done with security in mind. Though due to the very large amounts of code touching untrusted data security issues are unavoidable and thus we provide as quick as possible updates to our last stable releases when new security issues are found.
Notes
- This package is for the stable static ffmpeg version.
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://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.2.2-win32-static.zip
x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.2.2-win64-static.zip
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: 80FB6D5C41317CE1F226132F18A13D37BC2E03F31D18E2CF9C099A56724D5DA4
checksum64: 46E07BAD60C2BE4B79E71CEA1736E9BED00818EFE90BA9521E29E24BB59D5A63
Using AU:
Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.2.2-win64-static.zip
File 'COPYING.GPLv3' is obtained from:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3
md5: 25F34D829549238861717A29CEBC6591 | sha1: B08B7890E27B77B4F66C1158236B0510D0A2B697 | sha256: 80FB6D5C41317CE1F226132F18A13D37BC2E03F31D18E2CF9C099A56724D5DA4 | sha512: 5C4BB375CA536B8517DE7AA3F52259CA8C8AE9DE045151F84EDED8EFFD08B15D1F096A4875A5015E6CA02BD7DBD7C8B9D2D63F9C1FBE5D9FD450F4B7E03D85F8
md5: DF8DAEC3E1A695875409F112EB0ADE99 | sha1: 286753BB59AE64FD6CB62960904749106EC473BB | sha256: 46E07BAD60C2BE4B79E71CEA1736E9BED00818EFE90BA9521E29E24BB59D5A63 | sha512: 396CCFA0ABC918F825C32A34D89255A0EA99F3B545099C615B17F6EFDF12732022B2B9F6CE5F03672446A7A3FB983DA8922AF1F23580FDF14FB2401D6084FAB1
Log in or click on link to see number of positives.
- ffmpeg.3.2.2.20161219.nupkg (fc6ea13b7302) - ## / 56
- ffmpeg-3.2.2-win32-static_x32.zip (80fb6d5c4131) - ## / 55
- ffmpeg-3.2.2-win64-static_x64.zip (46e07bad60c2) - ## / 55
- ffmpeg.exe (01fca440167b) - ## / 56
- ffplay.exe (193574c1ffba) - ## / 56
- ffprobe.exe (6edeb5b7b128) - ## / 56
- ffmpeg.exe (220b628049b9) - ## / 54
- ffplay.exe (c56e26b08329) - ## / 53
- ffprobe.exe (29adf3a69f07) - ## / 55
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
FFmpeg 7.1.0 | 130288 | Monday, September 30, 2024 | Approved | |
FFmpeg 7.0.2 | 94415 | Saturday, August 3, 2024 | Approved | |
FFmpeg 7.0.1 | 97974 | Sunday, May 26, 2024 | Approved | |
FFmpeg 7.0.0 | 75806 | Friday, April 5, 2024 | Approved | |
FFmpeg 6.1.1 | 120014 | Sunday, December 31, 2023 | Approved | |
FFmpeg 6.1.0 | 63843 | Saturday, November 11, 2023 | Approved | |
FFmpeg 6.0 | 262131 | Tuesday, February 28, 2023 | Approved | |
FFmpeg 5.1.2 | 119156 | Monday, September 26, 2022 | Approved | |
FFmpeg 5.1.1 | 26686 | Thursday, September 1, 2022 | Approved | |
FFmpeg 5.1 | 36299 | Sunday, July 24, 2022 | Approved | |
FFmpeg 5.0.1.20220408 | 69947 | Friday, April 8, 2022 | Approved | |
FFmpeg 5.0.1 | 314 | Thursday, April 7, 2022 | Approved | |
FFmpeg 5.0 | 73617 | Sunday, January 16, 2022 | Approved | |
FFmpeg 4.4.1 | 59786 | Monday, October 25, 2021 | Approved | |
FFmpeg 4.4 | 92454 | Thursday, April 29, 2021 | Approved | |
FFmpeg 4.3.2 | 51636 | Sunday, February 21, 2021 | Approved | |
FFmpeg 4.3.1.20201122 | 63561 | Sunday, November 22, 2020 | Approved | |
FFmpeg 4.3.1.20200831 | 44625 | Monday, August 31, 2020 | Approved | |
FFmpeg 4.3.1 | 17814 | Friday, July 31, 2020 | Approved | |
FFmpeg 4.3.0.20200630 | 18919 | Tuesday, June 30, 2020 | Approved | |
FFmpeg 4.3 | 8831 | Wednesday, June 24, 2020 | Approved | |
FFmpeg 4.2.3 | 24399 | Wednesday, May 27, 2020 | Approved | |
FFmpeg 4.2.2 | 43960 | Monday, January 27, 2020 | Approved | |
FFmpeg 4.2.1 | 35237 | Tuesday, September 17, 2019 | Approved | |
FFmpeg 4.2 | 12867 | Thursday, August 8, 2019 | Approved | |
FFmpeg 4.1.4 | 7404 | Friday, July 19, 2019 | Approved | |
FFmpeg 4.1.3 | 15076 | Sunday, April 28, 2019 | Approved | |
FFmpeg 4.1.1 | 11434 | Monday, February 25, 2019 | Approved | |
FFmpeg 4.1 | 14185 | Monday, November 12, 2018 | Approved | |
FFmpeg 4.0.2 | 12954 | Thursday, July 26, 2018 | Approved | |
FFmpeg 4.0.1 | 4116 | Wednesday, July 11, 2018 | Approved | |
FFmpeg 4.0 | 8654 | Saturday, April 28, 2018 | Approved | |
FFmpeg 3.4.2 | 8818 | Thursday, February 22, 2018 | Approved | |
FFmpeg 3.4.1 | 7499 | Wednesday, December 13, 2017 | Approved | |
FFmpeg 3.4 | 5847 | Wednesday, October 18, 2017 | Approved | |
FFmpeg 3.3.4 | 1654 | Saturday, October 14, 2017 | Approved | |
FFmpeg 3.3.3 | 5346 | Tuesday, August 8, 2017 | Approved | |
FFmpeg 3.3.2 | 4461 | Tuesday, June 27, 2017 | Approved | |
FFmpeg 3.3.1 | 4273 | Saturday, May 20, 2017 | Approved | |
FFmpeg 3.2.4 | 4876 | Monday, March 13, 2017 | Approved | |
FFmpeg 3.2.2.20161219 | 5584 | Monday, December 19, 2016 | Approved | |
FFmpeg 3.2.2 | 1263 | Friday, December 16, 2016 | Approved | |
FFmpeg 3.2.0.20161110 | 2455 | Thursday, November 10, 2016 | Approved | |
FFmpeg 3.2 | 1181 | Monday, November 7, 2016 | Approved | |
FFmpeg 3.1.5 | 1559 | Wednesday, October 26, 2016 | Approved | |
FFmpeg 3.0.1 | 5448 | Friday, April 1, 2016 | Approved | |
FFmpeg 3.0 | 2149 | Thursday, February 18, 2016 | Approved | |
FFmpeg 2.8.6 | 1415 | Wednesday, February 3, 2016 | Approved | |
FFmpeg 2.8.5 | 1237 | Saturday, January 16, 2016 | Approved | |
FFmpeg 2.8.4 | 1319 | Wednesday, December 23, 2015 | Approved | |
FFmpeg 2.8.3 | 1242 | Thursday, December 3, 2015 | Approved | |
FFmpeg 2.8.2 | 659 | Friday, November 13, 2015 | Approved | |
FFmpeg 2.8.1 | 568 | Friday, October 16, 2015 | Approved | |
FFmpeg 2.8 | 574 | Wednesday, October 7, 2015 | Approved | |
FFmpeg 2.7 | 2097 | Saturday, June 13, 2015 | Approved | |
FFmpeg 2.5.2 | 4406 | Tuesday, December 30, 2014 | Approved | |
FFmpeg 2.2.11 | 606 | Tuesday, December 30, 2014 | Approved | |
FFmpeg 2.2.3.20140901 | 1695 | Monday, September 1, 2014 | Approved | |
FFmpeg 2.2.3 | 1020 | Friday, June 20, 2014 | Approved | |
FFmpeg 2.2.2.20140526 | 783 | Monday, May 26, 2014 | Approved | |
FFmpeg 2.2.1.20140513 | 639 | Tuesday, May 13, 2014 | Approved | |
FFmpeg 2.2.1 | 823 | Saturday, April 12, 2014 | Approved | |
FFmpeg 2.1.4.20140306 | 798 | Thursday, March 6, 2014 | Approved | |
FFmpeg 2.1.4 | 762 | Thursday, February 27, 2014 | Approved | |
FFmpeg 2.1.3 | 940 | Wednesday, January 22, 2014 | Approved | |
FFmpeg 2.1.1 | 962 | Thursday, November 21, 2013 | Approved | |
FFmpeg 2.1 | 766 | Wednesday, October 30, 2013 | Approved | |
FFmpeg 2.0.2 | 618 | Saturday, October 26, 2013 | Approved | |
FFmpeg 2.0.1.20130930 | 667 | Monday, September 30, 2013 | Approved | |
FFmpeg 2.0.1 | 648 | Thursday, September 26, 2013 | Approved | |
FFmpeg 1.2 | 912 | Sunday, June 2, 2013 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about FFmpeg and the FFmpeg 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 FFmpeg, 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.