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

Downloads:
758,707
Downloads of v 12.7.5:
2,157
Last Update:
26 Dec 2016
Package Maintainer(s):
Software Author(s):
- Codec Guide
Tags:
k-litecodecpackfull codec video media player- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

K-Lite Codec Pack Full
This is not the latest version of K-Lite Codec Pack Full available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
758,707
Downloads of v 12.7.5:
2,157
Software Author(s):
- Codec Guide
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.
K-Lite Codec Pack Full 12.7.5
This is not the latest version of K-Lite Codec Pack Full available.
All Checks are Passing
2 Passing Test
To install K-Lite Codec Pack Full, run the following command from the command line or from PowerShell:
To upgrade K-Lite Codec Pack Full, run the following command from the command line or from PowerShell:
To uninstall K-Lite Codec Pack Full, 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 k-litecodecpackfull --internalize --version=12.7.5 --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 k-litecodecpackfull -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 k-litecodecpackfull -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 k-litecodecpackfull installed
win_chocolatey:
name: k-litecodecpackfull
state: present
version: 12.7.5
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 'k-litecodecpackfull' do
action :install
version '12.7.5'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: k-litecodecpackfull,
Version: 12.7.5,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller k-litecodecpackfull
{
Name = 'k-litecodecpackfull'
Ensure = 'Present'
Version = '12.7.5'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'k-litecodecpackfull':
provider => 'chocolatey',
ensure => '12.7.5',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install k-litecodecpackfull version="12.7.5" 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 26 Dec 2016.
The K-Lite Codec Pack is a collection of DirectShow filters, VFW/ACM codecs, and tools.
Codecs and DirectShow filters are needed for encoding and decoding audio and video formats.
The K-Lite Codec Pack is designed as a user-friendly solution for playing all your audio and movie files.
With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even several less common formats.
======= Notes =======
Same as Standard, plus:
-GraphStudioNext
-A few additional DirectShow filters:
-ffdshow, Haali Media Splitter, VP7, DScaler5, DC-Bass Source
$packageName = 'k-litecodecpackfull'
$installerType = 'exe'
$url = 'http://files2.codecguide.com/K-Lite_Codec_Pack_1275_Full.exe'
$silentArgs = '/VERYSILENT'
$checksum = '53b63dd6c27d68857cb14e01a2c2592d'
$checksumType = 'md5'
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -Checksum "$checksum" -ChecksumType "$checksumType"
$packageName = 'k-litecodecpackfull'
$fileType = 'exe'
$silentArgs = '/SILENT /NORESTART'
$osBitness = Get-ProcessorBits
if ($osBitness -eq 64)
{
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\KLiteCodecPack_is1).UninstallString
} else {
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KLiteCodecPack_is1).UninstallString
}
if ($uninstallString -ne "") {
Uninstall-ChocolateyPackage $packageName $fileType $silentArgs $uninstallString
}
- k-litecodecpackfull.12.7.5.nupkg (2ecb73a409a9) - ## / 56 - Log in or click on link to see number of positives
- K-Lite_Codec_Pack_1275_Full.exe (672f8d5433ae) - ## / 55 - Log in or click on link to see number of positives
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 |
---|---|---|---|
K-Lite Codec Pack Full 15.2.6 | 35952 | Saturday, November 16, 2019 | Approved |
K-Lite Codec Pack Full 15.2.5 | 8103 | Friday, November 15, 2019 | Approved |
K-Lite Codec Pack Full 15.2.0 | 99487 | Friday, October 4, 2019 | Approved |
K-Lite Codec Pack Full 15.1.6 | 75248 | Tuesday, August 27, 2019 | Approved |
K-Lite Codec Pack Full 15.1.2 | 24848 | Wednesday, August 14, 2019 | Approved |
K-Lite Codec Pack Full 15.0.9 | 30535 | Saturday, July 27, 2019 | Approved |
K-Lite Codec Pack Full 15.0.8 | 4601 | Friday, July 26, 2019 | Approved |
K-Lite Codec Pack Full 15.0.4 | 29915 | Monday, July 8, 2019 | Approved |
K-Lite Codec Pack Full 15.0.0 | 21090 | Tuesday, June 25, 2019 | Approved |
K-Lite Codec Pack Full 14.9.9 | 26210 | Sunday, June 9, 2019 | Approved |
K-Lite Codec Pack Full 14.9.8 | 13214 | Monday, June 3, 2019 | Approved |
K-Lite Codec Pack Full 14.9.4 | 32525 | Saturday, May 4, 2019 | Approved |
K-Lite Codec Pack Full 14.9.0 | 20758 | Wednesday, April 17, 2019 | Approved |
K-Lite Codec Pack Full 14.8.8 | 24956 | Saturday, March 23, 2019 | Approved |
K-Lite Codec Pack Full 14.8.4 | 12309 | Wednesday, March 13, 2019 | Approved |
K-Lite Codec Pack Full 14.7.5 | 21714 | Sunday, February 17, 2019 | Approved |
K-Lite Codec Pack Full 14.6.5 | 27674 | Wednesday, January 23, 2019 | Approved |
K-Lite Codec Pack Full 14.6.0 | 18993 | Wednesday, December 19, 2018 | Approved |
K-Lite Codec Pack Full 14.5.5 | 18239 | Saturday, November 10, 2018 | Approved |
K-Lite Codec Pack Full 14.5.2 | 22314 | Saturday, October 13, 2018 | Approved |
K-Lite Codec Pack Full 14.4.5 | 17402 | Friday, September 14, 2018 | Approved |
K-Lite Codec Pack Full 14.3.0 | 55307 | Wednesday, July 11, 2018 | Approved |
K-Lite Codec Pack Full 14.2.5 | 9036 | Monday, June 18, 2018 | Approved |
K-Lite Codec Pack Full 14.1.5 | 8606 | Monday, May 14, 2018 | Approved |
K-Lite Codec Pack Full 14.1.0 | 4685 | Thursday, April 19, 2018 | Approved |
K-Lite Codec Pack Full 14.0.5.1 | 4367 | Friday, March 30, 2018 | Approved |
K-Lite Codec Pack Full 14.0.5 | 7622 | Saturday, March 24, 2018 | Approved |
K-Lite Codec Pack Full 14.0.0 | 7043 | Monday, March 12, 2018 | Approved |
K-Lite Codec Pack Full 13.8.0 | 7189 | Monday, February 5, 2018 | Approved |
K-Lite Codec Pack Full 13.7.5 | 6870 | Friday, December 29, 2017 | Approved |
K-Lite Codec Pack Full 13.6.5 | 6379 | Monday, November 13, 2017 | Approved |
K-Lite Codec Pack Full 13.6.0 | 3348 | Sunday, October 29, 2017 | Approved |
K-Lite Codec Pack Full 13.5.5 | 4510 | Tuesday, September 26, 2017 | Approved |
K-Lite Codec Pack Full 13.5.0 | 3829 | Sunday, September 3, 2017 | Approved |
K-Lite Codec Pack Full 13.4.5 | 2546 | Saturday, August 19, 2017 | Approved |
K-Lite Codec Pack Full 13.4.0 | 913 | Thursday, August 17, 2017 | Approved |
K-Lite Codec Pack Full 13.3.5 | 2378 | Monday, July 31, 2017 | Approved |
K-Lite Codec Pack Full 13.3.3 | 2374 | Monday, July 10, 2017 | Approved |
K-Lite Codec Pack Full 13.1.0 | 5721 | Wednesday, May 3, 2017 | Approved |
K-Lite Codec Pack Full 12.9.5 | 4410 | Friday, February 24, 2017 | Approved |
K-Lite Codec Pack Full 12.9.0 | 1666 | Thursday, February 2, 2017 | Approved |
K-Lite Codec Pack Full 12.7.5 | 2157 | Monday, December 26, 2016 | Approved |
K-Lite Codec Pack Full 12.7.0 | 1232 | Sunday, December 11, 2016 | Approved |
K-Lite Codec Pack Full 12.6.0 | 1048 | Wednesday, November 30, 2016 | Approved |
K-Lite Codec Pack Full 12.5.0 | 1667 | Wednesday, November 2, 2016 | Approved |
K-Lite Codec Pack Full 12.4.2 | 1643 | Monday, October 10, 2016 | Approved |
K-Lite Codec Pack Full 12.3.0 | 3018 | Monday, August 8, 2016 | Approved |
K-Lite Codec Pack Full 12.2.2 | 1537 | Monday, July 4, 2016 | Approved |
K-Lite Codec Pack Full 12.1.5 | 258 | Tuesday, May 31, 2016 | Approved |
K-Lite Codec Pack Full 12.1.0 | 923 | Tuesday, April 19, 2016 | Approved |
K-Lite Codec Pack Full 12.0.5 | 1192 | Wednesday, March 23, 2016 | Approved |
K-Lite Codec Pack Full 12.0.1 | 930 | Thursday, March 3, 2016 | Approved |
K-Lite Codec Pack Full 11.9.0 | 828 | Tuesday, February 9, 2016 | Approved |
K-Lite Codec Pack Full 11.8.0 | 1070 | Thursday, December 24, 2015 | Approved |
K-Lite Codec Pack Full 11.7.0 | 593 | Friday, November 27, 2015 | Approved |
K-Lite Codec Pack Full 11.5.5 | 620 | Monday, November 2, 2015 | Approved |
Codec Guide
Updated LAV Filters to version 0.68.1-53-gca626
Updated MadVR to version 0.91.4
Updated Codec Tweak Tool to version 6.1.2
Minor changes and improvements
This package has no dependencies.
Ground Rules:
- This discussion is only about K-Lite Codec Pack Full and the K-Lite Codec Pack Full 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 K-Lite Codec Pack Full, 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.