MystiQ是一款Qt5/C++ FFmpeg视频转换器,支持Windows、MacOS和Linux系统,用户可在Ubuntu 20.04、Fedora 32、Debian 10等Linux发行版中安装MystiQ。
简介 MystiQ是FFmpeg(功能强大的媒体转换器)的GUI。FFmpeg可以读取各种格式的音频和视频文件,并将它们转换为其他格式。MystiQ具有直观的图形界面和丰富的预设集,可帮助您单击几下即可转换媒体文件,高级用户还可以详细调整转换参数。 该程序使用Qt且依靠FFmpeg进行转换,默认语言安装是中文。 由于MystiQ基于FFmpeg,因此可以将其用于一些基本的视频编辑,例如修剪、旋转等。 参考:在CentOS 8系统上安装和基本使用FFmpeg 4.2.2的方法。
下载链接
安装方法 1、对于xUbuntu 20.04,请运行以下命令: sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/llamaret/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/home:llamaret.list" wget -nv https://download.opensuse.org/repositories/home:llamaret/xUbuntu_20.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update sudo apt-get install mystiq 2、对于Fedora 32,请以根用户root运行下面命令: dnf config-manager --add-repo https://download.opensuse.org/repositories/home:llamaret/Fedora_32/home:llamaret.repo dnf install mystiq 3、对于Debian 10,请以根用户root运行下面命令: echo 'deb http://download.opensuse.org/repositories/home:/llamaret/Debian_10/ /' > /etc/apt/sources.list.d/home:llamaret.list wget -nv https://download.opensuse.org/repositories/home:llamaret/Debian_10/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install mystiq 4、对于Arch Linux,请编辑/etc/pacman.conf并添加以下内容(注意pacman.conf中的软件源顺序是很重要的,因为pacman总是会下载第一个找到的软件包): [home_llamaret_Arch] SigLevel = Never Server = https://download.opensuse.org/repositories/home:/llamaret/Arch/$arch 然后以root身份运行以下命令: pacman -Syu pacman -S home_llamaret_Arch/mystiq
相关主题 |