<?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 - ffmpeg</title>
 <link>https://build2be.com/category/ffmpeg</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>
<item>
 <title>Convert MTS video into MOV</title>
 <link>https://build2be.com/content/convert-mts-video-mov</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;p&gt;ffmpeg -i MTS/00021.MTS -qscale 0 -deinterlace 00021.mov&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 09 Mar 2015 21:08:54 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">176 at https://build2be.com</guid>
 <comments>https://build2be.com/content/convert-mts-video-mov#comments</comments>
</item>
<item>
 <title>get the audio from of a flash movie</title>
 <link>https://build2be.com/content/get-audio-flash-movie</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;p&gt;Did you know? Did I knew? I needed to extract the audio from a flash movie. Quite simple right? So why took it 2 minutes my first time? Because I forgot the no interest in video switch. I found this one on &lt;a href=&quot;http://howto-pages.org/ffmpeg/#strip&quot;&gt;http://howto-pages.org/ffmpeg/#strip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;code&gt;# -vn : video kill switch
ffmpeg -i video.flv -vn -acodec copy audio.mp3&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;That -acoder copy still puzzles me. It is a copy the audio codec. But my flash movie had a mp2 codec. Is that a problem for mp3 players?&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-4 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;free form:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/ffmpeg&quot;&gt;ffmpeg&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 31 Dec 2008 16:41:16 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">70 at https://build2be.com</guid>
 <comments>https://build2be.com/content/get-audio-flash-movie#comments</comments>
</item>
</channel>
</rss>
