<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ffmpeg on Details...</title>
    <link>https://www.deepreflect.net/tags/ffmpeg/</link>
    <description>Recent content in Ffmpeg on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Mon, 29 Jun 2026 07:05:52 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/ffmpeg/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hyperlapse Experiment 1</title>
      <link>https://www.deepreflect.net/2021/01/12/hyperlapse-experiment-1/</link>
      <pubDate>Tue, 12 Jan 2021 06:43:02 +0000</pubDate>
       <guid isPermaLink="false">https://www.deepreflect.net/?p=1828</guid> 
      <description>&lt;p&gt;Some years ago (I think in 2017) I wanted to try to make a hyper-lapse video this is the result:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.deepreflect.net/wp-content/uploads/2021/01/hyperleo30fps.mp4&#34;&gt;Video Link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Some technical details:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I&amp;rsquo;ve moved for 5 meters&lt;/li&gt;
&lt;li&gt;On every frame, I move by 5 centimetres forward&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;ve taken about 100 frames&lt;/li&gt;
&lt;li&gt;The final video it&amp;rsquo;s created using FFmpeg&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is the FFmpeg script used to create the final clip:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ffmpeg -r 30 -pattern_type glob -i &amp;#39;*.JPG&amp;#39; -c:v libx264 -pix_fmt yuv420p out30fps.mp4
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
      <content:encoded><![CDATA[<p>Some years ago (I think in 2017) I wanted to try to make a hyper-lapse video this is the result:</p>
<p><a href="/wp-content/uploads/2021/01/hyperleo30fps.mp4">Video Link</a></p>
<p>Some technical details:</p>
<ul>
<li>I&rsquo;ve moved for 5 meters</li>
<li>On every frame, I move by 5 centimetres forward</li>
<li>I&rsquo;ve taken about 100 frames</li>
<li>The final video it&rsquo;s created using FFmpeg</li>
</ul>
<p>This is the FFmpeg script used to create the final clip:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>ffmpeg -r 30 -pattern_type glob -i &#39;*.JPG&#39; -c:v libx264 -pix_fmt yuv420p out30fps.mp4
</span></span></code></pre></div>]]></content:encoded>
    </item>
  </channel>
</rss>
