mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
114 lines
3.5 KiB
HTML
114 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Ivolution</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="Julien Lengrand-Lambert">
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src=".././theme/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Le styles -->
|
|
<link href=".././theme/bootstrap.min.css" rel="stylesheet">
|
|
<link href=".././theme/local.css" rel="stylesheet">
|
|
<link href=".././theme/pygments.css" rel="stylesheet">
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="topbar">
|
|
<div class="topbar-inner">
|
|
<div class="container-fluid">
|
|
<a class="brand" href=".././index.html">Ivolution</a>
|
|
<ul class="nav">
|
|
|
|
<a href="https://github.com/jlengrand/FaceMovie">Take one picture of yourself a day, automatically generate a movie!</a>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
<div class="sidebar">
|
|
<div class="well">
|
|
<h3>Contents</h3>
|
|
<ul>
|
|
|
|
|
|
<li><a href=".././pages/About.html">About</a></li>
|
|
|
|
<li><a href=".././pages/Downloads.html">Downloads</a></li>
|
|
|
|
<li><a href=".././pages/FAQ.html">Frequent Asked Questions</a></li>
|
|
|
|
<li><a href=".././pages/FutureDevelopments.html">Future Developments</a></li>
|
|
|
|
<li><a href=".././pages/Installation.html">Installation</a></li>
|
|
|
|
<li><a href=".././pages/Ivolution.html">Ivolution Project</a></li>
|
|
|
|
<li><a href=".././pages/MainInterface.html">Main Interface.</a></li>
|
|
|
|
<li><a href=".././pages/OneMinuteTutorial.html">1 minute kick-off</a></li>
|
|
|
|
<li><a href=".././pages/Settings.html">Settings</a></li>
|
|
|
|
|
|
</ul>
|
|
<h3>Other Links</h3>
|
|
<ul>
|
|
|
|
<li><a href="http://docs.notmyidea.org/alexis/pelican/">Pelican</a></li>
|
|
|
|
<li><a href="http://python.org">Python.org</a></li>
|
|
|
|
<li><a href="http://jinja.pocoo.org">Jinja2</a></li>
|
|
|
|
<li><a href="#">You can modify those links in your config file</a></li>
|
|
|
|
</ul>
|
|
<div class="social">
|
|
<h3>Social</h3>
|
|
<ul>
|
|
|
|
<li><a href="#">You can add links in your config file</a></li>
|
|
|
|
<li><a href="#">Another social link</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
|
|
|
|
<div class='page'>
|
|
<div class="page-header"><h1>1 minute kick-off</h1></div>
|
|
<div><p>Coz' 1 minute is faster than 5 minutes. . . here is a light speed fast tutorial</p>
|
|
<p>This page aims at putting you on rails as fast as possible, so that you can see what Ivolution is capable of by yourself, and in less than 5 minutes.</p>
|
|
<p>First of all, download the version of Ivolution corresponding to your operating system here.
|
|
Then, download the set of samples that you are going to use here, and extract the archive where you want.</p>
|
|
<p>Install the Ivolution and run it.
|
|
You should now see the main frame of the application.</p>
|
|
<p>Click on the input folder, and select the location of the samples.</p>
|
|
<p>Click on start, and wait for the processing to end.</p>
|
|
<p>Done ! You can now watch the timelapse generated from the images.</p>
|
|
<p>The timelapse is saved in your Video folder by default.
|
|
For Windows users, it should be C:\Users\myUser\Videos, and for Ubuntu users /home/myUser/Videos.</p>
|
|
<p>For more option, have a look at the basic part of the documentation.</p></div>
|
|
</div>
|
|
|
|
<footer>
|
|
<p> Powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>.</p>
|
|
<p>© Julien Lengrand-Lambert 2012</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |