FF Multi Converter

图形用户界面文件格式转换器。「GUI File Format Converter」

Github星跟蹤圖

FF Multi Converter

FF Multi Converter 是一款简单的 Linux 图形化应用程序,通过利用和结合其他程序,你可以在所有流行的格式之间转换音频、视频、图像和文档文件。它对音频/视频文件使用 ffmpeg,对文档文件使用 unoconv,对图像文件转换使用 ImageMagick 库。

项目主页:https://sites.google.com/site/ffmulticonverter/

FF Multi Converter 的目标是在一个应用程序收集各种最流行的多媒体类型,并通过用户友好的图形界面提供转换选项。

该应用程序是用 Python3 和 PyQt5 开发的。所有的代码是在 GNU GPL 版本 3 许可下发行。

特性

  • 转换为多种文件格式。
  • 非常易于使用的界面。
  • 访问常用的转换选项。
  • 音频/视频的 ffmpeg -- 预设管理。
  • 保存和命名文件的选项。
  • 多语言支持 -- 超过 20 种语言。

依赖

  • python3
  • pyqt5

可选的依赖项

ffmpeg
imagemagick
unoconv

该程序不需要可选的依赖关系来运行。

例如,即使您没有安装ImageMagick,您也可以运行该应用程序。

但你将能够转换任何其他类型,除了图像文件。

安装方法

在应用程序的目录下以 root 身份运行。

python3 setup.py install

卸载

以 root 身份运行 uninstall.sh 脚本,删除系统中的所有项目文件。

在不安装的情况下运行

你甚至可以在不安装应用程序的情况下,通过运行启动器脚本来启动应用程序。不过这个选项还没有经过日常使用的广泛测试,你可能会遇到意想不到的问题。


概覽

名稱與所有者ilstam/FF-Multi-Converter
主編程語言Python
編程語言Python (語言數: 3)
平台Linux
許可證GNU General Public License v3.0
發布數8
最新版本名稱v1.8.0 (發布於 2016-07-01 01:50:31)
第一版名稱v1.5.0 (發布於 2013-04-06 20:08:24)
創建於2011-11-11 22:56:52
推送於2021-12-22 14:44:34
最后一次提交2021-12-22 14:43:22
星數83
關注者數10
派生數14
提交數668
已啟用問題?
問題數56
打開的問題數15
拉請求數8
打開的拉請求數1
關閉的拉請求數4
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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.

去到頂部