https://github.com/ilstam/FF-Multi-Converter
GUI File Format Converter
https://github.com/ilstam/FF-Multi-Converter
conversions multimedia python
Last synced: 3 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T14:44:34.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T19:11:33.816Z (10 months 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
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
pyqt5Optional dependencies
----------------------
ffmpeg
imagemagick
unoconvThe 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 installUninstall
----------
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.