– Providing hard-to-find pieces of software since 2001-10-21

Downloads

All the latest media utilities.

LAME DirectShow and ACM Codecs

The files here hook into into Windows multimedia frameworks to provide LAME encoding from several applications.

ACM is the ancient Windows "Audio Codec Manager", and most applications that can save audio files to WAV do so through ACM, making LAME encoding through it pretty much universal. The catch is that saved files have WAV headers that make the MP3 file unrecognizable to several players and decoders. A solution is using Marco Pontello's RiffStrip to delete the headers.

DirectShow is a much more advanced multimedia framework that allows several filters to be chained. In that fashion, one can easily create a chain that will read a wave file, pass its data through several sound processores, and at the other end write to disk directly to MP3.

LAME 3.98.4 ACM codec

2010-03-23

Compiled with VC9/ICL 11.1.054 Right click the inf file in Windows Explorer -> Install to install the ACM codec. Includes instructions on installing on x64 systems.

LAME 3.98.2 ACM codec

2009-02-17

Compiled with VC6/ICL 9.1 - intended for older Windows OSs. Right click the inf file in Windows Explorer -> Install to install the ACM codec.

LAME 3.98.4 DirectShow Filter

2010-03-23

VC9/ICL 11.1.054 compile. Includes batch files for Registering/Unregistering the filter modified to register correctly on x64 as well. You should read the text files before installing and using. (Working!)

LAME 3.98.2 DirectShow Filter

2009-02-17

VC6/ICL 9.1 compile - intended for older Windows OSs. Includes batch files for Registering/Unregistering the filter. You should read the text files before installing and using. (Working!)

Design & layout code by David Naylor, hosting by Chris Calmer (ScorLibran).

Validate this page for HTML 4.01 Valdiate this page for CSS2