# This file is part of Videoporama
# Videoporama is a program to make diaporama export in video file
# Copyright (C) 2007-2010  Olivier Ponchaut <opvg@numericable.be> - Dominique Levray

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Videoporama.

Dependencies :
  * Python >= 2.5 but not yet 3.x
  * Qt = 4.4 (Best Qt 4.6 and above)
  * Pyqt >= 4
  * PIL (Python Imaging Library) >= 1.1.6
  * FFmpeg
  * Mjpegtools >= 1.8
  * Sox
  * Mplayer
  
Installation procedure :
  1. Untar videoporama package
  2. Start a console and go to new directory
  3. Go to super user (su + root password)
  4. type : python setup.py install
  
To start the application, type videoporama in console (normal user).
It's possible to create shortcut (on desktop or in menu) and there's application icon in subdirectrory icons.

-------------------------------------------------------------------------------

PORTABLE USAGE :
You just have to unzip archive, go to it and execute, in normal user :
  $ videoporama --locale 

or

  $ python Videoporama.py
