How do I install it?
Run following in terminal as root:
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer-git
Run following in terminal as root:
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer-git
Run following in terminal as root:
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL https://download.opensuse.org/repositories/home:maxrd2/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer-git
Add the following to
Update/install key as root:
/etc/pacman.conf
(need to edit as root):
[home_maxrd2_Arch]
# Subtitle Composer
SigLevel = Optional TrustAll
Server = https://downloadcontent.opensuse.org/repositories/home:/maxrd2/Arch/x86_64/
Repository and packages are signed with GPG key DE85E73C17AF00C8E865B04F0073ABF073738FA0
.Update/install key as root:
wget -O - https://build.opensuse.org/projects/home:maxrd2/signing_keys/download?kind=gpg | sudo pacman-key --add -
pacman-key --lsign-key DE85E73C17AF00C8E865B04F0073ABF073738FA0
Finally install the package as root:
pacman -Sy subtitlecomposer-git
Run following in terminal as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_41/home:maxrd2.repo
dnf install subtitlecomposer-git
Run following in terminal as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maxrd2/Fedora_40/home:maxrd2.repo
dnf install subtitlecomposer-git
Run following in terminal as root:
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Tumbleweed/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer-git
Run following in terminal as root:
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.6/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer-git
Run following in terminal as root:
zypper addrepo https://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.5/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer-git
AppImage is a self-contained executable with all dependencies included that runs on any Linux system.
It’s quite simple to run AppImages. All you have to do is download them, make them executable and run them.
Here's more details on how to run AppImage.
Add the Flathub and KDE Apps nightly repositories:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo
Then install the flatpak:
flatpak install org.kde.subtitlecomposer
It's recommended to install/use AppImage or distribution specific binaries.
AppStream/Flatpak version might have performance issues, Speech Recognition engine might have trouble opening acoustic/language models and some uncommon audio/video codecs might not be available or perform poorly.
AppStream/Flatpak version might have performance issues, Speech Recognition engine might have trouble opening acoustic/language models and some uncommon audio/video codecs might not be available or perform poorly.
Subtitle Composer is already available on most Linux distributions.
You can install it from the KDE Software Center.
You can install it from the KDE Software Center.
It's recommended to install/use AppImage or distribution specific binaries.
AppStream/Flatpak version might have performance issues, Speech Recognition engine might have trouble opening acoustic/language models and some uncommon audio/video codecs might not be available or perform poorly.
AppStream/Flatpak version might have performance issues, Speech Recognition engine might have trouble opening acoustic/language models and some uncommon audio/video codecs might not be available or perform poorly.
If you would like to help please let us know.
git clone https://invent.kde.org/multimedia/subtitlecomposer.git
Instructions for building from sources can be found on the wiki page.