<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechLifeWeb &#187; Audio</title>
	<atom:link href="http://www.techlifeweb.com/category/audio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techlifeweb.com</link>
	<description>Exploring the digital life</description>
	<lastBuildDate>Tue, 15 May 2012 06:01:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.techlifeweb.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Setting up the Media Server to play various file types</title>
		<link>http://www.techlifeweb.com/2008/05/10/setting-up-the-media-server-to-play-various-file-types/</link>
		<comments>http://www.techlifeweb.com/2008/05/10/setting-up-the-media-server-to-play-various-file-types/#comments</comments>
		<pubDate>Sat, 10 May 2008 23:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Media Server Project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[chris lanier]]></category>
		<category><![CDATA[codec packs]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[copy and paste]]></category>
		<category><![CDATA[double click]]></category>
		<category><![CDATA[ffdshow]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[ogm]]></category>
		<category><![CDATA[quicktime alternative]]></category>
		<category><![CDATA[real player]]></category>
		<category><![CDATA[useful tools]]></category>
		<category><![CDATA[video content]]></category>
		<category><![CDATA[video lan client]]></category>
		<category><![CDATA[video mp4]]></category>
		<category><![CDATA[vista media]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[windows media player]]></category>
		<category><![CDATA[windows registry editor]]></category>

		<guid isPermaLink="false">http://www.techlifeweb.com/2008/05/10/setting-up-the-media-server-to-play-various-file-types/</guid>
		<description><![CDATA[My new Media Server doesn&#8217;t come with everything to play all file types. If I didn&#8217;t want to play files in Windows Media Player or Media Center, that wouldn&#8217;t be a problem. I highly recommend the Video Lan Client (VLC) as it plays just about every file type you throw at it. There are times [...]]]></description>
			<content:encoded><![CDATA[<p>My new <a title="Media Server Project" href="http://www.techlifeweb.com/category/media-server-project/" target="_blank">Media Server</a> doesn&#8217;t come with everything to play all file types. If I didn&#8217;t want to play files in Windows Media Player or Media Center, that wouldn&#8217;t be a problem. I highly recommend the <a title="VLC" href="http://www.videolan.org/vlc/" target="_blank">Video Lan Client (VLC)</a> as it plays just about every file type you throw at it. There are times however, when you want these files to be played in Media Player or Media Center. In not locally then streaming to other devices. For that you need codecs.</p>
<p>I recommend you stay away from codec packs. They say they play everything and can end up messing up your finely crafted system. A good article on this subject is Chris Lanier&#8217;s <a href="http://msmvps.com/blogs/chrisl/archive/2007/07/21/1046591.aspx" target="_blank">Guide to Codecs in Vista Media Center</a>. As Chris&#8217; article shows, you need 2 things. A splitter, which lets you open the files and a decoder to actually play the files.</p>
<p>Download and install <a href="http://haali.cs.msu.ru/mkv/">Haali Media Splitter</a> so you can open files like MKV, OGM, MP4, FLAC.</p>
<p>Next, download and install ffdshow. Ffdshow is always being updated. I mam having good luck with the latest stable build, <a href="http://downloads.sourceforge.net/ffdshow-tryout/ffdshow_beta5_rev2033_20080705_clsid.exe?modtime=1215258952&amp;big_mirror=0">ffdshow_beta5_rev2033_20080705_clsid</a>.&#160; Best to go with what works.Take all the defaults I&#8217;ll go into more detail later.</p>
<p>You also need to tell Vista how to handle these files. Simply use notepad to create a file called video.reg and copy and paste these lines into it:</p>
<blockquote><pre>Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.mp4]
&quot;PerceivedType&quot;=&quot;video&quot;
&quot;Content Type&quot;=&quot;video/mp4&quot;

[HKEY_CLASSES_ROOT\.m4v]
&quot;PerceivedType&quot;=&quot;video&quot;
&quot;Content Type&quot;=&quot;video/mp4&quot;

[HKEY_CLASSES_ROOT\.m4a]
&quot;PerceivedType&quot;=&quot;audio&quot;
&quot;Content Type&quot;=&quot;audio/mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\MIME Types\video/mp4]
@=&quot;mp4file&quot;
&quot;UserApprovedOwning&quot;=&quot;yes&quot;
&quot;Extensions.SpaceSep&quot;=&quot;.mp4 .m4v&quot;
&quot;Extensions.CommaSep&quot;=&quot;mp4,m4v&quot;
&quot;Extension.Key&quot;=&quot;.mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\MIME Types\audio/mp4]
@=&quot;mp4file&quot;
&quot;UserApprovedOwning&quot;=&quot;yes&quot;
&quot;Extensions.SpaceSep&quot;=&quot;.m4a&quot;
&quot;Extensions.CommaSep&quot;=&quot;m4a&quot;
&quot;Extension.Key&quot;=&quot;.m4a&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Groups\Video\mp4]
@=&quot;mp4file&quot;
&quot;Description&quot;=&quot;Includes files with .mp4 and .m4v extensions.&quot;
&quot;Extensions&quot;=&quot;.mp4 .m4v&quot;
&quot;FriendlyTypeName&quot;=&quot;MPEG-4 Media File&quot;
&quot;MIME Types&quot;=&quot;video/mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Groups\Audio\m4a]
@=&quot;mp4file&quot;
&quot;Description&quot;=&quot;Includes files with an .m4a extension.&quot;
&quot;Extensions&quot;=&quot;.m4a&quot;
&quot;FriendlyTypeName&quot;=&quot;MPEG-4 Media File&quot;
&quot;MIME Types&quot;=&quot;audio/mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.mp4]
&quot;Permissions&quot;=dword:0000000f
&quot;UserApprovedOwning&quot;=&quot;yes&quot;
&quot;Runtime&quot;=dword:00000007
&quot;PerceivedType&quot;=&quot;video&quot;
&quot;MediaType.Description&quot;=&quot;MPEG-4 Media File&quot;
&quot;Extension.Handler&quot;=&quot;mp4file&quot;
&quot;Extension.MIME&quot;=&quot;video/mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.m4v]
&quot;Permissions&quot;=dword:0000000f
&quot;UserApprovedOwning&quot;=&quot;yes&quot;
&quot;Runtime&quot;=dword:00000007
&quot;PerceivedType&quot;=&quot;video&quot;
&quot;MediaType.Description&quot;=&quot;MPEG-4 Media File&quot;
&quot;Extension.Handler&quot;=&quot;mp4file&quot;
&quot;Extension.MIME&quot;=&quot;video/mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.m4a]
&quot;Permissions&quot;=dword:0000000f
&quot;UserApprovedOwning&quot;=&quot;yes&quot;
&quot;Runtime&quot;=dword:00000007
&quot;PerceivedType&quot;=&quot;audio&quot;
&quot;MediaType.Description&quot;=&quot;MPEG-4 Media File&quot;
&quot;Extension.Handler&quot;=&quot;mp4file&quot;
&quot;Extension.MIME&quot;=&quot;audio/mp4&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\Descriptions]
&quot;737&quot;=&quot;MPEG-4 Media File (*.mp4;*.m4v;*.m4a)&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\MUIDescriptions]
&quot;737&quot;=&quot;MPEG-4 Media File&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\Types]
&quot;737&quot;=&quot;*.mp4;*.m4v;*.m4a&quot;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\MLS\Extensions]
&quot;mp4&quot;=&quot;video&quot;
&quot;m4v&quot;=&quot;video&quot;
&quot;m4a&quot;=&quot;audio&quot;</pre>
</blockquote>
<p>Save the file, close Notepad and then double-click on the file. Click ok to have the file added to your registry. Now these types of files will show up in your Media Player library.</p>
<p>Optionally, I install 2 other useful tools:</p>
<p><a href="http://www.free-codecs.com/download/Real_Alternative.htm">Real Player Alternative (MUCH better than installing Real Player)</a> </p>
<p><a href="http://www.free-codecs.com/download/QT_Lite.htm">QT Lite (Quicktime alternative)</a> &#8211; Note: If you install the above correctly, you shouldn&#8217;t need to worry about quick time.</p>
<p>Ffdshow has lots of options for improving audio and video. I set up mine to be used with most every file type. While Ffdshow <em>can</em> be used to upscale or de-noise, etc. I do not enable any of those settings. I just let it play the files with out adding any extra overhead to the CPU.</p>
<p>Here are screen shots of how I set up ffdshow to play all the file types I need. You can also download this registry file and apply all the settings quickly. <a href="http://www.techlifeweb.com/download/ffdshow-techlifeweb.zip">ffdshow-techlifeweb</a></p>
<p><strong>Video Settings</strong></p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow1.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="206" alt="fdshow1" src="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow1-thumb.png" width="244" border="0" /></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow2a.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="206" alt="fdshow2a" src="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow2a-thumb.png" width="244" border="0" /></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="206" alt="fdshow3" src="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow3-thumb.png" width="244" border="0" /></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow4.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="206" alt="fdshow4" src="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow4-thumb.png" width="244" border="0" /></a> </p>
<p><strong>Audio Settings</strong></p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow5.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="206" alt="fdshow5" src="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow5-thumb.png" width="244" border="0" /></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="206" alt="fdshow6" src="http://www.techlifeweb.com/wp-content/uploads/2008/10/fdshow6-thumb.png" width="244" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techlifeweb.com/2008/05/10/setting-up-the-media-server-to-play-various-file-types/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Rip High Quality MP3s</title>
		<link>http://www.techlifeweb.com/2008/04/29/how-to-rip-high-quality-mp3s/</link>
		<comments>http://www.techlifeweb.com/2008/04/29/how-to-rip-high-quality-mp3s/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 06:57:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Media Server Project]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[and dance]]></category>
		<category><![CDATA[artist cd]]></category>
		<category><![CDATA[bit rate]]></category>
		<category><![CDATA[command line options]]></category>
		<category><![CDATA[compression options]]></category>
		<category><![CDATA[configuration wizard]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[dance mp3]]></category>
		<category><![CDATA[diana krall]]></category>
		<category><![CDATA[digital rights management]]></category>
		<category><![CDATA[exact audio copy]]></category>
		<category><![CDATA[face thefile structure]]></category>
		<category><![CDATA[favorite software]]></category>
		<category><![CDATA[followers]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[low quality]]></category>
		<category><![CDATA[media server]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[quality mp3s]]></category>
		<category><![CDATA[ripping cds]]></category>
		<category><![CDATA[structured]]></category>
		<category><![CDATA[true audiophiles]]></category>
		<category><![CDATA[when i look in your eyes]]></category>

		<guid isPermaLink="false">http://www.techlifeweb.com/2008/04/29/how-to-rip-high-quality-mp3s/</guid>
		<description><![CDATA[I have posted recently about the Media Server I have built. The server holds many hours of music ripped from CD. Call me old school but I would much rather buy CDs and rip them myself. The media provides a back up should everything go south. Also, I get the most accurate sound quality from [...]]]></description>
			<content:encoded><![CDATA[<p>I have posted recently about the <a href="http://www.techlifeweb.com/category/media-server-project/" target="_blank">Media Server</a> I have built. The server holds many hours of music ripped from CD. Call me old school but I would much rather buy CDs and rip them myself. The media provides a back up should everything go south. Also, I get the most accurate sound quality from the encode rather than suffer the low quality of a purchased download. Also, no digital rights management to get in the way of moving the file off the server to my portable devices.</p>
<p>My favorite software for ripping CDs is Exact Audio Copy. This software is getting better and better over time. It allows the conversion to MP3 or lossless formats like FLAC. I rip all my music to high quality mp3s. True audiophiles will probably want FLAC but the thing is, FLAC isn&#8217;t everywhere yet. MP3 is much more portable. For example, I can play it on my computer, stream it to my media extender, put it on CD for the car stereo, put it on my Archos, etc.</p>
<p>To get started you need:</p>
<p><a href="http://www.exactaudiocopy.de/" target="_blank">EAC-Exact Audio Copy</a></p>
<p><a href="http://www.rarewares.org/mp3-lame-bundle.php" target="_blank">LAME encoder 3.97</a></p>
<p>There are great EAC guides at <a href="http://wiki.hydrogenaudio.org/index.php?title=Category:EAC_Guides" target="_blank">Hydrogen Audio Wiki</a></p>
<p>Follow the <a href="http://wiki.hydrogenaudio.org/index.php?title=EAC_Configuration_Wizard" target="_blank">wiki page for the configuration wizard</a> then see the screen shots below.</p>
<p>The screen shots below show how I have the various EAC options set. This helps get things set up quickly and if further info is needed, the <a href="http://wiki.hydrogenaudio.org/index.php?title=Category:EAC_Guides" target="_blank">Hydrogen Audio Wiki</a> will provide the best resources. Click the image to enlarge.</p>
<p><strong>EAC Menu &#8211; EAC Options (F9)</strong></p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac1.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac1" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac1-thumb.png" width="240" border="0"/></a>&nbsp;<a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac2" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac2-thumb.png" width="240" border="0"/></a> </p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac3" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac3-thumb.png" width="240" border="0"/></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac4.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac4" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac4-thumb.png" width="240" border="0"/></a> </p>
<p>On the next screen I set the Naming Scheme to:&nbsp; %A\C%\N% &#8211; %T</p>
<p>This creates the file structure: Artist\CD Title\Track# &#8211; Song Title</p>
<p>Example: &#8220;Z:\Diana Krall\When I Look In Your Eyes\01 &#8211; Let&#8217;s Face The Music And Dance.mp3&#8243;</p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac5.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac5" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac5-thumb.png" width="240" border="0"/></a> </p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac6" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac6-thumb.png" width="240" border="0"/></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac7.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac7" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac7-thumb.png" width="240" border="0"/></a> </p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac8.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac8" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac8-thumb.png" width="240" border="0"/></a> <a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac9.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac9" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac9-thumb.png" width="240" border="0"/></a> </p>
<p><strong>EAC Menu &#8211; Compression Options (F11)</strong></p>
<p>The main setting here is the Command Line Options. Here is my command line:</p>
<p>-V2 &#8211;vbr-new &#8211;ta &#8220;%a&#8221; &#8211;tt &#8220;%t&#8221; &#8211;tg &#8220;%m&#8221; &#8211;tl &#8220;%g&#8221; &#8211;ty &#8220;%y&#8221; &#8211;tn &#8220;%n&#8221; %s %d</p>
<p>The bit rate doesn&#8217;t matter at that line overrides. </p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac10.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac10" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac10-thumb.png" width="240" border="0"/></a> </p>
<p><a href="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac11.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="193" alt="eac11" src="http://www.techlifeweb.com/wp-content/uploads/2008/04/eac11-thumb.png" width="240" border="0"/></a> </p>
<p>Enjoy your music!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techlifeweb.com/2008/04/29/how-to-rip-high-quality-mp3s/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

