またはターミナル経由:
$ 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 Community Repoパッケージから、または開発バージョンのAUR経由で安定したバージョンを直接インストールできます。
LATEST STABLE RELEASE:
$ sudo pacman -S vidcutter
yayのようなaurヘルパーを使用します(yayを他のaurヘルパーに置き換えます):
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
また、United RPMSでhttps://unitedrpms.github.ioおよびhttps://github.com/unitedrpms/unitedrpmsで入手できます
下のボタンをクリックして、最新の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の動作インストールは、特定のOSに対して事前にインストールする必要があります。 Linuxの場合、パッケージ名は通常Libmpv1またはMPVおよびFFMPEGという名前です。メディア情報オプションを機能させるには、 Mediainfoの作業インストールも必要です。
PyopenglとSimpleJson Pyopengl simplejsonまたはディストリビューションパッケージを介して、PyopenglとSimpleJsonが事前にインストールされたPythonパッケージと、動作する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)