<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#after-effects posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/after-effects/</link>
    <atom:link href="https://bencrowder.net/blog/tag/after-effects/feed/" rel="self" />
    <description>Feed for blog posts tagged with #after-effects.</description>
    <lastBuildDate>Fri, 17 Apr 2026 23:19:59 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>Wave GIF</title>
      <link>https://bencrowder.net/blog/2014/wave-gif/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2014/wave-gif/</guid>
      <pubDate>Wed, 14 May 2014 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>A quick animated GIF I threw together:</p>
<figure><img src="https://cdn.bencrowder.net/animations/wave-001.gif" alt="wave-001" /></figure>
<p>I made the initial animation in Blender, using the wave and displace modifiers and some postprocessing in the node editor. Then I imported the frames into After Effects and did a little more processing (added grain, some color adjustments). I exported the frames as a PNG sequence and then converted them to a GIF using ImageMagick on the command line:</p>
<pre><code>convert -delay 1x20 *.png -resize 500x500 -layers optimize +dither -colors 32 output.gif
</code></pre>
<p>More animations coming in the near future, hopefully.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Wave GIF">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Assertion-based genealogy proof of concept</title>
      <link>https://bencrowder.net/blog/2014/assertion-based-genealogy-proof-of-concept/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2014/assertion-based-genealogy-proof-of-concept/</guid>
      <pubDate>Sun, 20 Apr 2014 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>This is a rough, experimental proof of concept showing how an assertion-based genealogy app could work. The basic idea is that you type in the facts you know (usually from a record you’ve found), and the app pieces together the people and relationships. Here’s the <a href="https://www.youtube.com/watch?v=MTshMAQkAZY">video</a>:</p>
<iframe width="640" height="360" src="//www.youtube.com/embed/MTshMAQkAZY" frameborder="0" allowfullscreen></iframe>
<p>And a screencap:</p>
<figure class="border"><a href="//cdn.bencrowder.net/images/2014/04/AssertionBasedGenealogy.png"><img src="//cdn.bencrowder.net/images/2014/04/AssertionBasedGenealogy.png" alt="" /></a></figure>
<p>Notes:</p>
<ul>
<li>I’m not very good at After Effects. (Thus the oversize mouse cursor I threw together, the less than ideal pacing, etc.)</li>
<li>Overall, the idea of assertion-based genealogy continues to intrigue me. It feels simpler — I add a source and list the facts/hypotheses found in it, and the system takes care of linking it all up.</li>
<li>Toward the end of the video, the mouse clicks on the first fact and it dims, and Domenico and Mariantonia disappear from the chart area. The idea here is similar to toggling a layer’s visibility in Photoshop — disable a fact to see what the chart looks like without those conclusions.</li>
<li>I didn’t mock this up, but I envisioned the right (empty) sidebar being used for analysis, somewhat like my <a href="https://bencrowder.net/coding/family-analysis/">Family Analysis</a> prototype, and for flagging errors (a father born after his child is born, a mother dying two years before she gives birth, etc.).</li>
</ul><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Assertion-based genealogy proof of concept">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
