How do I install it?
Package subtitlecomposer
is latest stable version.
Package subtitlecomposer-git
is latest git build.
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://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
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://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
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://download.opensuse.org/repositories/home:maxrd2/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
Package subtitlecomposer
is latest stable version.
Package subtitlecomposer-git
is latest git build.
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://download.opensuse.org/repositories/home:maxrd2/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://download.opensuse.org/repositories/home:maxrd2/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://download.opensuse.org/repositories/home:maxrd2/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
echo 'deb http://download.opensuse.org/repositories/home:/maxrd2/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:maxrd2.list
curl -fsSL http://download.opensuse.org/repositories/home:maxrd2/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maxrd2.gpg > /dev/null
sudo apt update
sudo apt install subtitlecomposer
/etc/pacman.conf
(need to edit as root):
[home_maxrd2_Arch]
# Subtitle Composer
SigLevel = Optional TrustAll
Server = http://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 - http://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
Or if you prefer latest git build:
pacman -Sy subtitlecomposer-git
Package subtitlecomposer
is latest stable version.
Package subtitlecomposer-git
is latest git build.
dnf config-manager --add-repo http://download.opensuse.org/repositories/home:maxrd2/Fedora_41/home:maxrd2.repo
dnf install subtitlecomposer-git
dnf config-manager --add-repo http://download.opensuse.org/repositories/home:maxrd2/Fedora_40/home:maxrd2.repo
dnf install subtitlecomposer-git
Package subtitlecomposer
is latest stable version.
Package subtitlecomposer-git
is latest git build.
zypper addrepo http://download.opensuse.org/repositories/home:maxrd2/openSUSE_Tumbleweed/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer
zypper addrepo http://download.opensuse.org/repositories/home:maxrd2/openSUSE_Leap_15.6/home:maxrd2.repo
zypper refresh
zypper install subtitlecomposer-git
zypper addrepo http://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.
Download latest release:
flatpak remote-add --user --if-not-exists flathub http://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists kdeapps --from http://distribute.kde.org/kdeapps.flatpakrepo
Then install the flatpak:
flatpak install org.kde.subtitlecomposer
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.
You can install it from the KDE Software Center.
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 http://invent.kde.org/multimedia/subtitlecomposer.git
Instructions for building from sources can be found on the wiki page.