mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
125 lines
4.5 KiB
HTML
125 lines
4.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>Frequent Asked Questions</h1></div>
|
|
<div><p>FAQ</p>
|
|
<p>I want to create several videos. Do I have to exit the software each time ?</p>
|
|
<p>No, each time a video has been generated, simply select a new input folder and Start the processing again.
|
|
All the previous information will be flushed automatically.</p>
|
|
<p>I have a Mac. Can I use Ivolution ?</p>
|
|
<p>Normally, yes. I have used only components that are known to be os independant.
|
|
But having no Mac at home, I could not compile the application by myself. You'll have to start from the source.</p>
|
|
<p>Can I use any kind of images?</p>
|
|
<p>It depends. As it uses face detection, Ivolution expects all the images to be quite similar.
|
|
It basically means that you are expected to take pictures roughly always in the same posture.
|
|
But the whole meaning of Ivolution is to help you align and scale those images, so change in focus, position or background should not be a problem.</p>
|
|
<p>To summarize, you definitely can use Ivolution if you take one picture of yourself for example.
|
|
If you take random images from your library though, the results is likely to be pretty bad.</p>
|
|
<p>Can I use pictures of different people to create a movie?</p>
|
|
<p>Yes. There is currently no face recognition, so all the faces will be processed the same way (as long as everyone looke like a human :)).</p>
|
|
<p>I use Linux, how do I get started?</p>
|
|
<p>The whole linux interface is the same as for Windows. Only the installation step is a bit more challenging.
|
|
I have written an Ubuntu guide here. For other distributions, you have to find the equivalent dependencies.</p>
|
|
<p>If you have problems or succeed installing Ivolution on other distributions than the ones listed in the install chapter; please let me know.
|
|
I'll use your information to update the documentation.</p>
|
|
<p>Can I save my project and reuse them later ?</p>
|
|
<p>No, it is currently not possible. This feature is in current development.</p>
|
|
<p>If your issue is not listed here, feel free to send me a message to ivolution.app@gmail.com</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> |