Dasdan.be Logo Top Dasdan.be Logo Left
 
Main Menu
Who's Online
13 user(s) are online (6 user(s) are browsing Forum)

Members: 1
Guests: 13

dasdan, more...
New Members
Dasdan.be Forum Index
   Software
     Windows
   Lame MP3 popup while browsing with internet explorer and firefox

Browsing this Thread:   1 Anonymous Users

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
Lame MP3 popup while browsing with internet explorer and firefox
#1
Webmaster
Joined: 20/1/2005
From Ghent /Gent
Posts: 566
Level : 21
HP : 0 / 521
MP : 188 / 8582
EXP : 86
Group:
Webmasters
Registered Users
Offline
I would like to share the solution to prevent Lame MP3 encode / decoder to pop-up a copyright notice while surfing the internet.





This pop-up occurs when accessing a site that has some kind of multimedia, audio or video embedded.

The lame mp3 encoder / decoder is an opensource project to help programmers to provide audio and video function in their software.

A lot of programs use this mp3, mpg, mpeg codec in the background. Examples are Winamp, Audiograbber, iTunes, CDex, VLC Videolan, MediaMonkey, Picasa, Wireshark, K-lite codec Pack, ....

The pop-up is caused by a wrong configuration of the lame code.

You can easily solve this by manually editing the configuration file.

The configuration can normally be found in the windows system32 folder.

C:\Windows\System32\lame_acm.xml

the contents of this file can be viewed in ie notepad.
Right click and select "open with" and choose notepad

the contents of the file will look like this:
Quote:

<lame_acm>
<encodings default="Current">
<config name="Current">
<Smart use="true" />
<Copyright use="true" />
<CRC use="true" />
<Original use="false" />
<Private use="false" />
<Channel mode="Joint-stereo" />
<ABR use="true" min="88" max="224" step="6" />
</config>
</encodings>
</lame_acm>


to solve the pop-up problem you simply need to change
"<Copyright use="true" />" to <Copyright use="false" /> and save the file.


your "lame_acm.xml" file should look like this:


Quote:

<lame_acm>
<encodings default="Current">
<config name="Current">
<Smart use="true" />
<Copyright use="false" />
<CRC use="true" />
<Original use="false" />
<Private use="false" />
<Channel mode="Joint-stereo" />
<ABR use="true" min="88" max="224" step="6" />
</config>
</encodings>
</lame_acm>



related links:

Lame MP3 encoder popup
Lame MP3 encoder at Sourceforge
Posted on: 31/10/2009 11:31
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 





©Copyright 2005-2009