<html>#2291: History of the ET gource visualization is out of date
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td></td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>trivial</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit website</td></tr>
</table>

<p>The <a data-is-external-link="true" href="https://gource.io/" rel="nofollow">gource</a> visualization of the <a data-is-external-link="true" href="https://www.youtube.com/watch?v=EO4d32ch6OI" rel="nofollow">history of the ET</a> is out of date. </p>
<p>It would be good to create an updated one. The tricky part is that gource expects a single git repository (or at least some sort of git commit history) and the ET is spread over multiple git repositories.</p>
<p>Presumably Frank somehow handled this last time.</p>
<p>A rough command line to use is:</p>
<div class="codehilite"><pre><span></span>gource --date-format %Y-%m-%d -1920x1080 -r 25 -s 0.04 --logo ~/websites/einsteintoolkit/images/logo/logo.png -o - | ffmpeg -y -r 25 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset slow -pix_fmt yuv420p -crf 23 -threads 0 -bf 0 et.mp4
</pre></div>


<p>though for youtube one would likely have to consider the advise on: <a href="https://gist.github.com/mikoim/27e4e0dc64e384adbcb91ff10a2d3678" rel="nofollow" class="ap-connect-link">https://gist.github.com/mikoim/27e4e0dc64e384adbcb91ff10a2d3678</a> and <a href="https://support.google.com/youtube/answer/1722171?hl=en" rel="nofollow" class="ap-connect-link">https://support.google.com/youtube/answer/1722171?hl=en</a></p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2291/history-of-the-et-gource-visualization-is'>https://bitbucket.org/einsteintoolkit/tickets/issues/2291/history-of-the-et-gource-visualization-is</a></p>
</html>