<?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 &#187; codec suggestion</title>
	<atom:link href="http://www.ghacks.net/tag/codec-suggestion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 09:43:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Check for and add missing Video Codecs</title>
		<link>http://www.ghacks.net/2008/01/03/check-for-and-add-missing-video-codecs/</link>
		<comments>http://www.ghacks.net/2008/01/03/check-for-and-add-missing-video-codecs/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 13:21:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[codec suggestion]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/03/check-for-and-add-missing-video-codecs/</guid>
		<description><![CDATA[I do not like Codec packages. You may ask why that is the case and my answer would be that they tend to install more than is needed to run the videos on your computer. There are also lots of fake codec packages out there that install viruses and trojans on your system. ]]></description>
			<content:encoded><![CDATA[<p>I do not like Codec packages. You may ask why that is the case and my answer would be that they tend to install more than is needed to run the videos on your computer. There are also lots of fake codec packages out there that install viruses and trojans on your system. </p>
<p>A much better solution is to check which codec is missing to play a video and install only that codec. I reviewed several programs that could do that but never on that was as easy to use as AVIcodec. You can load files or entire folders into <a href="http://avicodec.duby.info/">AVIcodec</a> by dragging and dropping them into the main program window or using the buttons to open the files and folders this way.</p>
<p>The videos will be analyzed as soon as they have been added and the codec used for video and audio is displayed. This is giving you the main information about the codecs of the files. If you select a file in the list detailed information are displayed at the bottom and this is where it gets interesting.</p>
<p><span id="more-2719"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/01/avi_codec1.jpg' alt='Check for and add missing Video Codecs' /></p>
<p>The three rows File, Video and Audio list information about the file. The important information however is the last word in the video and audio row which either says Supported or Unsupported.</p>
<p>Supported means that a codec that can play the audio or video is installed on the computer. Unsupported however means that no codec was found and this is the reason why the video is not playing properly. </p>
<p>A click on the WEB button on the right side of each line loads a website that has the codec. Just download and install the codec and you are good to go and can view (and hear) the video without problems. Links are leading to the official websites of the codecs as far as I can tell which means there is no (well almost) chance that you will download a virus or trojan.</p>

	Tags: <a href="http://www.ghacks.net/tag/avi/" title="avi" rel="tag">avi</a>, <a href="http://www.ghacks.net/tag/codec/" title="codec" rel="tag">codec</a>, <a href="http://www.ghacks.net/tag/codec-suggestion/" title="codec suggestion" rel="tag">codec suggestion</a>, <a href="http://www.ghacks.net/tag/codecs/" title="codecs" rel="tag">codecs</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/15/which-codecs-do-i-have-installed/" title="Which Codecs do I have installed ? (February 15, 2008)">Which Codecs do I have installed ?</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/10/18/list-all-installed-multimedia-codecs/" title="List all installed multimedia codecs (October 18, 2007)">List all installed multimedia codecs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/03/09/fix-avi-frame-drops-and-artefacts-on-the-fly/" title="Fix Avi Frame Drops and Artefacts on the fly (March 9, 2007)">Fix Avi Frame Drops and Artefacts on the fly</a> (9)</li>
	<li><a href="http://www.ghacks.net/2006/12/08/find-out-which-codec-is-missing-for-playback/" title="Find out which codec is missing for playback (December 8, 2006)">Find out which codec is missing for playback</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/05/14/create-executable-media-files/" title="Create executable media files (May 14, 2008)">Create executable media files</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/03/check-for-and-add-missing-video-codecs/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Find out which audio or video codec is missing</title>
		<link>http://www.ghacks.net/2007/06/23/find-out-which-audio-or-video-codec-is-missing/</link>
		<comments>http://www.ghacks.net/2007/06/23/find-out-which-audio-or-video-codec-is-missing/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 05:36:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[codec installer]]></category>
		<category><![CDATA[codec suggestion]]></category>
		<category><![CDATA[missing codec]]></category>
		<category><![CDATA[which codec do I need]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/06/23/find-out-which-audio-or-video-codec-is-missing/</guid>
		<description><![CDATA[Nothing is more frustrating than to witness that the movie that you downloaded for hours won't play on your computer. Maybe there is only black screen, no audio, blurred pictures or out of sync audio and video. The most likely cause for this behavior is that a audio or video codec is missing on your system.]]></description>
			<content:encoded><![CDATA[<p>Nothing is more frustrating than to witness that the movie that you downloaded for hours won&#8217;t play on your computer. Maybe there is only black screen, no audio, blurred pictures or out of sync audio and video. The most likely cause for this behavior is that a audio or video codec is missing on your system.</p>
<p>One way to solve this would be to install one of the huge codec packages that probably install the codec that you need but will definitely install many other codecs that you will never need or even cause problems on your system.</p>
<p><a href="http://www.jockersoft.com/english/codecinstaller_index.php" target="_blank">Codec Installer</a> is a freeware much like G-Spot wich analyzed a video file and displays audio and video codec information about it. A nice feature is the option to download any identified missing codec right from Codec Installer saving you the hassle to search for the right and current version of the codec on the Internet.</p>
<p><span id="more-1692"></span><img src="http://www.ghacks.net/files/screens/2007/06/codecinstaller_avi.png" alt="codec installer" /></p>
<p>Codec Installer requires the .net framework 2.0 and runs on all Microsoft operating systems starting with Windows 98 including Windows Vista support.</p>
<p>source: <a href="http://www.onetipaday.com/2007/06/23/codecinstaller-find-required-video-codecs-in-seconds/" target="_blank">One Tip a Day</a></p>

	Tags: <a href="http://www.ghacks.net/tag/codec-installer/" title="codec installer" rel="tag">codec installer</a>, <a href="http://www.ghacks.net/tag/codec-suggestion/" title="codec suggestion" rel="tag">codec suggestion</a>, <a href="http://www.ghacks.net/tag/missing-codec/" title="missing codec" rel="tag">missing codec</a>, <a href="http://www.ghacks.net/tag/which-codec-do-i-need/" title="which codec do I need" rel="tag">which codec do I need</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/18/video-inspector-displays-video-codecs-information/" title="Video Inspector Displays Video Codecs Information (May 18, 2009)">Video Inspector Displays Video Codecs Information</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/01/03/check-for-and-add-missing-video-codecs/" title="Check for and add missing Video Codecs (January 3, 2008)">Check for and add missing Video Codecs</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/06/23/find-out-which-audio-or-video-codec-is-missing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
