Subtitle editor for 16.04
I have not used them, but here are programs available on Ubuntu that can edit .srt
files:
- Gaupol
- Gnome Subtitles
- Subtitle Editor
- Subtitle Composer (for KDE)
You can install them with the following commands:
sudo apt install gaupol
sudo apt install gnome-subtitles
sudo apt install subtitleeditor
sudo apt install subtitlecomposer
In Linux you can edit the .srt with any common text editor. If you are looking for something more professional the best, Aegisub and Subtitle Composer. Look for them in the Software Center or use the terminal:
sudo apt install subtitlecomposer aegisub -y
Optional, simpler:
sudo apt install gaupol gnome-subtitles subtitleeditor -y
I am developing a subtitle editor called "Subtitld" and you can download it from Snap Store (https://snapcraft.io/subtitld).
https://subtitld.jonata.org
Any feedback is appreciated :)