<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sony Vegas and XVID (or DIVX) enconding with MP3 audio</title>
	<atom:link href="http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/</link>
	<description>A videographer's blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:58:28 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Jeff Ashby</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-1251</link>
		<dc:creator>Jeff Ashby</dc:creator>
		<pubDate>Mon, 16 Jan 2012 21:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-1251</guid>
		<description>This has been tried on XP and Windows 7, and works. If anyone is having the associated Vegas problem of no audio track appearing in the Time-Line re. editing DivX/Xvid files, installing the lates K-Lite Codecs cures that, and does not interfere with the mp3 encoding tip above.</description>
		<content:encoded><![CDATA[<p>This has been tried on XP and Windows 7, and works. If anyone is having the associated Vegas problem of no audio track appearing in the Time-Line re. editing DivX/Xvid files, installing the lates K-Lite Codecs cures that, and does not interfere with the mp3 encoding tip above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-1147</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Jan 2012 23:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-1147</guid>
		<description>Thanks for the info Jeff!  I&#039;ve not yet tried this myself, but will do so when time allows.  

Dear readers, do proceed with caution on something like this.  I suggest creating a system restore point before modifying the registry.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Jeff!  I&#8217;ve not yet tried this myself, but will do so when time allows.  </p>
<p>Dear readers, do proceed with caution on something like this.  I suggest creating a system restore point before modifying the registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Ashby</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-1144</link>
		<dc:creator>Jeff Ashby</dc:creator>
		<pubDate>Sun, 08 Jan 2012 19:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-1144</guid>
		<description>Sony Vegas will recognise mp3 as an audio codec with Divx/Xvid encoding.

There are lots of threads on the Net from people trying to get mp3 to encode, but this definitely works. Actually this is not a Vegas fault, it occurs because the Registry does not point to the correct encoder file. I had been struggling to find an answer for a long time.

First, go to http://blog.komeil.com/2008/06/enabling-fraunhofer-mp3-codec-vista.html

There is a fix file which changes 2 registry entries.

Download but do not run it yet.

If you do not already have it, download and install the free Fraunhofer codec. Just do a Google search, there are lots of links.

Now look in Windows System32 folder (and Wow64 folder if running 64 bit).

If you have l3codecp.acm in the folder(s) then just run the fix file. (The &#039;p&#039; at the end indicates the professional version).

If you only have l3codeca.acm (&#039;a&#039; indicates the non professional version) in the system folder(s), then do not despair. Windows Media Player 11 uses it. Do a search on your PC for l3codecp.acm.  Once found copy it to the system folder(s) above, and run the fix file.

You should now be able to select mp3 as an audio encoding option in Vegas, and pick your audio preferences.

In case the fix file disappears here are instructions taken from the Blog for the Registry alterations:-
Registry Changes Required for the Activation of Fraunhofer IIS MPEG Layer-3 Codec (Professional)
1.In HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc remove the whole name and data for “C:\Windows\System32\l3codeca.acm”, then create a REG_SZ named “l3codecp.acm” with a value of “Fraunhofer IIS MPEG Layer-3 Codec (professional)”. 
2.In HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32 change the value for “msacm.l3acm” from “C:\Windows\System32\l3codeca.acm” to “l3codecp.acm”.</description>
		<content:encoded><![CDATA[<p>Sony Vegas will recognise mp3 as an audio codec with Divx/Xvid encoding.</p>
<p>There are lots of threads on the Net from people trying to get mp3 to encode, but this definitely works. Actually this is not a Vegas fault, it occurs because the Registry does not point to the correct encoder file. I had been struggling to find an answer for a long time.</p>
<p>First, go to <a href="http://blog.komeil.com/2008/06/enabling-fraunhofer-mp3-codec-vista.html"  rel="nofollow">http://blog.komeil.com/2008/06/enabling-fraunhofer-mp3-codec-vista.html</a></p>
<p>There is a fix file which changes 2 registry entries.</p>
<p>Download but do not run it yet.</p>
<p>If you do not already have it, download and install the free Fraunhofer codec. Just do a Google search, there are lots of links.</p>
<p>Now look in Windows System32 folder (and Wow64 folder if running 64 bit).</p>
<p>If you have l3codecp.acm in the folder(s) then just run the fix file. (The &#8216;p&#8217; at the end indicates the professional version).</p>
<p>If you only have l3codeca.acm (&#8216;a&#8217; indicates the non professional version) in the system folder(s), then do not despair. Windows Media Player 11 uses it. Do a search on your PC for l3codecp.acm.  Once found copy it to the system folder(s) above, and run the fix file.</p>
<p>You should now be able to select mp3 as an audio encoding option in Vegas, and pick your audio preferences.</p>
<p>In case the fix file disappears here are instructions taken from the Blog for the Registry alterations:-<br />
Registry Changes Required for the Activation of Fraunhofer IIS MPEG Layer-3 Codec (Professional)<br />
1.In HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc remove the whole name and data for “C:\Windows\System32\l3codeca.acm”, then create a REG_SZ named “l3codecp.acm” with a value of “Fraunhofer IIS MPEG Layer-3 Codec (professional)”.<br />
2.In HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32 change the value for “msacm.l3acm” from “C:\Windows\System32\l3codeca.acm” to “l3codecp.acm”.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-596</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 02 Dec 2010 09:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-596</guid>
		<description>Tried this on Win 7.. no luck..  :/</description>
		<content:encoded><![CDATA[<p>Tried this on Win 7.. no luck..  :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-499</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Oct 2010 19:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-499</guid>
		<description>Great work Jellad!  I know I, and quite a few others out there have had to deal with this issue.  I really appreciate you taking the time to post your result for the benefit of others.  

Thanks!</description>
		<content:encoded><![CDATA[<p>Great work Jellad!  I know I, and quite a few others out there have had to deal with this issue.  I really appreciate you taking the time to post your result for the benefit of others.  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jellad.tarek</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-498</link>
		<dc:creator>jellad.tarek</dc:creator>
		<pubDate>Thu, 28 Oct 2010 19:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-498</guid>
		<description>I look everywhere on the web to solve the problem of error: &quot;An error occurred When Opening the codec&quot; blade mp3 sony vegas ... but found nothing.

so ... I try to provide my own solution.

After some tests, finally it works ....

This solution is based on a slight modification of the file &quot;LameACM.inf&quot;, deleting and adding other needed files.

Steps to follow:

1) uninstall all the video codes installed on the machine (using the Control Panel).

2) deleting from your system32 folder this files (if they exist of course):
     - LameACM.acm
     - Lame_acm.xml
     - L3codeca.acm
     - L3codecp.acm.

3) reboot

4) install &quot;lameACM-3.98&quot; that I modified (http://www.4shared.com/file/LlNhhX2l/gooood_lameACM-398__from_tunis.html) :
          - Right click on &quot;LameACM.inf&quot; and &quot;install&quot;.
          - Restart if necessary (if the program requires it).
          - Double click on &quot;l3codecp.reg and answere yes...yes.

5) reboot the machine.

6) end of installation

7) tries to use &quot;lame mp3&quot; sony vegas 9.0 :-)

bye the error: &quot;An error occurred When Opening the codec

:-)</description>
		<content:encoded><![CDATA[<p>I look everywhere on the web to solve the problem of error: &#8220;An error occurred When Opening the codec&#8221; blade mp3 sony vegas &#8230; but found nothing.</p>
<p>so &#8230; I try to provide my own solution.</p>
<p>After some tests, finally it works &#8230;.</p>
<p>This solution is based on a slight modification of the file &#8220;LameACM.inf&#8221;, deleting and adding other needed files.</p>
<p>Steps to follow:</p>
<p>1) uninstall all the video codes installed on the machine (using the Control Panel).</p>
<p>2) deleting from your system32 folder this files (if they exist of course):<br />
     &#8211; LameACM.acm<br />
     &#8211; Lame_acm.xml<br />
     &#8211; L3codeca.acm<br />
     &#8211; L3codecp.acm.</p>
<p>3) reboot</p>
<p>4) install &#8220;lameACM-3.98&#8243; that I modified (<a href="http://www.4shared.com/file/LlNhhX2l/gooood_lameACM-398__from_tunis.html"  rel="nofollow">http://www.4shared.com/file/LlNhhX2l/gooood_lameACM-398__from_tunis.html</a>) :<br />
          &#8211; Right click on &#8220;LameACM.inf&#8221; and &#8220;install&#8221;.<br />
          &#8211; Restart if necessary (if the program requires it).<br />
          &#8211; Double click on &#8220;l3codecp.reg and answere yes&#8230;yes.</p>
<p>5) reboot the machine.</p>
<p>6) end of installation</p>
<p>7) tries to use &#8220;lame mp3&#8243; sony vegas 9.0 <img src='http://www.pixelriffic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>bye the error: &#8220;An error occurred When Opening the codec</p>
<p> <img src='http://www.pixelriffic.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-495</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-495</guid>
		<description>This was the reason for my post.  Vegas (at least as of version 9) apparently can&#039;t use the Lame codec.  It has only very limited mp3 support.  This is why you have to render the audio as lossless, and use virtualdub to recombine them.</description>
		<content:encoded><![CDATA[<p>This was the reason for my post.  Vegas (at least as of version 9) apparently can&#8217;t use the Lame codec.  It has only very limited mp3 support.  This is why you have to render the audio as lossless, and use virtualdub to recombine them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jellad.tarek</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-494</link>
		<dc:creator>jellad.tarek</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-494</guid>
		<description>hello

you talk about the LAME ACM encoder?
So I tried it, however, I got the &quot;An error occured when opening the codec&quot; error box
why?????

thanks</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>you talk about the LAME ACM encoder?<br />
So I tried it, however, I got the &#8220;An error occured when opening the codec&#8221; error box<br />
why?????</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sony Vegas and XVID (or DIVX) enconding with MP3 audio &#124; Pixelrrific &#124; dixx</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-216</link>
		<dc:creator>Sony Vegas and XVID (or DIVX) enconding with MP3 audio &#124; Pixelrrific &#124; dixx</dc:creator>
		<pubDate>Mon, 10 May 2010 16:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-216</guid>
		<description>[...] Continue reading here: Sony Vegas and XVID (or DIVX) enconding with MP3 audio &#124; Pixelrrific [...]</description>
		<content:encoded><![CDATA[<p>[...] Continue reading here: Sony Vegas and XVID (or DIVX) enconding with MP3 audio | Pixelrrific [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.pixelriffic.com/sony-vegas-and-xvid-or-divx-enconding-with-mp3-audio/comment-page-1/#comment-191</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Apr 2010 16:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelriffic.com/?p=222#comment-191</guid>
		<description>Ironically, Vegas supports more video and audio codecs on the timeline than just about any NLE.  I suspect the answer is that in this case, it was probably had to do with rights to the mp3 format.</description>
		<content:encoded><![CDATA[<p>Ironically, Vegas supports more video and audio codecs on the timeline than just about any NLE.  I suspect the answer is that in this case, it was probably had to do with rights to the mp3 format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

