<?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"
	>
<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>
	<pubDate>Thu, 20 Nov 2008 13:08:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ross</title>
		<link>http://www.tenshu.net/archives/2007/06/03/transcoding-video-for-the-ps3-in-ubuntu/#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 'Muay.Thai.Fighting.Beat.avi':
  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 'xvid'
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 "Muay Thai Chuia" 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 'Muay.Thai.Fighting.Beat.avi':
  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 'aac'

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-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'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'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>
