=====================
FF Multi Converter 
=====================

Description
------------
FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files 
between all popular formats, using and combining other programs. 
It uses ffmpeg for audio/video files, unoconv for document files and PythonMagick library for image file conversions. 
Common conversion options for each file type are provided. Recursive conversions are available too.


Dependencies
-------------
python (>= 2.6) & (< 3.0) 
PyQt4

Optional dependencies
----------------------
ffmpeg
PythonMagick
unoconv

The program does NOT require the optional dependencies to run. 
E.g. you can run the application even if you don't have PythonMagick installed, but you will be able to convert
any other types except image files.


Installation
-------------
You don't have to compile the program.
From application's directory run as root:
    ./setup.py install

