mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
Updates video on first page
This commit is contained in:
Binary file not shown.
@@ -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 :
|
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.
|
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 !
|
Images are processed in __chronological order__, so that you can see your face evoluate over time !
|
||||||
|
|||||||
@@ -1,3 +1,15 @@
|
|||||||
{% if GOOGLE_ANALYTICS %}
|
{% 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 %}
|
{% endif %}
|
||||||
Reference in New Issue
Block a user