<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; audio codec</title> <atom:link href="http://www.ghacks.net/tag/audio-codec/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Helping your latest Linux release work with media</title><link>http://www.ghacks.net/2010/07/13/helping-your-latest-linux-release-work-with-media/</link> <comments>http://www.ghacks.net/2010/07/13/helping-your-latest-linux-release-work-with-media/#comments</comments> <pubDate>Tue, 13 Jul 2010 11:18:47 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apt]]></category> <category><![CDATA[audio codec]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[mp3]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[video codec]]></category> <category><![CDATA[yum]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28196</guid> <description><![CDATA[I thought I&#8217;d take a bit of a break from the desktops (we&#8217;ll come back to a new alternative desktop soon) and help the users out with getting both Ubuntu 10.04 and Fedora 13 working with some of the popular media types. This is a crucial chapter in a users life with Linux as we [...]]]></description> <content:encoded><![CDATA[<p>I thought I&#8217;d take a bit of a break from the desktops (we&#8217;ll come back to a new alternative desktop soon) and help the users out with getting both Ubuntu 10.04 and Fedora 13 working with some of the popular media types. This is a crucial chapter in a users life with Linux as we all know that multi-media is a bit part of using a computer. And now that the latest releases play well with just about every type of device you can imagine, it&#8217;s important that they be able to play well with those devices media.</p><p>So in this article I am going to discus how to install the necessary codecs to get these media types running in both Fedora 13 and Ubuntu 10.04.</p><p><span
id="more-28196"></span><strong></strong></p><p><strong>A necessary proclamation<br
/> </strong></p><p>Unfortunately Linux is hindered by licensing issues. This is why you will be hard-pressed to find a major distribution that ships with pre-rolled in MP3 support. It&#8217;s frustrating, but it&#8217;s a reality when dealing with licenses. Does that mean you have to go without listening to MP3&#8242;s and other file formats? No. You can still enjoy them, you just have to install support for those tools yourself (or allow the system to install them).</p><p><strong>Auto-install</strong></p><p>This is especially true for Ubuntu 10.04. When you try to use a new media type in one of the players (such as Rhythmbox or Banshee), Ubuntu will attempt to install the necessary files, applications,. and/or codecs in order allow that media player to work with said multi-media file. This works most of the time. It&#8217;s only during those occasions which it doesn&#8217;t work that will have you frustrated because you can&#8217;t use that multi-media. Fear  not.</p><div
id="attachment_28199" class="wp-caption alignleft" style="width: 274px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/autox.png"><img
class="size-medium wp-image-28199 " src="http://www.ghacks.net/wp-content/uploads/2010/07/autox-440x500.png" alt="" width="264" height="300" /></a><p
class="wp-caption-text">Figure 1</p></div><p><strong>Fedora 13</strong></p><p>There is a very simple tool, called AutoX (by Dangermous &#8211; no relation to the famous cartoon character), that you can use to install nearly any codec for Fedora 12 and 13 in both 32 and 64 bit versions. You can install it with the commands:</p><p><em>su </em></p><p><em>rpm -Uvh http://dnmouse.org/autoten-4.7-2.fc13.noarch.rpm</em></p><p>After you install, you run this with the command <em>autoten</em> as the root user. If you do not have all of the necessary dependencies, it will install them at first run. Once running you click on the button for the codec you want and it will install (see Figure 1). Very simple.</p><p><strong>Ubuntu 10.04</strong></p><p>With Ubuntu 10.04 you will have to issue a few commands to get your codecs installed. Before you run those commands you need to add repositories to apt. The command to add those repositories is:</p><p><em>sudo wget &#8211;output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list</em></p><p>Now issue the command:</p><p><em>sudo apt-get &#8211;quiet update</em></p><p>Finally the next two commands will finish up the job:</p><p><em>sudo apt-get &#8211;yes &#8211;quiet &#8211;allow-unauthenticated install medibuntu-keyring</em></p><p><em>sudo apt-get &#8211;quiet update</em></p><p>You are ready to install the codecs. I will just list them out for you.</p><p><strong>Non-free codecs:</strong> <em>sudo apt-get install non-free-codecs</em></p><p><strong>DVD support: </strong><em>sudo apt-get install libdvdcss2 libxine1-ffmpeg gxine mencoder</em></p><p>Hopefully, after running the commands above, you should the codec you need installed OR now Ubuntu 10.04 should be able to auto-install any codec you need.</p><p><strong>Final thoughts</strong></p><p>Thanks to licensing issues it&#8217;s not a perfect world for Linux and multi-media, but it is getting close. With tools like you have above, getting your distribution up and running with multi-media isn&#8217;t all that challenging.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/13/helping-your-latest-linux-release-work-with-media/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Display The Installed Codecs On A System</title><link>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/</link> <comments>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/#comments</comments> <pubDate>Wed, 25 Jun 2008 16:24:48 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[audio codec]]></category> <category><![CDATA[codecs]]></category> <category><![CDATA[list codecs]]></category> <category><![CDATA[multimedia]]></category> <category><![CDATA[system]]></category> <category><![CDATA[video codec]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5108</guid> <description><![CDATA[Normally users check video files and their required codecs to make sure the file plays properly on their system. But there are some users &#8211; including myself &#8211; who want to know the codecs that are installed on a system. This is useful for compatibility and playback reasons, for example to make sure that a [...]]]></description> <content:encoded><![CDATA[<p>Normally users check video files and their required codecs to make sure the file plays properly on their system. But there are some users &#8211; including myself &#8211; who want to know the codecs that are installed on a system. This is useful for compatibility and playback reasons, for example to make sure that a video is always using a specific codec for playback.</p><p><a
href="http://nirsoft.net/utils/installed_codec.html">Installed Codec</a> (via <a
href="http://www.shellcity.net/">Shell Extension City</a>) is another fine NirSoft tool that displays all installed codecs of a Windows 2000, 2003, XP or Vista system in a table. All meaning all Codec drivers and DirectShow but not binary codecs which are used by some applications like MPlayer.</p><p>The software lists the name of the codec, its installation path and file, the company that developed it and if it is enabled on the system. Each codec in the list can be disabled which has the effect that this codec will not be used to play the supported multimedia files. Excellent if you want to make sure that a specific codec is playing certain videos.</p><p><span
id="more-5108"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/06/installed_codec-500x267.jpg" alt="installed codec" title="installed codec" width="500" height="267" class="alignnone size-medium wp-image-5109" /></p><p>Removing some of the installed codecs can be achieved by disabling the codecs first and checking if the videos still play fine. If that is the case I would temporarily move them to another directory and if nothing bad happens delete them from the system. Most of the codecs installed on my Windows XP system are from Nero 8 which is kinda strange because I have not installed all those additional converters and tools that come with it. The codecs seem to get installed nevertheless.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
