Updates video on first page

This commit is contained in:
2012-09-19 21:28:54 +02:00
parent 731b22c8c9
commit a6fdf1c0e2
3 changed files with 14 additions and 3 deletions

Binary file not shown.

View File

@@ -11,8 +11,7 @@ Feed it with a bunch of images and it will generate a movie with your face cente
Here is a small demonstration of what Ivolution can achieve :
<center><iframe width="640" height="360" src="http://www.youtube.com/embed/9ZpKnSjvmXo?feature=player_detailpage" frameborder="0" allowfullscreen></iframe></center>
<center><iframe width="420" height="315" src="http://www.youtube.com/embed/yBnsqYn9Vgg" frameborder="0" allowfullscreen></iframe></center>
Ivolution uses __face detection__ and modifies the images so that your face always keeps the same size and location over the movie.
Images are processed in __chronological order__, so that you can see your face evoluate over time !

View File

@@ -1,3 +1,15 @@
{% if GOOGLE_ANALYTICS %}
<script>var _gaq=[['_setAccount','{{GOOGLE_ANALYTICS}}'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{GOOGLE_ANALYTICS}}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
{% endif %}