<?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: Video: Preproduction Week</title>
	<atom:link href="http://www.sintel.org/videos/video-preproduction-week/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sintel.org/videos/video-preproduction-week/</link>
	<description>Sintel, the Durian Open Movie Project</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:26:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: плoxaя</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-3660</link>
		<dc:creator>плoxaя</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-3660</guid>
		<description>Автор, посты , конечно, очень интересные. Но вы не подумывали сменить дизайн?</description>
		<content:encoded><![CDATA[<p>Автор, посты , конечно, очень интересные. Но вы не подумывали сменить дизайн?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizard</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-858</link>
		<dc:creator>Lizard</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-858</guid>
		<description>Thank you J.B. the Theora version means I could watch it :)
Now, it could be nice if subtitles would be in the movie for people who are not English native speakers, because there is a lot of talk ;)
But I understand it is maybe a lot of work, so maybe not.</description>
		<content:encoded><![CDATA[<p>Thank you J.B. the Theora version means I could watch it <img src='http://www.sintel.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Now, it could be nice if subtitles would be in the movie for people who are not English native speakers, because there is a lot of talk <img src='http://www.sintel.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
But I understand it is maybe a lot of work, so maybe not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nixon</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-852</link>
		<dc:creator>Nixon</dc:creator>
		<pubDate>Thu, 10 Sep 2009 07:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-852</guid>
		<description>cool to see you guys in action!
I wonder if eating these strange sweets was part of the contracts and if they tasted like one would imagine. 
Was kinda odd that noone actualy said he likes em:D
Great part with the aquarel painting of David.

Did you actually cut out Nathan hugging Brecht when he showed up or did he successfully avoid it?

Regards from Berlin
Nixon</description>
		<content:encoded><![CDATA[<p>cool to see you guys in action!<br />
I wonder if eating these strange sweets was part of the contracts and if they tasted like one would imagine.<br />
Was kinda odd that noone actualy said he likes em:D<br />
Great part with the aquarel painting of David.</p>
<p>Did you actually cut out Nathan hugging Brecht when he showed up or did he successfully avoid it?</p>
<p>Regards from Berlin<br />
Nixon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astroman Pete</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-847</link>
		<dc:creator>Astroman Pete</dc:creator>
		<pubDate>Thu, 10 Sep 2009 02:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-847</guid>
		<description>@ Colin

Awesome! I&#039;m glad you enjoyed it.</description>
		<content:encoded><![CDATA[<p>@ Colin</p>
<p>Awesome! I&#8217;m glad you enjoyed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.B. Nicholson-Owens</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-846</link>
		<dc:creator>J.B. Nicholson-Owens</dc:creator>
		<pubDate>Thu, 10 Sep 2009 01:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-846</guid>
		<description>I found the problem -- don&#039;t use the &quot;--sync&quot; option on this video.  The sync appears to be fine without using that option.

I believe all the videos play smoothly now (unless your computer isn&#039;t fast enough to decode the video, of course).  I&#039;ve re-derived the video and replaced the previously mentioned Ogg Vorbis + Theora files.  Please visit the following links and enjoy in freedom:

http://files.digitalcitizen.info/durian/best-quality-preproduction-week.ogv
http://files.digitalcitizen.info/durian/preproduction-week.ogv
http://files.digitalcitizen.info/durian/half-size-preproduction-week.ogv

To make the files I used ffmpeg2theora version 0.24+svn which I downloaded from
http://v2v.cc/~j/ffmpeg2theora/

# best quality, full size (you probably want this)
ffmpeg2theora --optimize --videoquality 10 --output best-quality-preproduction-week.ogv input.mp4

# default quality, full size (reasonable compromise)
ffmpeg2theora --optimize --output preproduction-week.ogv input.mp4

# default quality, half size (should play well anywhere)
ffmpeg2theora --width 320 --optimize --output half-size-preproduction-week.ogv input.mp4

Each command is one line.  The optimize, width, and videoquality options are prefixed with double hyphens (just in case your blog is set to turn those into some other character).

I offer this in the hope future videos can be shared in this free format in the future.</description>
		<content:encoded><![CDATA[<p>I found the problem &#8212; don&#8217;t use the &#8220;&#8211;sync&#8221; option on this video.  The sync appears to be fine without using that option.</p>
<p>I believe all the videos play smoothly now (unless your computer isn&#8217;t fast enough to decode the video, of course).  I&#8217;ve re-derived the video and replaced the previously mentioned Ogg Vorbis + Theora files.  Please visit the following links and enjoy in freedom:</p>
<p><a href="http://files.digitalcitizen.info/durian/best-quality-preproduction-week.ogv" rel="nofollow">http://files.digitalcitizen.info/durian/best-quality-preproduction-week.ogv</a><br />
<a href="http://files.digitalcitizen.info/durian/preproduction-week.ogv" rel="nofollow">http://files.digitalcitizen.info/durian/preproduction-week.ogv</a><br />
<a href="http://files.digitalcitizen.info/durian/half-size-preproduction-week.ogv" rel="nofollow">http://files.digitalcitizen.info/durian/half-size-preproduction-week.ogv</a></p>
<p>To make the files I used ffmpeg2theora version 0.24+svn which I downloaded from<br />
<a href="http://v2v.cc/~j/ffmpeg2theora/" rel="nofollow">http://v2v.cc/~j/ffmpeg2theora/</a></p>
<p># best quality, full size (you probably want this)<br />
ffmpeg2theora &#8211;optimize &#8211;videoquality 10 &#8211;output best-quality-preproduction-week.ogv input.mp4</p>
<p># default quality, full size (reasonable compromise)<br />
ffmpeg2theora &#8211;optimize &#8211;output preproduction-week.ogv input.mp4</p>
<p># default quality, half size (should play well anywhere)<br />
ffmpeg2theora &#8211;width 320 &#8211;optimize &#8211;output half-size-preproduction-week.ogv input.mp4</p>
<p>Each command is one line.  The optimize, width, and videoquality options are prefixed with double hyphens (just in case your blog is set to turn those into some other character).</p>
<p>I offer this in the hope future videos can be shared in this free format in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-805</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-805</guid>
		<description>@J.B. Nicholson-Owens: Sorry, but i&#039;ve some issues with your Ogg encoded videos (looks like both Firefox and VLC skips frames and it looks bad, meanwhile mp4 version grabbed from Vimeo plays fine in VLC... sorry :( ) :(</description>
		<content:encoded><![CDATA[<p>@J.B. Nicholson-Owens: Sorry, but i&#8217;ve some issues with your Ogg encoded videos (looks like both Firefox and VLC skips frames and it looks bad, meanwhile mp4 version grabbed from Vimeo plays fine in VLC&#8230; sorry <img src='http://www.sintel.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ) <img src='http://www.sintel.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Levy</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-800</link>
		<dc:creator>Colin Levy</dc:creator>
		<pubDate>Tue, 08 Sep 2009 18:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-800</guid>
		<description>@Astroman Pete - just read the Tower of the Elephant.  Nice story!  Great feeling of the world Howard creates.</description>
		<content:encoded><![CDATA[<p>@Astroman Pete &#8211; just read the Tower of the Elephant.  Nice story!  Great feeling of the world Howard creates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Levy</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-797</link>
		<dc:creator>Colin Levy</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-797</guid>
		<description>@J.B. Nicholson-Owens - Just approved the post from the spam filter.  Thanks for taking the time to convert, upload and post ogg versions!  I appreciate it.</description>
		<content:encoded><![CDATA[<p>@J.B. Nicholson-Owens &#8211; Just approved the post from the spam filter.  Thanks for taking the time to convert, upload and post ogg versions!  I appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.B. Nicholson-Owens</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-796</link>
		<dc:creator>J.B. Nicholson-Owens</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-796</guid>
		<description>I posted some links to Ogg Vorbis + Theora versions of this movie I made, but I suppose the blog filter either ate the post or that post waits for moderator approval.</description>
		<content:encoded><![CDATA[<p>I posted some links to Ogg Vorbis + Theora versions of this movie I made, but I suppose the blog filter either ate the post or that post waits for moderator approval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://www.sintel.org/videos/video-preproduction-week/comment-page-1/#comment-795</link>
		<dc:creator>foo</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://durian.blender.org/?p=409#comment-795</guid>
		<description>Please upload somewhere where folks without access to flash can view it. Ogg Theora + Vorbis would be nice, or youtube works because it is possible to download .mp4/.flv files.</description>
		<content:encoded><![CDATA[<p>Please upload somewhere where folks without access to flash can view it. Ogg Theora + Vorbis would be nice, or youtube works because it is possible to download .mp4/.flv files.</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 424/426 objects using disk

Served from: www.sintel.org @ 2012-05-21 04:23:41 -->
