Files
IvolutionWebsite/Website/output/pages/FutureDevelopments.html

117 lines
4.3 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">
<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>
<p class="pull-right"><a href=".././archives.html">[archives]</a> <a href=".././tags.html">[tags]</a></p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="sidebar">
<div class="well">
<h3>Blogroll</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>Future Developments</h1></div>
<div><p>Future developments</p>
<p>As you may already have noticed, Ivolution 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>
<p>Allow users to create and save projects.</p>
<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>
<p>Reduce processing time</p>
<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>
<p>Add fading effect in the video</p>
<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>
<p>Allow users to change the name of the video</p>
<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 !
If you have ideas, or needs just drop me a mail (Ivolution@gmail.com) and I'll be glad to take your advice in consideration !</p></div>
</div>
<footer>
<p> Powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>, theme based on <a href="http://twitter.github.com/bootstrap/">Bootstrap, from Twitter</a>.</p>
<p>&copy; Julien Lengrand-Lambert 2011</p>
</footer>
</div>
</div>
</body>
</html>