<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://build2be.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>build2be/com/e - gimp</title>
 <link>https://build2be.com/category/gimp</link>
 <description></description>
 <language>en</language>
<item>
 <title>Convert movie into animated gif.</title>
 <link>https://build2be.com/content/convert-movie-animated-gif</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;Video to Images&lt;/h2&gt;

&lt;p&gt;Make sure not to make the resolution or duration extreme. Convert the movie into 3 digits indexed images.&lt;/p&gt;

&lt;h3&gt;One command&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;ffmpeg -i godot-shader.mov -r 15 godot-shader.gif
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Making images to preprocess&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;ffmpeg -i video-720.mov -r 15 image-%3d.png
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;Weed out the duplicates&lt;/h3&gt;

&lt;p&gt;Remove unneeded images from the video manually.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 18 Nov 2018 12:46:24 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">190 at https://build2be.com</guid>
 <comments>https://build2be.com/content/convert-movie-animated-gif#comments</comments>
</item>
</channel>
</rss>
