<?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: Create a movie file from single image files (png, jpegs)</title>
	<atom:link href="http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/</link>
	<description>A blog about my research work, computer and internet stuff, personal life.</description>
	<lastBuildDate>Sat, 28 Jan 2012 02:55:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Creating Animated Figures with Python + Matplotlib &#124; SciCoder</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-60841</link>
		<dc:creator>Creating Animated Figures with Python + Matplotlib &#124; SciCoder</dc:creator>
		<pubDate>Fri, 11 Nov 2011 02:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-60841</guid>
		<description>[...] For more information, check these links: http://matplotlib.sourceforge.net/api/animation_api.html http://matplotlib.sourceforge.net/trunk-docs/examples/animation/animate_decay.html http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/ [...]</description>
		<content:encoded><![CDATA[<p>[...] For more information, check these links: <a href="http://matplotlib.sourceforge.net/api/animation_api.html" rel="nofollow">http://matplotlib.sourceforge.net/api/animation_api.html</a> <a href="http://matplotlib.sourceforge.net/trunk-docs/examples/animation/animate_decay.html" rel="nofollow">http://matplotlib.sourceforge.net/trunk-docs/examples/animation/animate_decay.html</a> <a href="http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/" rel="nofollow">http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhilash</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-56320</link>
		<dc:creator>abhilash</dc:creator>
		<pubDate>Sat, 16 Jul 2011 06:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-56320</guid>
		<description>By running the following command in the shell, FFMPEG can convert a number of different images into a video.  ffmpeg -f image2 -i image%d.jpg output.mpg.    It is one of the interesting tasks that can be done usin the FFMPEG.  &lt;a href=&quot;http://www.ubuntumanual.org/posts/327/converting-videos-in-ubuntu-using-ffmpeg-the-ultimate-free-video-converter&quot; rel=&quot;nofollow&quot;&gt;Convert videos Ubuntu : &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>By running the following command in the shell, FFMPEG can convert a number of different images into a video.  ffmpeg -f image2 -i image%d.jpg output.mpg.    It is one of the interesting tasks that can be done usin the FFMPEG.  <a href="http://www.ubuntumanual.org/posts/327/converting-videos-in-ubuntu-using-ffmpeg-the-ultimate-free-video-converter" rel="nofollow">Convert videos Ubuntu : </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Werner</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-55108</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Tue, 14 Jun 2011 19:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-55108</guid>
		<description>Hi Seb, you could try different qscale values to get  smaller but less quality movies.</description>
		<content:encoded><![CDATA[<p>Hi Seb, you could try different qscale values to get  smaller but less quality movies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastock</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-55076</link>
		<dc:creator>sebastock</dc:creator>
		<pubDate>Mon, 13 Jun 2011 23:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-55076</guid>
		<description>Thanks, the quality of the video is excellent. The price to pay is the size of the video. In my case, 300Mo for 5000 images.</description>
		<content:encoded><![CDATA[<p>Thanks, the quality of the video is excellent. The price to pay is the size of the video. In my case, 300Mo for 5000 images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-53550</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 20 May 2011 07:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-53550</guid>
		<description>Try this to convert image to video.
ffmpeg -f image2 -i image%d.jpg output.mpg.
To know more visit: ubuntumanual.org/posts/327/converting-videos-in-ubuntu-using-ffmpeg-the-ultimate-free-video-converter</description>
		<content:encoded><![CDATA[<p>Try this to convert image to video.<br />
ffmpeg -f image2 -i image%d.jpg output.mpg.<br />
To know more visit: ubuntumanual.org/posts/327/converting-videos-in-ubuntu-using-ffmpeg-the-ultimate-free-video-converter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-52878</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Wed, 04 May 2011 15:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-52878</guid>
		<description>Hi,

Is there a way to do the same with ONE single image (i.e. still frame) plus an audio file and obtain a video of the same duration as the audio?

thanks
m.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there a way to do the same with ONE single image (i.e. still frame) plus an audio file and obtain a video of the same duration as the audio?</p>
<p>thanks<br />
m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuvapuisto</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-39173</link>
		<dc:creator>Kuvapuisto</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-39173</guid>
		<description>Thenk you! Works perfectly</description>
		<content:encoded><![CDATA[<p>Thenk you! Works perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-39027</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 07 Jun 2010 07:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-39027</guid>
		<description>You rock - thanks! Instantly tried it with qscale 1, and it looked flawlessly fluid.

Mark</description>
		<content:encoded><![CDATA[<p>You rock &#8211; thanks! Instantly tried it with qscale 1, and it looked flawlessly fluid.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Antonio Herrero Machado</title>
		<link>http://www.miscdebris.net/blog/2008/04/28/create-a-movie-file-from-single-image-files-png-jpegs/comment-page-1/#comment-38111</link>
		<dc:creator>Mario Antonio Herrero Machado</dc:creator>
		<pubDate>Sat, 29 May 2010 23:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.miscdebris.net/blog/?p=42#comment-38111</guid>
		<description>Thanks, I have put a reference to this article in http://www.gnewbook.org/pg/pages/view/32163/

Córdoba, Argentina</description>
		<content:encoded><![CDATA[<p>Thanks, I have put a reference to this article in <a href="http://www.gnewbook.org/pg/pages/view/32163/" rel="nofollow">http://www.gnewbook.org/pg/pages/view/32163/</a></p>
<p>Córdoba, Argentina</p>
]]></content:encoded>
	</item>
</channel>
</rss>

