mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
123 lines
4.9 KiB
HTML
123 lines
4.9 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">
|
|
|
|
<script>var _gaq=[['_setAccount','UA-34919152-1'],['_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>
|
|
|
|
|
|
</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>
|
|
<p class="pull-right"><b><a href="https://github.com/jlengrand/Ivolution">[Fork me on GitHub]</a></b></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
<div class="sidebar">
|
|
<div class="well">
|
|
<h3>Contents</h3>
|
|
<ul>
|
|
|
|
<li><a href=".././pages/Ivolution.html">Ivolution Project</a></li>
|
|
|
|
<li><a href=".././pages/OneMinuteTutorial.html">One minute tutorial</a></li>
|
|
|
|
<li><a href=".././pages/Downloads.html">Downloads</a></li>
|
|
|
|
<li><a href=".././pages/Installation.html">Installation</a></li>
|
|
|
|
<li><a href=".././pages/MainInterface.html">Main Interface</a></li>
|
|
|
|
<li><a href=".././pages/Settings.html">Settings</a></li>
|
|
|
|
<li><a href=".././pages/FutureDevelopments.html">Future Developments</a></li>
|
|
|
|
<li><a href=".././pages/About.html">About</a></li>
|
|
|
|
</ul>
|
|
<h3>Other Links</h3>
|
|
<ul>
|
|
|
|
<li><a href="http://python.org">Python.org</a></li>
|
|
|
|
<li><a href="http://opencv.willowgarage.com/wiki/">OpenCV</a></li>
|
|
|
|
<li><a href="http://wxpython.org/">WxPython</a></li>
|
|
|
|
</ul>
|
|
<div class="social">
|
|
<h3>Social</h3>
|
|
<ul>
|
|
|
|
<li><a href="http://lengrand.fr">My website</a></li>
|
|
|
|
<li><a href="https://twitter.com/jlengrand">twitter</a></li>
|
|
|
|
<li><a href="https://plus.google.com/u/0/107343304730454368817/posts">Google+</a></li>
|
|
|
|
<li><a href="https://github.com/jlengrand">Github</a></li>
|
|
|
|
<li><a href="http://stackoverflow.com/users/282677/jlengrand">Stack Overflow</a></li>
|
|
|
|
<li><a href="http://nl.linkedin.com/pub/julien-lengrand-lambert/14/660/551/en">linkedin</a></li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
|
|
|
|
<div class='page'>
|
|
<div class="page-header"><h1>Future Developments</h1></div>
|
|
<div class="page-content"><p>As you may already have noticed, <strong>Ivolution</strong> is still in early development. A lot of new features will probably be added in the future, and here are some of the one I currently work on:</p>
|
|
<h3>Allow users to create and save projects</h3>
|
|
<p>Currently, users are only able to create a video from scratch using a set of pictures. The process may be long, and boring if you are still in the middle of your project (as you have to start the same process over and over again).
|
|
This is also problematic if you have a lot of images, and not enough time to process everything at once.</p>
|
|
<p>This feature will allow you to save the work you have already done. This way, only the new images in the folder will be processed once you load the project.</p>
|
|
<h3>Reduce processing time</h3>
|
|
<p>You may have noticed that the face detection process may be quite long, especially if you have high resolution images. This is completely normal, as face detection is a costly operation.
|
|
The process could be fasten in the Ivolution though, by using multi-threading for example.</p>
|
|
<h3>Add effects in the video</h3>
|
|
<p>Currently, the video switches between images without effect. This can be quite brutal, especially is you are using the fast speed.
|
|
This could be solved by adding a fading effect between frames. The option to use it or not will be placed in the settings.</p>
|
|
<h3>Allow users to change the name of the video</h3>
|
|
<p>A current limitation forces users to call their output video Ivolution.avi.
|
|
This should be changed soon</p>
|
|
<p>I have new ideas every day, and there's not enough space here to list them all !</p>
|
|
<p><strong>If you also have ideas, just drop me a mail at <a href="mailto:ivolution-app@gmail.com">ivolution-app@gmail.com</a> and I'll be glad to take your advice in consideration !</strong></p></div>
|
|
</div>
|
|
|
|
<footer>
|
|
<p> Website proudly powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>. Theme by <a href="http://santini.di.unimi.it/">Massimo Santini</a>.</p>
|
|
<p>© Julien Lengrand-Lambert 2012</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html> |