
91,744
Downloads
3,700
Downloads of v 13.5.0
9/3/2017
Last update
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
To install K-Lite Codec Pack Full, run the following command from the command line or from PowerShell:
C:\> choco install k-litecodecpackfull
--version 13.5.0
To upgrade K-Lite Codec Pack Full, run the following command from the command line or from PowerShell:
C:\> choco upgrade k-litecodecpackfull
--version 13.5.0
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'k-litecodecpackfull' $installerType = 'exe' $url = 'http://files2.codecguide.com/K-Lite_Codec_Pack_1350_Full.exe' $silentArgs = '/VERYSILENT' $checksum = 'a3d48ef7d6e6d65e9aab269e59735e01' $checksumType = 'md5' Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -Checksum "$checksum" -ChecksumType "$checksumType"
- tools\chocolateyUninstall.ps1
Show
$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 }
Virus Scan Results
- k-litecodecpackfull.13.5.0.nupkg (7f9f0acad306) - ## / 60 - Log in or click on link to see number of positives
- K-Lite_Codec_Pack_1350_Full.exe (40920b51042c) - ## / 64 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Codec Guide
Tags
Release Notes
Updated MPC-HC to version 1.7.13.112 Updated LAV Filters to version 0.70.2-67-gb13c3 Updated MadVR to version 0.92.2
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
K-Lite Codec Pack Full 14.1.0 | 1362 | Thursday, April 19, 2018 | approved |
K-Lite Codec Pack Full 14.0.5.1 | 4226 | Friday, March 30, 2018 | approved |
K-Lite Codec Pack Full 14.0.5 | 7450 | Saturday, March 24, 2018 | approved |
K-Lite Codec Pack Full 14.0.0 | 6912 | Monday, March 12, 2018 | approved |
K-Lite Codec Pack Full 13.8.0 | 7030 | Monday, February 5, 2018 | approved |
K-Lite Codec Pack Full 13.7.5 | 6703 | Friday, December 29, 2017 | approved |
K-Lite Codec Pack Full 13.6.5 | 6056 | Monday, November 13, 2017 | approved |
K-Lite Codec Pack Full 13.6.0 | 3201 | Sunday, October 29, 2017 | approved |
K-Lite Codec Pack Full 13.5.5 | 4376 | Tuesday, September 26, 2017 | approved |
K-Lite Codec Pack Full 13.5.0 | 3700 | Sunday, September 3, 2017 | approved |
Discussion for the K-Lite Codec Pack Full Package
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.