<?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: Using Handbrake to Encode Videos for XBox 360 Playback</title>
	<atom:link href="http://www.curlybrace.com/words/2008/01/27/using-handbrake-to-encode-videos-for-xbox-360-playback/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curlybrace.com/words/2008/01/27/using-handbrake-to-encode-videos-for-xbox-360-playback/</link>
	<description>by Jeff Fitzsimons</description>
	<lastBuildDate>Fri, 16 Dec 2011 23:56:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pconwell</title>
		<link>http://www.curlybrace.com/words/2008/01/27/using-handbrake-to-encode-videos-for-xbox-360-playback/comment-page-1/#comment-3728</link>
		<dc:creator>pconwell</dc:creator>
		<pubDate>Fri, 23 Sep 2011 03:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.curlybrace.com/words/?p=65#comment-3728</guid>
		<description>I just want to clarify. Yes, the settings say stereo, but a PRO II receiver should be able to give you 5.1 surround sound.</description>
		<content:encoded><![CDATA[<p>I just want to clarify. Yes, the settings say stereo, but a PRO II receiver should be able to give you 5.1 surround sound.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pconwell</title>
		<link>http://www.curlybrace.com/words/2008/01/27/using-handbrake-to-encode-videos-for-xbox-360-playback/comment-page-1/#comment-3727</link>
		<dc:creator>pconwell</dc:creator>
		<pubDate>Fri, 23 Sep 2011 03:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.curlybrace.com/words/?p=65#comment-3727</guid>
		<description>I&#039;ve been able to get x264 with 5.1 Dolby Pro II with the following settings for handbrakeCLI. (Not sure how to do the settings exactly in the GUI version.)

The &quot;$z&quot; part is a variable for the file name from a script I wrote.

&lt;code&gt;
HandBrakeCLI -e x264 -x bframes=2:subme=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0:ref=2 -q .51 -5 -E faac -B 96 -R 44.1 -6 stereo -D 1.0 -i ./&quot;$z&quot; -o ./&quot;$z&quot;.m4v;
&lt;/code&gt;

Here is the complete script. It is for converting .avi files, but you should be able to easily adjust the script as necessary:

&lt;code&gt;
#!/bin/bash
#

LIST=&#039;*.avi&#039;
for z in $LIST; do
   HandBrakeCLI -e x264 -x bframes=2:subme=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0:ref=2 -q .51 -5 -E faac -B 96 -R 44.1 -6 stereo -D 1.0 -i ./&quot;$z&quot; -o ./&quot;$z&quot;.m4v; #does the conversion
   mv &quot;$z.m4v&quot; &quot;`basename &quot;$z.m4v&quot; .avi.m4v`.m4v&quot;; #cleans up file names
   rm $z; #delete old file
done;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been able to get x264 with 5.1 Dolby Pro II with the following settings for handbrakeCLI. (Not sure how to do the settings exactly in the GUI version.)</p>
<p>The &#8220;$z&#8221; part is a variable for the file name from a script I wrote.</p>
<p><code><br />
HandBrakeCLI -e x264 -x bframes=2:subme=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0:ref=2 -q .51 -5 -E faac -B 96 -R 44.1 -6 stereo -D 1.0 -i ./"$z" -o ./"$z".m4v;<br />
</code></p>
<p>Here is the complete script. It is for converting .avi files, but you should be able to easily adjust the script as necessary:</p>
<p><code><br />
#!/bin/bash<br />
#</p>
<p>LIST='*.avi'<br />
for z in $LIST; do<br />
   HandBrakeCLI -e x264 -x bframes=2:subme=6:mixed-refs=0:weightb=0:8x8dct=0:trellis=0:ref=2 -q .51 -5 -E faac -B 96 -R 44.1 -6 stereo -D 1.0 -i ./"$z" -o ./"$z".m4v; #does the conversion<br />
   mv "$z.m4v" "`basename "$z.m4v" .avi.m4v`.m4v"; #cleans up file names<br />
   rm $z; #delete old file<br />
done;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.curlybrace.com/words/2008/01/27/using-handbrake-to-encode-videos-for-xbox-360-playback/comment-page-1/#comment-3705</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 24 May 2011 14:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.curlybrace.com/words/?p=65#comment-3705</guid>
		<description>This is rather complex stuff.  It seems very few people use the x264 format.  Handbrake gives an alert when you slide the quality for h.264 encoding all the way to the highest, and it says it becomes x264 and warns that a lot of software won&#039;t play it.  I don&#039;t know what software will.  You talk about the xbox, but is there any software?  How about the ps3, do you know?  You&#039;re one of the few people to post about this encoding that I found.</description>
		<content:encoded><![CDATA[<p>This is rather complex stuff.  It seems very few people use the x264 format.  Handbrake gives an alert when you slide the quality for h.264 encoding all the way to the highest, and it says it becomes x264 and warns that a lot of software won&#8217;t play it.  I don&#8217;t know what software will.  You talk about the xbox, but is there any software?  How about the ps3, do you know?  You&#8217;re one of the few people to post about this encoding that I found.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

