Commit Graph

16 Commits

Author SHA1 Message Date
b503f122f6 Fixes problem of weird video output.
Integrates fix into facemovie.

Branch can be merged into refactoring

TODO :
Add nChannels check and save into main variables, as it is needed for video framesize.
May also be useful in case user put BW and color images together.
2012-07-12 09:18:53 +02:00
8b0d1fe3fd Corrects the video codec bug.
Thanks to SO (once again), it appears that to be correct, the video has to have this relation :
(channels * width) i a multiple of 4

The method has to be integrated into Facemovie_lib
2012-07-12 08:09:45 +02:00
1249a00411 Adds a test case for bug in creating video depending on frame size 2012-07-11 21:52:38 +02:00
a2fb80d872 Adds output choice feature. mandatory Output folder parameter may be removed in the future 2012-06-21 18:38:47 +02:00
034270894c Checks documentation, corrects some typos 2012-06-20 17:56:56 +02:00
957f96d393 test for nice switch between frames ok 2012-06-14 19:00:56 +02:00
92a45fe285 Adds max image limit to avoid errors; start searching for image orientation in exif files 2012-06-05 18:24:20 +02:00
7c969fd9b3 Starts adding ant script. Adds script allowing to create raw video from images 2012-06-05 14:15:34 +02:00
09c3f09e08 Adds Documentation for the code. Trying to include Sphinx auto generated doc 2012-05-31 10:59:28 +02:00
AirballTest
042bc44468 Enhances setup.py to prepare shipping to pipy. Creates proper installer for Windows. To be checked on several machines. TODO : remove pictures from source folder, move to GDrive (leave one sample though). Add ant script to ease compilation. Ship application with 2012-05-22 08:06:03 +02:00
AirballTest
4f47cb895e Adds EXIF metadata support for sorting input images. Choices are now metadata or file name, file name being the default . TODO : overlay date in the bottom corner of the image 2012-05-15 18:40:03 +02:00
Julien Lengrand-Lambert
0290f6b9af Adds sort function for pictures. Add lib for reading exif data 2012-05-14 21:39:52 +02:00
julien Lengrand-Lambert
be8a6720e2 Changes user end name for easier calls. Careful : test_script useless 2012-04-26 07:37:18 +02:00
julien Lengrand-Lambert
4ab8d52d0e In the middle of adding command line support 2012-04-25 08:42:03 +02:00
julien Lengrand-Lambert
5cfde7dff3 Adds context file for nice and robust imports 2012-04-24 22:40:24 +02:00
julien Lengrand-Lambert
a8d2dde5fd Changes Project Structure to get a cleaner architecture 2012-04-24 18:29:19 +02:00