wachin / ffmulticonverter

FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files between all popular formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

FF Multi Converter is a simple graphical application for Linux which enables you
to convert audio, video, image and document files between all popular formats,
by utilizing and combining other programs. It uses ffmpeg for audio/video files,
unoconv for document files and the ImageMagick library for image file conversions.

Project homepage: https://sites.google.com/site/ffmulticonverter/

Dependencies
-------------
python3
pyqt5

Optional dependencies
----------------------
ffmpeg
imagemagick
unoconv

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

Installation
-------------
From application's directory run as root:
    python3 setup.py install

Uninstall
----------
Run the uninstall.sh script as root to delete all project files from your
system.

Run without installing
-----------------------
You can even launch the application without installing it, by running the
launcher script. This option has not been extensively tested for everyday use
though, and you may experience unexpected issues.

About

FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files between all popular formats

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:QMake 0.1%Language:Shell 0.0%