https://github.com/ilstam/FF-Multi-Converter
GUI File Format Converter
https://github.com/ilstam/FF-Multi-Converter
conversions multimedia python
Last synced: 11 months ago
JSON representation
GUI File Format Converter
- Host: GitHub
- URL: https://github.com/ilstam/FF-Multi-Converter
- Owner: ilstam
- License: gpl-3.0
- Created: 2011-11-11T22:56:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T14:44:34.000Z (over 4 years ago)
- Last Synced: 2024-12-06T19:11:33.816Z (over 1 year ago)
- Topics: conversions, multimedia, python
- Language: Python
- Homepage: https://sites.google.com/site/ffmulticonverter/
- Size: 3.11 MB
- Stars: 83
- Watchers: 10
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-video - ilstam/FF-Multi-Converter: GUI File Format Converter - GUI File Format Converter. Contribute to ilstam/FF-Multi-Converter development by creating an account on GitHub. (Media Tools / Conversion & Format Tools)
README
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.