<?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: Howto encode DVD video for an iPod (ffmpeg)</title>
	<atom:link href="http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/feed/" rel="self" type="application/rss+xml" />
	<link>http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/</link>
	<description>Scripts, settings, and fixes...</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:48:03 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DVD to mp4 &#171; BumScientist</title>
		<link>http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/comment-page-1/#comment-27535</link>
		<dc:creator>DVD to mp4 &#171; BumScientist</dc:creator>
		<pubDate>Sun, 07 Feb 2010 09:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/#comment-27535</guid>
		<description>[...] http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/" rel="nofollow">http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Geek Notes &#187; DVD to iPod Made Easy</title>
		<link>http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/comment-page-1/#comment-13942</link>
		<dc:creator>My Geek Notes &#187; DVD to iPod Made Easy</dc:creator>
		<pubDate>Tue, 06 Jan 2009 07:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/#comment-13942</guid>
		<description>[...] ffmpeg  -i full.vob  # input file name -f mp4  # output file format -r 30  # frame rate -vcodec mpeg4  # video codec -maxrate 1000  # maximum video bitrate tolerance -b 700  # video bitrate in kbit/s -qmin 3  # minimum video quantiser scale (VBR) -qmax 5  # maximum video quantiser scale (VBR) -bufsize 4096  # rate control buffer size -g 300  # gop (group of pictures) size -acodec aac  # audio codec to use -ar 44100  # audio sampling frequency -ab 192  # audio bitrate -ac 2  # the 2 stereo channels -s 320x240  # output resolution -aspect 4:3  # aspect ratio ~/new.mp4 # filename for output  Where credit is due - the site(s) where I got help and info: - http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/ [...]</description>
		<content:encoded><![CDATA[<p>[...] ffmpeg  -i full.vob  # input file name -f mp4  # output file format -r 30  # frame rate -vcodec mpeg4  # video codec -maxrate 1000  # maximum video bitrate tolerance -b 700  # video bitrate in kbit/s -qmin 3  # minimum video quantiser scale (VBR) -qmax 5  # maximum video quantiser scale (VBR) -bufsize 4096  # rate control buffer size -g 300  # gop (group of pictures) size -acodec aac  # audio codec to use -ar 44100  # audio sampling frequency -ab 192  # audio bitrate -ac 2  # the 2 stereo channels -s 320&#215;240  # output resolution -aspect 4:3  # aspect ratio ~/new.mp4 # filename for output  Where credit is due &#8211; the site(s) where I got help and info: &#8211; <a href="http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/" rel="nofollow">http://ramblings.narrabilis.com/wp/howto-encode-dvd-video-for-an-ipod-ffmpeg/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
