<?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: PSP video guide</title>
	<atom:link href="http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://rob.opendot.cl</link>
	<description>stuff about me, what i do and some other hopefully useful stuff</description>
	<lastBuildDate>Sun, 05 Sep 2010 15:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: rob</title>
		<link>http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/comment-page-1/#comment-15012</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Tue, 15 Jun 2010 06:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/#comment-15012</guid>
		<description>Oops. -b &lt;bit rate&gt; where that value is something reasonable for your content. Else you can use -crf &lt;float&gt; if you prefer but you have to set the bufsize and maxrate.</description>
		<content:encoded><![CDATA[<p>Oops. -b <bit rate> where that value is something reasonable for your content. Else you can use -crf <float> if you prefer but you have to set the bufsize and maxrate.</float></bit></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean darcy</title>
		<link>http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/comment-page-1/#comment-15011</link>
		<dc:creator>sean darcy</dc:creator>
		<pubDate>Mon, 14 Jun 2010 23:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/#comment-15011</guid>
		<description>Ok, libfaac it is.

Is the &quot;-b&quot; a typo,  or do you really need to set the bitrate?</description>
		<content:encoded><![CDATA[<p>Ok, libfaac it is.</p>
<p>Is the &#8220;-b&#8221; a typo,  or do you really need to set the bitrate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/comment-page-1/#comment-15010</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/#comment-15010</guid>
		<description>1. libfaac is still better quality than FFmpeg&#039;s AAC encoder for the moment. Someone is working on it and we hope to beat FAAC soon.

2. I haven&#039;t tested this (though I do have a PS3 now) but something like:

ffmpeg -i INPUT -acodec libfaac -ab 128k -vcodec libx264 -vpre slow -vpre high -level 41 -bufsize 40000 -maxrate 40000 -b &lt;bitrate&gt; outfile.mp4

As it supports Blu ray and this should be compliant with Blu ray on the video side at least. If you want to do two passes or so, you can check out the generic FFmpeg x264 encoding guide. The only restrictions I know of are H.264 High Profile at Level 4.1 which is pretty easy to attain. You do need to set the bufsize and maxrate though to increase the likelihood your encoded file will play. I think using crf mode is OK too as long as you set the bufsize and maxrate.</description>
		<content:encoded><![CDATA[<p>1. libfaac is still better quality than FFmpeg&#8217;s AAC encoder for the moment. Someone is working on it and we hope to beat FAAC soon.</p>
<p>2. I haven&#8217;t tested this (though I do have a PS3 now) but something like:</p>
<p>ffmpeg -i INPUT -acodec libfaac -ab 128k -vcodec libx264 -vpre slow -vpre high -level 41 -bufsize 40000 -maxrate 40000 -b <bitrate> outfile.mp4</p>
<p>As it supports Blu ray and this should be compliant with Blu ray on the video side at least. If you want to do two passes or so, you can check out the generic FFmpeg x264 encoding guide. The only restrictions I know of are H.264 High Profile at Level 4.1 which is pretty easy to attain. You do need to set the bufsize and maxrate though to increase the likelihood your encoded file will play. I think using crf mode is OK too as long as you set the bufsize and maxrate.</bitrate></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean darcy</title>
		<link>http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/comment-page-1/#comment-15009</link>
		<dc:creator>sean darcy</dc:creator>
		<pubDate>Sun, 13 Jun 2010 16:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/#comment-15009</guid>
		<description>Two comments:

1. Why libfaac rather than aac? I thought aac was worked on to be &quot;better&quot; than libfaac?

2. I&#039;m really looking for a PS3 command line. Here&#039;s what I&#039;ve come up with:
ffmpeg -i INPUT  -acodec aac -ab 128k  -vcodec libx264 -vpre slow -vpre high -level 42 -crf 17  OUTPUT.mp4

Googling has not been a great help. Any suggestions or a link?</description>
		<content:encoded><![CDATA[<p>Two comments:</p>
<p>1. Why libfaac rather than aac? I thought aac was worked on to be &#8220;better&#8221; than libfaac?</p>
<p>2. I&#8217;m really looking for a PS3 command line. Here&#8217;s what I&#8217;ve come up with:<br />
ffmpeg -i INPUT  -acodec aac -ab 128k  -vcodec libx264 -vpre slow -vpre high -level 42 -crf 17  OUTPUT.mp4</p>
<p>Googling has not been a great help. Any suggestions or a link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyper Shinchan</title>
		<link>http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/comment-page-1/#comment-15003</link>
		<dc:creator>Hyper Shinchan</dc:creator>
		<pubDate>Fri, 21 May 2010 01:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://rob.opendot.cl/index.php/useful-stuff/psp-video-guide/#comment-15003</guid>
		<description>Actually I must say that there are some weird limitations with the resolution, it seems that anything higher than 480x272p must be 480p, 640x480 is fine but 480x360 used by Youtube isn&#039;t fine; I&#039;ve also tested videos encoded with settings that worked at 720x480 and 640x480 but at 480x360 and 512x384 they didn&#039;t work (probably because resolutions higher than 270p are mainly intended to be displayed on TV monitors and it would be harder for the PSP to resize them, I suppose it does so with some dedicated hardware routine, just like AVC decoding, and not via software).
So it should be safe to say that the supported resolutions are:
anything with vertical resolution ≤ 272 pixels and horizontal resolution ≤ 480 pixels (tested: 320x240; 480x240 and 480x272)
anything with vertical resolution of 480 pixels and horizontal ≤ 720 pixels (tested: 640x480 and 720x480)</description>
		<content:encoded><![CDATA[<p>Actually I must say that there are some weird limitations with the resolution, it seems that anything higher than 480x272p must be 480p, 640&#215;480 is fine but 480&#215;360 used by Youtube isn&#8217;t fine; I&#8217;ve also tested videos encoded with settings that worked at 720&#215;480 and 640&#215;480 but at 480&#215;360 and 512&#215;384 they didn&#8217;t work (probably because resolutions higher than 270p are mainly intended to be displayed on TV monitors and it would be harder for the PSP to resize them, I suppose it does so with some dedicated hardware routine, just like AVC decoding, and not via software).<br />
So it should be safe to say that the supported resolutions are:<br />
anything with vertical resolution ≤ 272 pixels and horizontal resolution ≤ 480 pixels (tested: 320&#215;240; 480&#215;240 and 480&#215;272)<br />
anything with vertical resolution of 480 pixels and horizontal ≤ 720 pixels (tested: 640&#215;480 and 720&#215;480)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
