<?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: Converting Canon T1i Video for the PS3</title>
	<atom:link href="http://www.dirtystylus.com/blog/2009/09/01/converting-canon-t1i-video-for-the-ps3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dirtystylus.com/blog/2009/09/01/converting-canon-t1i-video-for-the-ps3/</link>
	<description>resistance was futile</description>
	<lastBuildDate>Tue, 25 Oct 2011 07:13:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Frank</title>
		<link>http://www.dirtystylus.com/blog/2009/09/01/converting-canon-t1i-video-for-the-ps3/comment-page-1/#comment-16247</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 28 Sep 2010 12:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=232#comment-16247</guid>
		<description>&lt;p&gt;Best solution I found is to use ffmpeg, keep the video as is so no transcode needed (very fast), only change audio codec to PS3 supported AAC.  The following DOS batch looks for all mov files and saves them into mp4 file that can be read directly on PS3.  Enjoy!&lt;/p&gt;

&lt;p&gt;echo on
FOR %%f in (*.mov) do &quot;C:\Program Files\WinFF\ffmpeg.exe&quot; -i %%f -vcodec copy -acodec libfaac -ac 2 -ar 44100 -ab 192k %%f.mp4
pause&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Best solution I found is to use ffmpeg, keep the video as is so no transcode needed (very fast), only change audio codec to PS3 supported AAC.  The following DOS batch looks for all mov files and saves them into mp4 file that can be read directly on PS3.  Enjoy!</p>

<p>echo on
FOR %%f in (*.mov) do &#8220;C:\Program Files\WinFF\ffmpeg.exe&#8221; -i %%f -vcodec copy -acodec libfaac -ac 2 -ar 44100 -ab 192k %%f.mp4
pause</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Object Caching 189/190 objects using disk

Served from: www.dirtystylus.com @ 2012-02-08 00:32:10 -->
