或通過終端:
$ 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)