<?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>Daz's bits and bobs &#187; htpc</title>
	<atom:link href="http://sigtar.com/category/htpc/feed/" rel="self" type="application/rss+xml" />
	<link>http://sigtar.com</link>
	<description>…bytes bits</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MediaPortal &#8211; Codecs</title>
		<link>http://sigtar.com/2009/09/13/mediaportal-codecs/</link>
		<comments>http://sigtar.com/2009/09/13/mediaportal-codecs/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 23:15:53 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[htpc]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[DXVA]]></category>
		<category><![CDATA[jerking]]></category>
		<category><![CDATA[mediaporta]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=967</guid>
		<description><![CDATA[SAF seems to be one of the best option out there, the author has a nice post here : http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00rc1-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/
I was previously using the mega codec pack, but found lately there was some issues with it jerk zooming? &#8211; in dark scenes it was jumping in and out. I&#8217;ve gone through all the filter settings [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>SAF seems to be one of the best option out there, the author has a nice post here : <a href="http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00rc1-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/" target="_blank">http://forum.team-mediaportal.com/codecs-external-players-55/saf-v4-00rc1-standalone-filters-dxva-ready-mpeg2-h-264-vc-1-a-44614/</a></p>
<p>I was previously using the mega codec pack, but found lately there was some issues with it jerk zooming? &#8211; in dark scenes it was jumping in and out. I&#8217;ve gone through all the filter settings and ensured everything was disabled, but still the problem comes up. Installing SAF has removed these problems.</p>
<p>There is another codec pack to grab if your decoding HD tv &#8211; google &#8211; HD Pack 2.2</p>
<p><strong><em>Updated : 26/11/2009</em></strong></p>
<p>I&#8217;ve started to use windows 7 since it has some really good builtin drivers for my tv card. Media center seems to be alot more responsive than mediaportal has ever been. Also more stable. Hopefully things change as it matures.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/09/13/mediaportal-codecs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encoding Vids &#8211; Atomic advice on mencoder</title>
		<link>http://sigtar.com/2009/08/26/encoding-vids-atomic-advice-on-mencoder/</link>
		<comments>http://sigtar.com/2009/08/26/encoding-vids-atomic-advice-on-mencoder/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:25:51 +0000</pubDate>
		<dc:creator>Daz</dc:creator>
				<category><![CDATA[htpc]]></category>

		<guid isPermaLink="false">http://sigtar.com/?p=973</guid>
		<description><![CDATA[One of the writers for Atomic mag spent some time upscalling his dvd collection to 720p. This is the commandline he used in the end to get a great clear result.
commandline ;
mencoder -sws 9 -vf scale=1280:720,hqdn3d=6:5:8,unsharp=17&#215;5:1,pp=ha:128:7/va/dr/al &#8211; ovc x264 -x264encopts subq=9:b_pyramid:weight_b:8&#215;8dct:me=umh:cabac:partitions=all:trellis=2:mixed_refs:direct_pred=auto:psy-rd=1.0,0.2:qp=16:threads=2:nodct_decimate:nofast_pskip:bframes=6:frameref=6 -oac copy dvd://1 -o output.avi
Of course it may change depending on what you are [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>One of the writers for Atomic mag spent some time upscalling his dvd collection to 720p. This is the commandline he used in the end to get a great clear result.</p>
<p>commandline ;</p>
<p><strong>mencoder -sws 9 -vf scale=1280:720,hqdn3d=6:5:8,unsharp=17&#215;5:1,pp=ha:128:7/va/dr/al &#8211; ovc x264 -x264encopts subq=9:b_pyramid:weight_b:8&#215;8dct:me=umh:cabac:partitions=all:trellis=2:mixed_refs:direct_pred=auto:psy-rd=1.0,0.2:qp=16:threads=2:nodct_decimate:nofast_pskip:bframes=6:frameref=6 -oac copy dvd://1 -o output.avi</strong></p>
<p>Of course it may change depending on what you are encoding, but its a good place to start. Check the atomic fourms (au) for more detail etc&#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sigtar.com/2009/08/26/encoding-vids-atomic-advice-on-mencoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
