FF-Multi-Converter is a graphical application that converts multiple file formats to different extensions, using and combining other programs. The application supports Audio, Video, Image and Document file formats. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file convertions. It also offers recursively conversions (same type or extension).
The program does NOT require all dependencies to run.
E.g. you can run the application even if you don't have PIL installed, but you will be able to convert any other types except image files. In an Ubuntu system you can install all requirements and dependencies with the command: sudo apt-get install python-qt4 ffmpeg unoconv
Installation
You don't have to compile the program. From application's directory just run:
sudo ./setup.py install
Product's homepage
Requirements:
· Python
· PyQt
· PIL
· FFmpeg
· unoconv
· LibreOffice
What's New in This Release: [ read full changelog ]
· This version adds audio conversion options to video conversions, and minor bugfixes.