<?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: Transcoding video for the PS3 in Ubuntu</title>
	<atom:link href="http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/</link>
	<description>Pondering the mystery...</description>
	<lastBuildDate>Sat, 06 Mar 2010 14:00:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PS3</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/comment-page-1/#comment-112</link>
		<dc:creator>PS3</dc:creator>
		<pubDate>Sun, 19 Jul 2009 16:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-112</guid>
		<description>Nice to see people doing charitable stuff.</description>
		<content:encoded><![CDATA[<p>Nice to see people doing charitable stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juicyD</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/comment-page-1/#comment-56</link>
		<dc:creator>juicyD</dc:creator>
		<pubDate>Mon, 24 Nov 2008 14:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-56</guid>
		<description>Ross: Bit late, but if you&#039;re still trying, use

-acodec libfaac

Good luck.</description>
		<content:encoded><![CDATA[<p>Ross: Bit late, but if you&#8217;re still trying, use</p>
<p>-acodec libfaac</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/comment-page-1/#comment-38</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 10 Jul 2008 15:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-38</guid>
		<description>rosswalker@mediaserver:~/Videos$ ffmpeg -i Muay.Thai.Fighting.Beat.avi -s 640x352 -vcodec xvid -b 1037k -acodec mp3 -ab 96k MuayThaiFightingBeat.PS3.avi
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
  libavutil version: 1d.49.3.0
  libavcodec version: 1d.51.38.0
  libavformat version: 1d.51.10.0
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)
Input #0, avi, from &#039;Muay.Thai.Fighting.Beat.avi&#039;:
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 720x404, 25.00 fps(r)
  Stream #0.1: Audio: 0x2000, 48000 Hz, stereo, 192 kb/s
Unknown codec &#039;xvid&#039;
rosswalker@mediaserver:~/Videos$ ffmpeg -y -i Muay.Thai.Fighting.Beat.avi -acodec aac -ab 192kb -vcodec mpeg4 -b 1500kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -title &quot;Muay Thai Chuia&quot; Muay.Thai.Fighting.Beat.mp4
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm --enable-dc1394 --disable-debug --enable-shared --prefix=/usr
  libavutil version: 1d.49.3.0
  libavcodec version: 1d.51.38.0
  libavformat version: 1d.51.10.0
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)
Input #0, avi, from &#039;Muay.Thai.Fighting.Beat.avi&#039;:
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 720x404, 25.00 fps(r)
  Stream #0.1: Audio: 0x2000, 48000 Hz, stereo, 192 kb/s
Unknown codec &#039;aac&#039;

Any Ideas?</description>
		<content:encoded><![CDATA[<p>rosswalker@mediaserver:~/Videos$ ffmpeg -i Muay.Thai.Fighting.Beat.avi -s 640&#215;352 -vcodec xvid -b 1037k -acodec mp3 -ab 96k MuayThaiFightingBeat.PS3.avi<br />
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br />
  configuration: &#8211;enable-gpl &#8211;enable-pp &#8211;enable-swscaler &#8211;enable-pthreads &#8211;enable-libvorbis &#8211;enable-libtheora &#8211;enable-libogg &#8211;enable-libgsm &#8211;enable-dc1394 &#8211;disable-debug &#8211;enable-shared &#8211;prefix=/usr<br />
  libavutil version: 1d.49.3.0<br />
  libavcodec version: 1d.51.38.0<br />
  libavformat version: 1d.51.10.0<br />
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)<br />
Input #0, avi, from &#8216;Muay.Thai.Fighting.Beat.avi&#8217;:<br />
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s<br />
  Stream #0.0: Video: mpeg4, yuv420p, 720&#215;404, 25.00 fps(r)<br />
  Stream #0.1: Audio: 0&#215;2000, 48000 Hz, stereo, 192 kb/s<br />
Unknown codec &#8216;xvid&#8217;<br />
rosswalker@mediaserver:~/Videos$ ffmpeg -y -i Muay.Thai.Fighting.Beat.avi -acodec aac -ab 192kb -vcodec mpeg4 -b 1500kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -title &#8220;Muay Thai Chuia&#8221; Muay.Thai.Fighting.Beat.mp4<br />
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.<br />
  configuration: &#8211;enable-gpl &#8211;enable-pp &#8211;enable-swscaler &#8211;enable-pthreads &#8211;enable-libvorbis &#8211;enable-libtheora &#8211;enable-libogg &#8211;enable-libgsm &#8211;enable-dc1394 &#8211;disable-debug &#8211;enable-shared &#8211;prefix=/usr<br />
  libavutil version: 1d.49.3.0<br />
  libavcodec version: 1d.51.38.0<br />
  libavformat version: 1d.51.10.0<br />
  built on Mar 12 2008 14:31:53, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu4)<br />
Input #0, avi, from &#8216;Muay.Thai.Fighting.Beat.avi&#8217;:<br />
  Duration: 01:20:14.5, start: 0.000000, bitrate: 2447 kb/s<br />
  Stream #0.0: Video: mpeg4, yuv420p, 720&#215;404, 25.00 fps(r)<br />
  Stream #0.1: Audio: 0&#215;2000, 48000 Hz, stereo, 192 kb/s<br />
Unknown codec &#8216;aac&#8217;</p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lev</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/comment-page-1/#comment-23</link>
		<dc:creator>Lev</dc:creator>
		<pubDate>Sat, 22 Sep 2007 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#comment-23</guid>
		<description>Eureka!

Thank you, man!

I have spent the last couple of days trying to figure this out. I&#039;ve read all sorts of guides, and tried various command lines that others recommended and none of it was working for me.

Your method worked like a charm for the first two videos I&#039;ve tried, and I can only assume I will continue having such success.

Thanks a lot for ending a long battle I was having against ffmpeg. :)</description>
		<content:encoded><![CDATA[<p>Eureka!</p>
<p>Thank you, man!</p>
<p>I have spent the last couple of days trying to figure this out. I&#8217;ve read all sorts of guides, and tried various command lines that others recommended and none of it was working for me.</p>
<p>Your method worked like a charm for the first two videos I&#8217;ve tried, and I can only assume I will continue having such success.</p>
<p>Thanks a lot for ending a long battle I was having against ffmpeg. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
