或通过终端:
$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
(to enable the flathub repo if not already)
$ flatpak install flathub com.ozmartians.VidCutter
$ flatpak run com.ozmartians.VidCutter
或通过终端:
$ sudo snap install vidcutter
用户可以直接从Arch Linux社区回购软件包或通过AUR安装稳定版本。
LATEST STABLE RELEASE:
$ sudo pacman -S vidcutter
使用像Yay这样的AUR助手(用任何其他Aur助手代替Yay):
LATEST DEVELOPMENT RELEASE:
$ yay -S vidcutter-git
用户可以通过以下方式安装最新版本:
ppa:ozmartian/apps
以下一组命令将使您启动并运行:
$ sudo add-apt-repository ppa:ozmartian/apps
$ sudo apt update
$ sudo apt install vidcutter
Vidcutter可以从Opensuse的Tumbleweed官方存储库中获得,很快就会支持Leap版本。可以找到社区建造的软件包 @ https://software.opensuse.org/package/vidcutter。
Vidcutter也可以从流行的Packman存储库中获得。启用的说明可以找到 @ https://en.opensuse.org/additional_package_repositories#packman。
Fedora 34&Rawhide通过copr @ https://copr.fedorainfracloud.org/coprs/suspiria/vidcutter构建
$ dnf copr enable suspiria/VidCutter
也可以在https://unitedrpms.github.io和https://github.com/unitedrpms/unitedrpms/unitedrpms上找到联合rpms
通过单击下面的按钮下载最新的Windows安装程序。
Vidcutter可以从Chocolatey(例如Linux中的包装经理,但用于Windows)。
要安装VidCutter,请从命令行或PowerShell运行以下命令:
C:> choco install vidcutter
要升级vidcutter,请从命令行或PowerShell运行以下命令:
C:> choco upgrade vidcutter
目前仅支持Macos Catalina及以下。 Big Sur一直不稳定,直到另行通知为止。
通过单击下面的按钮下载最新的MacOS安装程序。
Vidcutter可以从Homebrew作为桶装。
要安装vidcutter,请在终端中运行以下命令:
$ brew install --cask vidcutter
为了从源代码运行,您需要首先构建Python扩展名,然后按以下方式运行源代码文件夹中的应用程序:
$ python3 setup.py build_ext -i
$ python3 -m vidcutter
LIBMPV和FFMPEG的工作装置必须为您的特定操作系统预装。对于Linux,包装名称通常名为LibMPV1或MPV和FFMPEG 。对于工作媒体信息选项,您还需要使用MediaInfo的工作安装。
您将需要Python软件包Pyopengl和SimpleJson预装,通过PIP安装Pyopengl SimpleJson或Distro软件包,以及工作的PYQT5 + QT5库安装。 Windows用户可以简单地启动PYQT5即可启动和运行,Linux用户应在其Linux Distribution的软件包管理器中安装相关的PYQT5软件包。 PYQT5的Linux软件包名称通常被命名为Python-Pyqt5或Python3-Pyqt5 ,并且也会照顾好QT5侧。
$ vidcutter --help
Usage: vidcutter [options] [video] [project]
VidCutter - the simplest + fastest video cutter & joiner
Options:
--debug debug mode; verbose console output & logging. This will
basically output what is being logged to file to the console
stdout. Mainly useful for debugging problems with your system
video and/or audio stack and codec configuration.
--dev developer mode; disables the use of compiled resource files so
that all app resources & assets are accessed directly from the
file system allowing you to see UI changes immediately. this
typically relates to changes made to Qt stylesheets (.qss),
layout/templates, content includes and images. basically all
assets defined in .qrc files throughout the codebase.
-v, --version Displays version information.
-h, --help Displays this help.
Arguments:
video Preload video file
project Open VidCutter project file (.vcp)