Rocky Linux 動画編集ツール「VidCutter」を使用する

Rocky Linux 動画編集ツール「VidCutter」を使用する

Rocky Linuxに動画編集ツールである「VidCutter」をインストールする手順を記述してます。

環境

  • OS Rocky Linux 8.3

flatpakダウンロード

flatpakをインストールします。
※自分の環境では、既にインストールされてました。

sudo dnf -y install flatpak

<出力結果>
パッケージ flatpak-1.6.2-6.el8.x86_64 は既にインストールされています。
依存関係が解決しました。
行うべきことはありません。
完了しました!

Flathubのレポジトリの追加をしておきます。

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

VidCutterインストール

VidCutterをインストールします。

sudo flatpak -y install flathub com.ozmartians.VidCutter

<出力結果>
Looking for matches…
Required runtime for com.ozmartians.VidCutter/x86_64/stable (runtime/org.kde.Platform/x86_64/5.14) found in remote flathub

com.ozmartians.VidCutter permissions:
    ipc      network      pulseaudio      wayland      x11      dri     file access [1]     dbus access [2]

    [1] host, xdg-config/kdeglobals:ro, xdg-run/dconf
    [2] ca.desrt.dconf, com.canonical.AppMenu.Registrar, com.canonical.Unity.LauncherEntry


        ID                                             Branch            Op           Remote            Download
 1. [✓] org.freedesktop.Platform.GL.default            19.08             i            flathub            88.6 MB / 89.1 MB
 2. [✓] org.freedesktop.Platform.openh264              2.0               i            flathub             1.5 MB / 1.5 MB
 3. [✓] org.kde.KStyle.Adwaita                         5.14              i            flathub             6.6 MB / 6.6 MB
 4. [✓] org.kde.Platform.Locale                        5.14              i            flathub             1.8 MB / 337.6 MB
 5. [✓] org.kde.Platform                               5.14              i            flathub           303.1 MB / 362.5 MB
 6. [✓] com.ozmartians.VidCutter                       stable            i            flathub            29.7 MB / 34.3 MB

Installing 6/6… ████████████████████ 100%  5.9 MB/s  00:00
Note that '/var/lib/flatpak/exports/share' is not in the search path
set by the XDG_DATA_HOME and XDG_DATA_DIRS
        ID                                             Branch            Op           Remote            Download
 1. [✓] org.freedesktop.Platform.GL.default            19.08             i            flathub            88.6 MB / 89.1 MB
 2. [✓] org.freedesktop.Platform.openh264              2.0               i            flathub             1.5 MB / 1.5 MB
 3. [✓] org.kde.KStyle.Adwaita                         5.14              i            flathub             6.6 MB / 6.6 MB
 4. [✓] org.kde.Platform.Locale                        5.14              i            flathub             1.8 MB / 337.6 MB
 5. [✓] org.kde.Platform                               5.14              i            flathub           303.1 MB / 362.5 MB
 6. [✓] com.ozmartians.VidCutter                       stable            i            flathub            29.7 MB / 34.3 MB

Installation complete.

VidCutter起動

アプリ一覧から、「vidCutter」がインストールされていることが確認できます。

クリックすると起動します。