-
Notifications
You must be signed in to change notification settings - Fork 14
/
README.txt
40 lines (32 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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.